summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for the DWP debug info formatTamas Berghammer2017-08-2514-14/+318
* Fixed a typo in the example (getName -> GetName)Jim Ingham2017-08-241-4/+4
* Change the ftag x87 register from being 8-bits wide to 16-bits wideJason Molenda2017-08-242-8/+8
* When parsing the DBGSourcePathRemapping plist entriesJason Molenda2017-08-242-1/+39
* Log whether we found a step out plan or not.Jim Ingham2017-08-231-2/+6
* test: fix missed testSaleem Abdulrasool2017-08-231-1/+1
* Process: fix FXSAVE on x86Saleem Abdulrasool2017-08-233-5/+3
* ObjC: fix some -Wpedantic warnings by removing ';'Saleem Abdulrasool2017-08-231-3/+3
* Fixup for r311483: Use correct path to StreamString.hKuba Mracek2017-08-221-1/+1
* [lldb] Correctly escape newlines and backslashes in the JSON serializerKuba Mracek2017-08-224-2/+34
* lldb-argdumper doesn't need lldbCore.Bruce Mitchener2017-08-211-1/+0
* [unittests] Build LLVMTestingSupport for out-of-source buildsMichal Gorny2017-08-211-0/+6
* [cmake] Explicitly link dependency libraries in the Host libraryMichal Gorny2017-08-211-1/+15
* [Plugins/ObjC] Remove more semicolons to placate -Wpedantic. NFCI.Davide Italiano2017-08-191-3/+3
* [Plugins/ObjC] Remove unneded semicolon(s) to placate GCC -Wpedantic.Davide Italiano2017-08-191-4/+4
* Commiting Christopher Brook's patch forJason Molenda2017-08-181-1/+2
* [cmake] Add explicit linkage from Core to cursesMichal Gorny2017-08-171-0/+10
* convert hard tabs to spaces in PlatformOpenBSD.cppEd Maste2017-08-161-1/+1
* Make i386-*-freebsd expression work on JIT pathEd Maste2017-08-1612-33/+65
* Remove the DWARFExpression -> Clang ExpressionParser dependencyTamas Berghammer2017-08-1610-87/+46
* Fix typo in variable name.Lang Hames2017-08-161-1/+1
* Update NSArray/NSDictionary/NSSet formatters to handle newJason Molenda2017-08-153-467/+546
* [CMake] Fixing an error in STREQUAL usage.Chris Bieneman2017-08-151-1/+1
* [CMake] Disable code sign entitlements when using lldb_codesignChris Bieneman2017-08-151-2/+11
* [LLDB][MIPS] Fix process load/unload on android.Nitesh Jain2017-08-144-8/+25
* [LLDB][MIPS] Set the Section's file address forNitesh Jain2017-08-141-2/+4
* remove FreeBSD xfail decorator from TestCppNsImportEd Maste2017-08-101-1/+0
* remove FreeBSD xfail decorator from TestCallStdStringFunctionEd Maste2017-08-101-3/+0
* remove FreeBSD xfail decorator from TestExitDuringBreakEd Maste2017-08-101-3/+0
* Report inferior signals as signals, not exceptions, on FreeBSDEd Maste2017-08-107-63/+16
* Add remainder of unittests to Xcode projectTim Hammerquist2017-08-091-17/+133
* Fix VASprintfTest.cpp for Darwin, add checksTim Hammerquist2017-08-092-2/+12
* Fix PlatformPythonTestCase.test_platform_list for the build botsVadim Macagon2017-08-091-6/+12
* Expose active and available platform lists via SBDebugger APIVadim Macagon2017-08-096-0/+186
* Add existing unit tests to Xcode projectTim Hammerquist2017-08-081-0/+52
* Checking in files accidentally missed in later diffs of revision r310261Abhishek Aggarwal2017-08-082-0/+596
* Fixed build failure for revision r310261Abhishek Aggarwal2017-08-071-0/+6
* Fixed build failure for revision r310261Abhishek Aggarwal2017-08-071-0/+4
* Tool for using Intel(R) Processor Trace hardware featureAbhishek Aggarwal2017-08-0723-35/+2492
* Cut and paste error from r23162.Jim Ingham2017-08-032-2/+2
* Add an auto-continue flag to breakpoints & locations.Jim Ingham2017-08-0316-29/+273
* Update for llvm api change.Rafael Espindola2017-08-031-5/+0
* Fix ProcessAPITestCase.test_get_process_infoVadim Macagon2017-08-021-15/+27
* Fix a mis-feature with propagation of breakpoint options -> location options.Jim Ingham2017-08-0213-128/+378
* xfail test_get_process_info pending bot fixesSean Callanan2017-08-011-0/+1
* Remember to make API headers Public in the LLDB target.Jim Ingham2017-08-011-0/+2
* [build system] Add SBProcessInfo to the xcodeprojSean Callanan2017-08-011-2/+8
* Expose process instance info via SB APIVadim Macagon2017-08-0114-0/+409
* Fix incorrect use of std::uniqueEugene Zemtsov2017-08-011-2/+4
* [build-script] Bring in modernizations from downstream:Sean Callanan2017-07-312-8/+32
OpenPOWER on IntegriCloud