summaryrefslogtreecommitdiffstats
path: root/lldb/source/lldb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move LLDB initialization/shutdown to Initialization.Zachary Turner2015-03-191-361/+0
* Move some functions from source/lldb.cpp to Utility.Zachary Turner2015-03-181-94/+0
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Initial Assembly profiler for mips64Bhushan D. Attarde2015-03-181-0/+3
* Clean up includes in source/lldb.cpp (1 was unused, 1 duplicated)Ilia K2015-03-121-2/+0
* Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack2015-03-111-1/+8
* Reduce the number of components initialized for LLGS further.Robert Flack2015-03-111-26/+27
* Add Debugger::InitializeForLLGS to allow ref counted LLGS initialization.Robert Flack2015-03-101-70/+79
* Move Python Init from InitializeForLLGS to InitializeVince Harron2015-03-071-8/+11
* Reduce the number of components initialized by lldb-server to reduce static b...Robert Flack2015-03-021-75/+108
* Fix FileSpec::GetPath to return null-terminated stringsIlia K2015-02-271-2/+2
* Test commit - fix typo.Robert Flack2015-02-261-1/+1
* Add Initialize/Terminate method to Platform base pluginTamas Berghammer2015-02-121-0/+1
* Create new platform: remote-androidTamas Berghammer2015-02-121-0/+3
* Fix Mingw build.Hafiz Abid Qadeer2015-02-111-2/+2
* Add a method to disable the Windows crash / assert dialogs.Zachary Turner2014-12-121-0/+20
* The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda2014-12-081-0/+1
* Implement an empty DynamicLoader plugin for Windows.Zachary Turner2014-12-051-0/+6
* Fix some bugs from D5988Justin Hibbits2014-10-311-0/+1
* First cut of PowerPC(64) support in LLDB.Justin Hibbits2014-10-311-0/+5
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-101-0/+3
* ASan malloc/free history threadsKuba Brecka2014-09-041-0/+3
* Initialize LLVM when LLDB is initialized, andSean Callanan2014-08-231-1/+16
* Convert static constructors to be explicitly initialized at startupZachary Turner2014-08-211-0/+2
* Teach LLDB about Windows processes.Zachary Turner2014-07-281-0/+7
* Add kalimba as a platform.Todd Fiala2014-07-161-0/+3
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+2
* lldb arm64 import.Jason Molenda2014-03-291-0/+7
* Re-enable ProcessElfCore for non-FreeBSD/Linux builds; with Greg's fix in r20...Jason Molenda2014-03-071-4/+0
* Todd points out that my change to ProcessElfCore is probablyJason Molenda2014-03-071-0/+4
* Re-enable the JITLoaderGDB and ProcessElfCore that were disabled by:Greg Clayton2014-03-061-5/+1
* Fix Windows build break introduced in r203035.Ahmed Charles2014-03-061-1/+5
* Moved JITLoader.cpp and JITLoaderList.cpp over into "source/Target" since the...Greg Clayton2014-03-061-23/+18
* Build JITLoader on FreeBSD alsoEd Maste2014-03-051-3/+3
* Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson2014-03-051-0/+3
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-0/+2
* Commit a work-in-progress system runtime for Mac OS X which won'tJason Molenda2013-11-151-0/+3
* Patch to add PlatformWindows, based on Carlo Kok's version from the Windows b...Deepak Panickal2013-10-151-4/+6
* Revert my commit 191617. It added a clang warning (Thanks to Ed Maste). Add a...Sylvestre Ledru2013-10-141-0/+2
* Remove useless declaration. If match_type == eNameMatchIgnore, we already lef...Sylvestre Ledru2013-09-281-2/+0
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+1
* Re-introduces ELF core file support for Linux x86-64Ashok Thirumurthi2013-07-171-1/+12
* Revert the ELF core file support until a few things can be worked out:Greg Clayton2013-07-121-4/+1
* Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi2013-07-121-1/+4
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-0/+7
* Remove the initialization/termination of the now-removed OperatingSystemDarwi...Jason Molenda2013-05-031-3/+0
* Add a new PlatformDarwinKernel for kernel debugging. This PlatformJason Molenda2013-04-051-0/+3
* Updated Apple LLDB version to lldb-300.99.0. AlsoSean Callanan2013-03-071-3/+18
* Made lldb.cpp build with clang 5.0. Greg Clayton2013-02-281-45/+57
* Remove LLDB dependency on xcodeworkspace (on Linux) for version numberDaniel Malea2013-02-281-0/+55
OpenPOWER on IntegriCloud