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
/
SBCommandInterpreter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-8
/
+8
*
<rdar://problem/12586010>
Greg Clayton
2013-01-08
1
-4
/
+0
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
Added a new "module" log channel which covers module creation, deletion, and ...
Greg Clayton
2012-10-08
1
-1
/
+1
*
Implementing plugins that provide commands.
Enrico Granata
2012-09-28
1
-2
/
+124
*
Change UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly so i...
Jason Molenda
2012-07-17
1
-2
/
+2
*
Add API logging to SBCommandInterpreter::HandleCompletion().
Jim Ingham
2012-06-26
1
-0
/
+8
*
<rdar://problem/11328896> Fixing a bug where regex commands were saved in the...
Enrico Granata
2012-05-31
1
-1
/
+1
*
<rdar://problem/10605072>
Greg Clayton
2012-05-08
1
-1
/
+3
*
Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes.
Jim Ingham
2012-05-04
1
-3
/
+3
*
No functionality changes, mostly cleanup.
Greg Clayton
2012-04-11
1
-3
/
+3
*
<rdar://problem/10605072>
Greg Clayton
2012-02-29
1
-0
/
+17
*
This commit:
Enrico Granata
2012-02-29
1
-59
/
+1
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-0
/
+6
*
SBFrame is now threadsafe using some extra tricks. One issue is that stack
Greg Clayton
2012-01-30
1
-4
/
+6
*
<rdar://problem/10750012>
Greg Clayton
2012-01-27
1
-26
/
+0
*
Work in progress for:
Johnny Chen
2011-12-19
1
-4
/
+4
*
Sanity check the inputs to SBCommandInterpreter::HandleCompletion
Jim Ingham
2011-12-05
1
-0
/
+13
*
Fixed the Xcode project building of LLVM to be a bit more user friendly:
Greg Clayton
2011-11-04
1
-0
/
+16
*
this patch introduces a new command script import command which takes as inpu...
Enrico Granata
2011-10-17
1
-1
/
+9
*
Add a new breakpoint type "break by source regular expression".
Jim Ingham
2011-09-21
1
-0
/
+12
*
SBSourceManager now gets the real source manager either from the Debugger or ...
Jim Ingham
2011-09-13
1
-1
/
+0
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-1
/
+1
*
Fixed some SWIG interoperability issues
Enrico Granata
2011-08-19
1
-1
/
+1
*
Taking care of an issue with using lldb_private types in SBCommandInterpreter...
Enrico Granata
2011-08-19
1
-1
/
+1
*
Changes to Python commands:
Enrico Granata
2011-08-16
1
-1
/
+1
*
Python commands:
Enrico Granata
2011-08-16
1
-1
/
+13
*
Public API changes:
Enrico Granata
2011-07-29
1
-5
/
+7
*
Python synthetic children:
Enrico Granata
2011-07-24
1
-1
/
+19
*
Python summary strings:
Enrico Granata
2011-07-15
1
-1
/
+11
*
Abtracted the innards of lldb-core away from the SB interface. There was some
Greg Clayton
2011-03-22
1
-0
/
+21
*
Don't limit StreamTee to just two streams. It now can contain
Greg Clayton
2011-02-20
1
-0
/
+14
*
The LLDB API (lldb::SB*) is now thread safe!
Greg Clayton
2010-12-20
1
-4
/
+18
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-7
/
+7
*
Added copy constructors and assignment operators to all lldb::SB* classes
Greg Clayton
2010-11-05
1
-0
/
+12
*
Cleaned up the API logging a lot more to reduce redundant information and
Greg Clayton
2010-10-31
1
-4
/
+4
*
Improved API logging.
Greg Clayton
2010-10-30
1
-15
/
+35
*
Modified the lldb_private::TypeList to use a std::multimap for quicker lookup
Greg Clayton
2010-10-29
1
-1
/
+1
*
Fix bugs attempting to write to API log after it has been
Caroline Tice
2010-10-27
1
-0
/
+2
*
Clean up the API logging code:
Caroline Tice
2010-10-26
1
-9
/
+11
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-0
/
+29
*
Remove unnecessary/inappropriate output-printing functions from
Caroline Tice
2010-09-15
1
-37
/
+0
*
This is a very large commit that completely re-does the way lldb
Caroline Tice
2010-09-04
1
-18
/
+18
*
Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...
Jim Ingham
2010-08-26
1
-1
/
+1
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-34
/
+93
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-1
/
+1
*
Fix a bunch more include lines.
Eli Friedman
2010-06-09
1
-10
/
+10
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+193