aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/lldb.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-11-14One more cleanup to lldb version printingChris Bieneman1-13/+14
2016-11-10Fixing the Xcode build that I broke in r286479Chris Bieneman1-1/+4
2016-11-10Unify Darwin and Non-Darwin printing of version outputChris Bieneman1-35/+13
2016-09-23[CMake] Generate LLDB_REVISION at build timeChris Bieneman1-0/+4
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-71/+61
2015-11-07Add more NetBSD platform glue for lldbBruce Mitchener1-1/+1
2015-03-19Move LLDB initialization/shutdown to Initialization.Zachary Turner1-361/+0
2015-03-18Move some functions from source/lldb.cpp to Utility.Zachary Turner1-94/+0
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner1-1/+0
2015-03-18Initial Assembly profiler for mips64Bhushan D. Attarde1-0/+3
2015-03-12Clean up includes in source/lldb.cpp (1 was unused, 1 duplicated)Ilia K1-2/+0
2015-03-11Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack1-1/+8
2015-03-11Reduce the number of components initialized for LLGS further.Robert Flack1-26/+27
2015-03-10Add Debugger::InitializeForLLGS to allow ref counted LLGS initialization.Robert Flack1-70/+79
2015-03-07Move Python Init from InitializeForLLGS to InitializeVince Harron1-8/+11
2015-03-02Reduce the number of components initialized by lldb-server to reduce static b...Robert Flack1-75/+108
2015-02-27Fix FileSpec::GetPath to return null-terminated stringsIlia K1-2/+2
2015-02-26Test commit - fix typo.Robert Flack1-1/+1
2015-02-12Add Initialize/Terminate method to Platform base pluginTamas Berghammer1-0/+1
2015-02-12Create new platform: remote-androidTamas Berghammer1-0/+3
2015-02-11Fix Mingw build.Hafiz Abid Qadeer1-2/+2
2014-12-12Add a method to disable the Windows crash / assert dialogs.Zachary Turner1-0/+20
2014-12-08The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda1-0/+1
2014-12-05Implement an empty DynamicLoader plugin for Windows.Zachary Turner1-0/+6
2014-10-31Fix some bugs from D5988Justin Hibbits1-0/+1
2014-10-31First cut of PowerPC(64) support in LLDB.Justin Hibbits1-0/+5
2014-10-10LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka1-0/+3
2014-09-04ASan malloc/free history threadsKuba Brecka1-0/+3
2014-08-23Initialize LLVM when LLDB is initialized, andSean Callanan1-1/+16
2014-08-21Convert static constructors to be explicitly initialized at startupZachary Turner1-0/+2
2014-07-28Teach LLDB about Windows processes.Zachary Turner1-0/+7
2014-07-16Add kalimba as a platform.Todd Fiala1-0/+3
2014-04-02sanitise sign comparisonsSaleem Abdulrasool1-1/+2
2014-03-29lldb arm64 import.Jason Molenda1-0/+7
2014-03-07Re-enable ProcessElfCore for non-FreeBSD/Linux builds; with Greg's fix in r20...Jason Molenda1-4/+0
2014-03-07Todd points out that my change to ProcessElfCore is probablyJason Molenda1-0/+4
2014-03-06Re-enable the JITLoaderGDB and ProcessElfCore that were disabled by:Greg Clayton1-5/+1
2014-03-06Fix Windows build break introduced in r203035.Ahmed Charles1-1/+5
2014-03-06Moved JITLoader.cpp and JITLoaderList.cpp over into "source/Target" since the...Greg Clayton1-23/+18
2014-03-05Build JITLoader on FreeBSD alsoEd Maste1-3/+3
2014-03-05Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson1-0/+3
2014-01-27Merging the iohandler branch back into main. Greg Clayton1-0/+2
2013-11-15Commit a work-in-progress system runtime for Mac OS X which won'tJason Molenda1-0/+3
2013-10-15Patch to add PlatformWindows, based on Carlo Kok's version from the Windows b...Deepak Panickal1-4/+6
2013-10-14Revert my commit 191617. It added a clang warning (Thanks to Ed Maste). Add a...Sylvestre Ledru1-0/+2
2013-09-28Remove useless declaration. If match_type == eNameMatchIgnore, we already lef...Sylvestre Ledru1-2/+0
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea1-0/+1
2013-07-17Re-introduces ELF core file support for Linux x86-64Ashok Thirumurthi1-1/+12
2013-07-12Revert the ELF core file support until a few things can be worked out:Greg Clayton1-4/+1
2013-07-12Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi1-1/+4