aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2017-11-27Merging r316106:Tom Stellard1-2/+2
2017-11-22Merging r318039:Tom Stellard1-2/+1
2017-08-29Merging r312008:Hans Wennborg2-3/+19
2017-08-23Merging r311579:Hans Wennborg3-5/+3
2017-08-21Merging r311122, r311354 and r311355:Hans Wennborg3-1/+31
2017-07-20Revert the whitespace changeHans Wennborg1-0/+0
2017-07-20Whitespace change to trigger the branch showing in gitHans Wennborg1-0/+0
2017-07-19Fix typos in documentation.Bruce Mitchener3-3/+3
2017-07-19Update API headers.Bruce Mitchener3-4/+4
2017-07-18cmake build needs to run tests AND collect resultsTim Hammerquist1-7/+7
2017-07-18[CMake] A few fixups to support building LLDB for iOSChris Bieneman2-12/+26
2017-07-18[CMake] Refactor debugserver build systemChris Bieneman6-23/+55
2017-07-18[CMake] [NFC] Remove out of date and redundant version requirementChris Bieneman1-1/+0
2017-07-18Fix NetBSD/FreeBSD build after r308304Pavel Labath4-0/+4
2017-07-18Clean up lldb-types.hPavel Labath26-39/+29
2017-07-18Fix linux arm and mips builds broken by r308282Pavel Labath2-4/+4
2017-07-18Remove shared pointer from NativeProcessProtocolPavel Labath18-469/+300
2017-07-17Fixing LLDB build after refactoring of clang's MacroInfoEugene Zemtsov1-4/+4
2017-07-13Fix debugserver accepting remote connectionsChris Bieneman4-3/+32
2017-07-13Enable parsing C++ names generated by lambda functions.Jim Ingham3-0/+39
2017-07-13Convert a few more tests to use run_to_source_breakpoint.Jim Ingham3-84/+7
2017-07-13Fix a deadlock in the Python interpreter vrs. SIGINT.Jim Ingham2-2/+2
2017-07-13Upstreaming a patch from Github: When evaluation user expressions, ignore Ins...Kuba Mracek7-2/+80
2017-07-13The llvm.org bugzilla moved.Jim Ingham1-1/+1
2017-07-12[MainLoop] Fix possible use of an invalid iteratorPetr Pavlu1-9/+18
2017-07-12Fixing Android builderRavitheja Addepally1-5/+5
2017-07-12Adding Support for Error Strings in Remote PacketsRavitheja Addepally9-23/+136
2017-07-11switch on enum should be exhaustive and warning-freeTim Hammerquist1-3/+9
2017-07-11NativeProcessLinux: Fix handling of raise(SIGTRAP)Pavel Labath3-5/+15
2017-07-11NativeProcessLinux: Fix some compiler warningsPavel Labath2-21/+6
2017-07-11[LLDB][ppc64le] Rename enums in AuxVectorPavel Labath3-74/+75
2017-07-11Pass in the disassembler flavor when disassembling inJason Molenda1-1/+2
2017-07-09Don't access Python objects while not holding the GIL.Zachary Turner1-8/+6
2017-07-08Update message that Main Thread Checker produces.Kuba Mracek2-3/+3
2017-07-08The x86 instruction unwinder can be asked to disassemble non-instruction Jason Molenda3-9/+38
2017-07-07Disable TestGoASTContextPavel Labath1-0/+1
2017-07-07Add a NativeProcessProtocol Factory classPavel Labath12-553/+357
2017-07-06Fix Xcode project file for gtest schemes.Tim Hammerquist1-8/+30
2017-07-06Change remaining references to lit.util.capture to use subprocess.check_output.David L. Jones1-3/+3
2017-07-06Working through testcases, converting to run_to_source_breakpoint.Jim Ingham5-99/+14
2017-07-06Fix a copy-paste error in r307161Pavel Labath1-2/+2
2017-07-06Revert "Android.rules: build x86 tests with -mstackrealign"Pavel Labath2-6/+0
2017-07-06Add a lldbutils routine that gathers up the boiler-plateJim Ingham6-116/+58
2017-07-06add googlemock include dir to lldb-gtest Xcode targetTim Hammerquist1-8/+8
2017-07-05[lldb] Add a testcase for MainThreadCheckerRuntime pluginKuba Mracek4-0/+92
2017-07-05Fix assorted compiler warnings (mismatched signedness and printf specifiers)Pavel Labath4-36/+31
2017-07-05Fix "process load" on new android targetsPavel Labath4-9/+13
2017-07-04Update lldb architecture docsPavel Labath2-352/+75
2017-07-04Fix some warnings in ProcessorTraceTest.cppPavel Labath1-17/+15
2017-07-03Fixing warnings for unused variables and copy ellisionRavitheja Addepally1-20/+15