index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
lldb.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move LLDB initialization/shutdown to Initialization.
Zachary Turner
2015-03-19
1
-361
/
+0
*
Move some functions from source/lldb.cpp to Utility.
Zachary Turner
2015-03-18
1
-94
/
+0
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Initial Assembly profiler for mips64
Bhushan D. Attarde
2015-03-18
1
-0
/
+3
*
Clean up includes in source/lldb.cpp (1 was unused, 1 duplicated)
Ilia K
2015-03-12
1
-2
/
+0
*
Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging
Robert Flack
2015-03-11
1
-1
/
+8
*
Reduce the number of components initialized for LLGS further.
Robert Flack
2015-03-11
1
-26
/
+27
*
Add Debugger::InitializeForLLGS to allow ref counted LLGS initialization.
Robert Flack
2015-03-10
1
-70
/
+79
*
Move Python Init from InitializeForLLGS to Initialize
Vince Harron
2015-03-07
1
-8
/
+11
*
Reduce the number of components initialized by lldb-server to reduce static b...
Robert Flack
2015-03-02
1
-75
/
+108
*
Fix FileSpec::GetPath to return null-terminated strings
Ilia K
2015-02-27
1
-2
/
+2
*
Test commit - fix typo.
Robert Flack
2015-02-26
1
-1
/
+1
*
Add Initialize/Terminate method to Platform base plugin
Tamas Berghammer
2015-02-12
1
-0
/
+1
*
Create new platform: remote-android
Tamas Berghammer
2015-02-12
1
-0
/
+3
*
Fix Mingw build.
Hafiz Abid Qadeer
2015-02-11
1
-2
/
+2
*
Add a method to disable the Windows crash / assert dialogs.
Zachary Turner
2014-12-12
1
-0
/
+20
*
The lldb unwinder can now use the unwind information from the compact-unwind
Jason Molenda
2014-12-08
1
-0
/
+1
*
Implement an empty DynamicLoader plugin for Windows.
Zachary Turner
2014-12-05
1
-0
/
+6
*
Fix some bugs from D5988
Justin Hibbits
2014-10-31
1
-0
/
+1
*
First cut of PowerPC(64) support in LLDB.
Justin Hibbits
2014-10-31
1
-0
/
+5
*
LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...
Kuba Brecka
2014-10-10
1
-0
/
+3
*
ASan malloc/free history threads
Kuba Brecka
2014-09-04
1
-0
/
+3
*
Initialize LLVM when LLDB is initialized, and
Sean Callanan
2014-08-23
1
-1
/
+16
*
Convert static constructors to be explicitly initialized at startup
Zachary Turner
2014-08-21
1
-0
/
+2
*
Teach LLDB about Windows processes.
Zachary Turner
2014-07-28
1
-0
/
+7
*
Add kalimba as a platform.
Todd Fiala
2014-07-16
1
-0
/
+3
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+2
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-0
/
+7
*
Re-enable ProcessElfCore for non-FreeBSD/Linux builds; with Greg's fix in r20...
Jason Molenda
2014-03-07
1
-4
/
+0
*
Todd points out that my change to ProcessElfCore is probably
Jason Molenda
2014-03-07
1
-0
/
+4
*
Re-enable the JITLoaderGDB and ProcessElfCore that were disabled by:
Greg Clayton
2014-03-06
1
-5
/
+1
*
Fix Windows build break introduced in r203035.
Ahmed Charles
2014-03-06
1
-1
/
+5
*
Moved JITLoader.cpp and JITLoaderList.cpp over into "source/Target" since the...
Greg Clayton
2014-03-06
1
-23
/
+18
*
Build JITLoader on FreeBSD also
Ed Maste
2014-03-05
1
-3
/
+3
*
Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...
Andrew MacPherson
2014-03-05
1
-0
/
+3
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-0
/
+2
*
Commit a work-in-progress system runtime for Mac OS X which won't
Jason Molenda
2013-11-15
1
-0
/
+3
*
Patch to add PlatformWindows, based on Carlo Kok's version from the Windows b...
Deepak Panickal
2013-10-15
1
-4
/
+6
*
Revert my commit 191617. It added a clang warning (Thanks to Ed Maste). Add a...
Sylvestre Ledru
2013-10-14
1
-0
/
+2
*
Remove useless declaration. If match_type == eNameMatchIgnore, we already lef...
Sylvestre Ledru
2013-09-28
1
-2
/
+0
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-0
/
+1
*
Re-introduces ELF core file support for Linux x86-64
Ashok Thirumurthi
2013-07-17
1
-1
/
+12
*
Revert the ELF core file support until a few things can be worked out:
Greg Clayton
2013-07-12
1
-4
/
+1
*
Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.
Ashok Thirumurthi
2013-07-12
1
-1
/
+4
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-0
/
+7
*
Remove the initialization/termination of the now-removed OperatingSystemDarwi...
Jason Molenda
2013-05-03
1
-3
/
+0
*
Add a new PlatformDarwinKernel for kernel debugging. This Platform
Jason Molenda
2013-04-05
1
-0
/
+3
*
Updated Apple LLDB version to lldb-300.99.0. Also
Sean Callanan
2013-03-07
1
-3
/
+18
*
Made lldb.cpp build with clang 5.0.
Greg Clayton
2013-02-28
1
-45
/
+57
*
Remove LLDB dependency on xcodeworkspace (on Linux) for version number
Daniel Malea
2013-02-28
1
-0
/
+55
[next]