summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix PR33875 by distinguishing between DWO and clang modules"Adrian Prantl2017-07-232-6/+2
* Fix PR33875 by distinguishing between DWO and clang modulesAdrian Prantl2017-07-232-2/+6
* Added a missing "break;" after seeing a clang warning about potential fall th...Greg Clayton2017-07-211-0/+1
* XFail TestWithModuleDebugging on linux (bug 33875)Pavel Labath2017-07-211-0/+2
* Fix typo in error message in 'platform status'.Bruce Mitchener2017-07-211-1/+1
* Add help text for "expression" telling how to enter multi-line mode.Jim Ingham2017-07-191-0/+11
* Fix GreenDragon botsChris Bieneman2017-07-192-18/+0
* silence a couple of -Wqual-cast warning from GCC (NFC)Saleem Abdulrasool2017-07-192-2/+4
* Expose hit count via SBBreakpointLocation.Bruce Mitchener2017-07-196-0/+156
* Fix typos in documentation.Bruce Mitchener2017-07-193-3/+3
* Update API headers.Bruce Mitchener2017-07-193-4/+4
* cmake build needs to run tests AND collect resultsTim Hammerquist2017-07-181-7/+7
* [CMake] A few fixups to support building LLDB for iOSChris Bieneman2017-07-182-12/+26
* [CMake] Refactor debugserver build systemChris Bieneman2017-07-186-23/+55
* [CMake] [NFC] Remove out of date and redundant version requirementChris Bieneman2017-07-181-1/+0
* Fix NetBSD/FreeBSD build after r308304Pavel Labath2017-07-184-0/+4
* Clean up lldb-types.hPavel Labath2017-07-1826-39/+29
* Fix linux arm and mips builds broken by r308282Pavel Labath2017-07-182-4/+4
* Remove shared pointer from NativeProcessProtocolPavel Labath2017-07-1818-469/+300
* Fixing LLDB build after refactoring of clang's MacroInfoEugene Zemtsov2017-07-171-4/+4
* Fix debugserver accepting remote connectionsChris Bieneman2017-07-134-3/+32
* Enable parsing C++ names generated by lambda functions.Jim Ingham2017-07-133-0/+39
* Convert a few more tests to use run_to_source_breakpoint.Jim Ingham2017-07-133-84/+7
* Fix a deadlock in the Python interpreter vrs. SIGINT.Jim Ingham2017-07-132-2/+2
* Upstreaming a patch from Github: When evaluation user expressions, ignore Ins...Kuba Mracek2017-07-137-2/+80
* The llvm.org bugzilla moved.Jim Ingham2017-07-131-1/+1
* [MainLoop] Fix possible use of an invalid iteratorPetr Pavlu2017-07-121-9/+18
* Fixing Android builderRavitheja Addepally2017-07-121-5/+5
* Adding Support for Error Strings in Remote PacketsRavitheja Addepally2017-07-129-23/+136
* switch on enum should be exhaustive and warning-freeTim Hammerquist2017-07-111-3/+9
* NativeProcessLinux: Fix handling of raise(SIGTRAP)Pavel Labath2017-07-113-5/+15
* NativeProcessLinux: Fix some compiler warningsPavel Labath2017-07-112-21/+6
* [LLDB][ppc64le] Rename enums in AuxVectorPavel Labath2017-07-113-74/+75
* Pass in the disassembler flavor when disassembling inJason Molenda2017-07-111-1/+2
* Don't access Python objects while not holding the GIL.Zachary Turner2017-07-091-8/+6
* Update message that Main Thread Checker produces.Kuba Mracek2017-07-082-3/+3
* The x86 instruction unwinder can be asked to disassemble non-instruction Jason Molenda2017-07-083-9/+38
* Disable TestGoASTContextPavel Labath2017-07-071-0/+1
* Add a NativeProcessProtocol Factory classPavel Labath2017-07-0712-553/+357
* Fix Xcode project file for gtest schemes.Tim Hammerquist2017-07-061-8/+30
* Change remaining references to lit.util.capture to use subprocess.check_output.David L. Jones2017-07-061-3/+3
* Working through testcases, converting to run_to_source_breakpoint.Jim Ingham2017-07-065-99/+14
* Fix a copy-paste error in r307161Pavel Labath2017-07-061-2/+2
* Revert "Android.rules: build x86 tests with -mstackrealign"Pavel Labath2017-07-062-6/+0
* Add a lldbutils routine that gathers up the boiler-plateJim Ingham2017-07-066-116/+58
* add googlemock include dir to lldb-gtest Xcode targetTim Hammerquist2017-07-061-8/+8
* [lldb] Add a testcase for MainThreadCheckerRuntime pluginKuba Mracek2017-07-054-0/+92
* Fix assorted compiler warnings (mismatched signedness and printf specifiers)Pavel Labath2017-07-054-36/+31
* Fix "process load" on new android targetsPavel Labath2017-07-054-9/+13
* Update lldb architecture docsPavel Labath2017-07-042-352/+75
OpenPOWER on IntegriCloud