summaryrefslogtreecommitdiffstats
path: root/lldb/source/lldb.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Remove Apple-specific version logic.Frederic Riss2019-04-171-4/+0
* [CMake] Unify scripts for generating VCS headersPetr Hosek2019-02-061-2/+2
* Revert "[CMake] Unify scripts for generating VCS headers"Petr Hosek2019-01-311-1/+4
* [CMake] Migrate lldb to the new VCS scriptPetr Hosek2019-01-311-4/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Run clang-format on lldb.cppStephane Sezer2017-11-021-4/+2
* Use LLVM version stringStephane Sezer2017-11-021-5/+1
* One more cleanup to lldb version printingChris Bieneman2016-11-141-13/+14
* Fixing the Xcode build that I broke in r286479Chris Bieneman2016-11-101-1/+4
* Unify Darwin and Non-Darwin printing of version outputChris Bieneman2016-11-101-35/+13
* [CMake] Generate LLDB_REVISION at build timeChris Bieneman2016-09-231-0/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-71/+61
* Add more NetBSD platform glue for lldbBruce Mitchener2015-11-071-1/+1
* 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
OpenPOWER on IntegriCloud