aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-13Disable lldb-mi tests on Windows.studio-1.4studio-master-devstudio-1.4-devZachary Turner
2015-08-13XFAIL Watchpoint tests on Windows.Zachary Turner
2015-08-13Remove more uses of raw_svector_ostream::flush() call following r244928.Yaron Keren
2015-08-13Remove raw_svector_ostream::flush() call following r244928.Yaron Keren
2015-08-13Removing redundant check from r244875Ravitheja Addepally
2015-08-13Add missing include to RegisterInfoInterface.hTamas Berghammer
2015-08-13Fix Linux build after r244875Tamas Berghammer
2015-08-13Set orig_eax to -1 for Linux x86 platformsRavitheja Addepally
2015-08-13[LLDB][MIPS] Use qfThreadID if qC packet is not supported by targetJaydeep Patil
2015-08-13[LLDB][MIPS] Support standard GDB remote stop reply packet for watchpointJaydeep Patil
2015-08-13[LLDB][MIPS] Handle false positives for MIPS hardware watchpointsJaydeep Patil
2015-08-13Add missing newline at EOF.Bruce Mitchener
2015-08-13Remove DNBConfig.hBruce Mitchener
2015-08-13Convert GetNumTemplateArguments() and GetTemplateArgument() to be instance fu...Enrico Granata
2015-08-12Fix process_events.py to auto continue the process if we attached so the proc...Greg Clayton
2015-08-12Make dosep.py PEP8 compliant. NFC.Chaoren Lin
2015-08-12Refactor dosep to use list comprehension. NFC.Chaoren Lin
2015-08-12Don't print number of failures and percentage if no tests ran.Chaoren Lin
2015-08-12Make dosep output status by overwriting the same line.Chaoren Lin
2015-08-12Remove printf most likely left from some debugging sectionTamas Berghammer
2015-08-12Fix AArch64 watchpoint handlers in NativeRegisterContextLinux_arm64Omair Javaid
2015-08-12Fix read only watchpoints on x86_64Tamas Berghammer
2015-08-12Fix LLGS to enable read type watchpointsOmair Javaid
2015-08-12Improve check for ASAN callbacksTamas Berghammer
2015-08-12Download symbol file for .oat files on androidTamas Berghammer
2015-08-12Fetch SDK version from PlatformAndroidTamas Berghammer
2015-08-12Have debugserver send the OS version string plusJason Molenda
2015-08-12Export snprintf to avoid linking error with liblldb on Windows.Chaoren Lin
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-08-11Fix a infinite loop when killing a process that is in the middle of loading s...Greg Clayton
2015-08-11Added missing files from checking regarding:Greg Clayton
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton
2015-08-11Don't crash if the file we want to touch doesn't exist.Greg Clayton
2015-08-11Add size field to library load event (MI)Ilia K
2015-08-10Revert r244308 since it's introducing test regressions on Linux:Oleksiy Vyalov
2015-08-10Allow dosep.py to print dotest.py output on success.Zachary Turner
2015-08-10Feedback from Jim: Change the "optimized code" warning to be entirelyJason Molenda
2015-08-09Fix for build errors on arm-linux-gnueabi-gccOmair Javaid
2015-08-07Use lowercase for local cmake variables.Chaoren Lin
2015-08-07Hide cmake variables related to static linking Android lldb-server.Chaoren Lin
2015-08-07Update to D11825.Chaoren Lin
2015-08-07[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur
2015-08-06Add -latomic to Android mips build to avoid http://b.android.com/182094.Chaoren Lin
2015-08-06Change the warning message about optimization to be printed onceJason Molenda
2015-08-06Update lldb's ExternalASTSources to match Clang r244161.Richard Smith
2015-08-06Second part of indicating when the user is stopped in optimized code.Jason Molenda
2015-08-05Static Android build doesn't need shared libs.Chaoren Lin
2015-08-05Allow sysroot and python to be specified for Android build.Chaoren Lin
2015-08-05Flush stderr on dosep status update for Windows.Chaoren Lin
2015-08-05Bug 24332 - Fix the build of lldb under GNU/Linux when using autotoolsSylvestre Ledru