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
*
[CMake] Remove Apple-specific version logic.
Frederic Riss
2019-04-17
1
-4
/
+0
*
[CMake] Unify scripts for generating VCS headers
Petr Hosek
2019-02-06
1
-2
/
+2
*
Revert "[CMake] Unify scripts for generating VCS headers"
Petr Hosek
2019-01-31
1
-1
/
+4
*
[CMake] Migrate lldb to the new VCS script
Petr Hosek
2019-01-31
1
-4
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Run clang-format on lldb.cpp
Stephane Sezer
2017-11-02
1
-4
/
+2
*
Use LLVM version string
Stephane Sezer
2017-11-02
1
-5
/
+1
*
One more cleanup to lldb version printing
Chris Bieneman
2016-11-14
1
-13
/
+14
*
Fixing the Xcode build that I broke in r286479
Chris Bieneman
2016-11-10
1
-1
/
+4
*
Unify Darwin and Non-Darwin printing of version output
Chris Bieneman
2016-11-10
1
-35
/
+13
*
[CMake] Generate LLDB_REVISION at build time
Chris Bieneman
2016-09-23
1
-0
/
+4
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-71
/
+61
*
Add more NetBSD platform glue for lldb
Bruce Mitchener
2015-11-07
1
-1
/
+1
*
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
[next]