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
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-3
/
+3
*
Did a lot more work on abtracting and organizing the platforms.
Greg Clayton
2011-03-24
1
-0
/
+12
*
Abtracted the innards of lldb-core away from the SB interface. There was some
Greg Clayton
2011-03-22
1
-5
/
+2
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-0
/
+3
*
Add a missing include.
Stephen Wilson
2011-03-13
1
-0
/
+1
*
The UserSettings controllers must be initialized & terminated in the
Caroline Tice
2011-03-10
1
-9
/
+5
*
Add Makefile support for the Platform plugins.
Stephen Wilson
2011-03-10
1
-1
/
+1
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-7
/
+52
*
Added a DynamicLoaderStatic plug-in that will act as a static dynamic loader.
Greg Clayton
2011-03-05
1
-0
/
+5
*
Added new target instance settings for execution settings:
Greg Clayton
2011-02-18
1
-0
/
+4
*
All UnwindPlan objects are now passed around as shared pointers.
Greg Clayton
2011-02-15
1
-2
/
+4
*
Modified the PluginManager to be ready for loading plug-ins from a system
Greg Clayton
2011-02-02
1
-0
/
+7
*
Initial support for a DynamicLoader plugin on Linux.
Stephen Wilson
2011-01-16
1
-0
/
+3
*
Split up the Python script interpreter code to allow multiple script interpre...
Caroline Tice
2011-01-14
1
-1
/
+4
*
Initialize SymbolFileDWARFDebugMap on Apple platforms only.
Stephen Wilson
2011-01-12
1
-2
/
+2
*
Fixes for linux building from Stephen Wilson.
Greg Clayton
2010-12-16
1
-0
/
+2
*
Fixes for linux building from Stephen Wilson.
Greg Clayton
2010-12-16
1
-0
/
+1
*
Cleaned up code that wasn't using the Initialize and Terminate paradigm by
Greg Clayton
2010-11-18
1
-13
/
+11
*
Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin.
Jim Ingham
2010-11-04
1
-1
/
+6
*
Check in the native lldb unwinder.
Jason Molenda
2010-10-25
1
-0
/
+2
*
Disable "process.macosx" plugin, since it is not being actively supported
Caroline Tice
2010-10-15
1
-2
/
+2
*
Hooked up ability to look up data symbols so they show up in disassembly
Greg Clayton
2010-10-08
1
-0
/
+39
*
Committing the skeleton of Language runtime plugin classes.
Jim Ingham
2010-09-23
1
-0
/
+4
*
Add a new ArchVolatileRegs plugin class to identify
Jason Molenda
2010-09-22
1
-2
/
+3
*
Add UserSettings to Target class, making Target settings
Caroline Tice
2010-09-20
1
-10
/
+4
*
The first part of an lldb native stack unwinder.
Jason Molenda
2010-09-10
1
-0
/
+6
*
Add a user settings controller to Thread. Then added a step-avoid-regexp set...
Jim Ingham
2010-09-08
1
-2
/
+3
*
This is a very large commit that completely re-does the way lldb
Caroline Tice
2010-09-04
1
-0
/
+5
*
Cleaned up step logging a bit.
Greg Clayton
2010-09-03
1
-3
/
+8
*
Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.
Greg Clayton
2010-09-03
1
-0
/
+11
*
Add a new Process plugin for Linux.
Stephen Wilson
2010-07-24
1
-4
/
+19
*
Combine 32 and 64 bit ELF readers.
Stephen Wilson
2010-07-13
1
-3
/
+0
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-2
/
+2
*
64 bit ELF support from Stephen Wilson.
Greg Clayton
2010-07-07
1
-0
/
+3
*
Declare LLDBVersionNumber extern "C" to make sure clang++ mangles it properly...
Benjamin Kramer
2010-07-07
1
-1
/
+1
*
Make include paths work on Linux. ifdef out stuff that isn't relevant to
Eli Friedman
2010-06-13
1
-27
/
+36
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+107