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
/
API
/
SBDebugger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Debugger::SetLoggingCallback public, and expose it through the SB API. ...
Jim Ingham
2012-02-22
1
-0
/
+11
*
Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python
Jason Molenda
2012-02-21
1
-0
/
+4
*
Add a logging mode that takes a callback and flush'es to that callback.
Jim Ingham
2012-02-21
1
-2
/
+22
*
<rdar://problem/10062621>
Enrico Granata
2012-02-15
1
-0
/
+146
*
SBFrame is now threadsafe using some extra tricks. One issue is that stack
Greg Clayton
2012-01-30
1
-34
/
+47
*
rdar://problem/10216227
Johnny Chen
2011-12-23
1
-1
/
+1
*
<rdar://problem/10584789>
Greg Clayton
2011-12-15
1
-0
/
+6
*
Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out
Greg Clayton
2011-11-17
1
-1
/
+1
*
<rdar://problem/10126482>
Greg Clayton
2011-11-13
1
-2
/
+4
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-1
/
+1
*
Removed lldb::SBSourceManager_impl. We export everything in the lldb namespace
Greg Clayton
2011-10-01
1
-0
/
+5
*
Destroy a target when it is deleted.
Greg Clayton
2011-09-30
1
-0
/
+1
*
After deleting a target, clear the target object and remove orphaned modules.
Greg Clayton
2011-09-30
1
-0
/
+2
*
Added to the public API to allow symbolication:
Greg Clayton
2011-09-24
1
-10
/
+69
*
Adding "-n", "-p" and "-w" flags to the lldb command-line tool to
Jim Ingham
2011-09-13
1
-0
/
+27
*
SBSourceManager now gets the real source manager either from the Debugger or ...
Jim Ingham
2011-09-13
1
-4
/
+3
*
Move the SourceManager from the Debugger to the Target. That way it can stor...
Jim Ingham
2011-09-08
1
-1
/
+1
*
Fixed some SWIG interoperability issues
Enrico Granata
2011-08-19
1
-0
/
+5
*
Remember to restore the frame in the exe_ctx passed in to RunThreadPlan.
Jim Ingham
2011-08-13
1
-1
/
+1
*
Add a version of SBDebugger::Create which allows us to specify whether to source
Jim Ingham
2011-08-13
1
-0
/
+19
*
Make ValueObject::SetValueFromCString work correctly.
Jim Ingham
2011-08-12
1
-0
/
+7
*
Added the notion of an system root for SDKs. This is a directory where all
Greg Clayton
2011-06-17
1
-0
/
+16
*
Add an API to SBDebugger class:
Johnny Chen
2011-06-15
1
-0
/
+18
*
Don't have the debugger default to ignoring EOF. This is only what the driver
Greg Clayton
2011-05-29
1
-0
/
+14
*
Make sure writing asynchronous output only backs up
Caroline Tice
2011-05-09
1
-0
/
+18
*
This patch captures and serializes all output being written by the
Caroline Tice
2011-05-02
1
-0
/
+12
*
Added the ability to set the Platform path for a module through the SBModule
Greg Clayton
2011-04-30
1
-0
/
+20
*
Add 'lldb_private' namespace where necessary to prevent ambiguity and
Caroline Tice
2011-04-25
1
-3
/
+3
*
Fixed an issue where if you specify an architecture from the command line like:
Greg Clayton
2011-04-18
1
-43
/
+47
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-4
/
+4
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-3
/
+6
*
Abtracted the innards of lldb-core away from the SB interface. There was some
Greg Clayton
2011-03-22
1
-0
/
+2
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-31
/
+3
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-29
/
+24
*
Use Host::File in lldb_private::StreamFile and other places to cleanup host
Greg Clayton
2011-02-09
1
-3
/
+3
*
Add API and implementation for SBDebugger::Destroy and Debugger::Destroy.
Caroline Tice
2011-01-22
1
-0
/
+18
*
The LLDB API (lldb::SB*) is now thread safe!
Greg Clayton
2010-12-20
1
-109
/
+64
*
Patch from Stephen Wilson:
Johnny Chen
2010-12-20
1
-1
/
+1
*
Add code to make sure InputReaders finish and are cleaned up when
Caroline Tice
2010-12-20
1
-0
/
+3
*
Add the ability to catch and do the right thing with Interrupts (often contro...
Caroline Tice
2010-11-19
1
-0
/
+22
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-17
/
+17
*
Added copy constructors and assignment operators to all lldb::SB* classes
Greg Clayton
2010-11-05
1
-1
/
+16
*
Cleaned up the API logging a lot more to reduce redundant information and
Greg Clayton
2010-10-31
1
-13
/
+13
*
Improved API logging.
Greg Clayton
2010-10-30
1
-15
/
+28
*
Modified the lldb_private::TypeList to use a std::multimap for quicker lookup
Greg Clayton
2010-10-29
1
-23
/
+13
*
Clean up the API logging code:
Caroline Tice
2010-10-26
1
-23
/
+35
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-0
/
+104
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
1
-4
/
+4
*
Added a "--no-lldbinit" option (-n for short (which magically matches
Greg Clayton
2010-10-11
1
-5
/
+13
*
Create more useful instance names for target, process and thread instances.
Caroline Tice
2010-09-27
1
-1
/
+1
[next]