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
*
Added support for the new ".apple_objc" accelerator tables. These tables are
Greg Clayton
2011-10-27
1
-0
/
+1
*
Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all
Greg Clayton
2011-10-11
1
-4
/
+0
*
Patch from dawn@burble.org to build on linux!
Johnny Chen
2011-10-10
1
-0
/
+4
*
Enable all the new accelerator tables if they are present and don't manually
Greg Clayton
2011-10-04
1
-0
/
+1
*
Convert over to the latest and greatest on disc accelerator
Greg Clayton
2011-09-28
1
-2
/
+2
*
Added first pass at PE COFF file reading support. It parses the sections
Greg Clayton
2011-09-09
1
-2
/
+3
*
Added support for accessing and loading our new .debug_names and .debug_types
Greg Clayton
2011-09-01
1
-0
/
+2
*
Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel".
Greg Clayton
2011-08-22
1
-6
/
+6
*
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
Greg Clayton
2011-08-22
1
-0
/
+3
*
Patch by David Forsythe to build lldb on FreeBSD!
Johnny Chen
2011-08-02
1
-0
/
+11
*
Remove the deprecated MacOSX native plug-in.
Greg Clayton
2011-08-01
1
-3
/
+0
*
Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)
Greg Clayton
2011-07-17
1
-0
/
+3
*
LLDB now has a Kernel dynamic linker that can detect where kexts are
Greg Clayton
2011-07-08
1
-0
/
+3
*
Build and initialise the Darwin ABI plugins on all platforms
Peter Collingbourne
2011-05-19
1
-6
/
+6
*
Initialise the Darwin ABI plugins only on Darwin
Peter Collingbourne
2011-05-19
1
-7
/
+7
*
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
Greg Clayton
2011-05-11
1
-10
/
+7
*
Changed the emulate instruction function to take emulate options which
Greg Clayton
2011-04-26
1
-1
/
+1
*
Even more renaming.
Greg Clayton
2011-04-25
1
-1
/
+1
*
More moving things around for the unwind plan and assembly unwind plug-ins.
Greg Clayton
2011-04-25
1
-5
/
+8
*
Put plug-ins into the correct directories as they were incorrectly located
Greg Clayton
2011-04-25
1
-3
/
+3
*
Add the rest of the mechanisms to make ARM instruction emulation usable/possi...
Caroline Tice
2011-04-05
1
-0
/
+3
*
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
[next]