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
*
Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...
Eugene Zelenko
2015-10-31
1
-89
/
+61
*
Convert the ScriptInterpreter system to a plugin-based one.
Zachary Turner
2015-07-30
1
-1
/
+1
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Add support for custom commands to set flags on themselves
Enrico Granata
2015-05-27
1
-0
/
+15
*
Factor resolution of abbreviations and aliases so that they can be tested dir...
Adrian McCarthy
2015-04-23
1
-0
/
+16
*
Rework LLDB system initialization.
Zachary Turner
2015-03-31
1
-177
/
+0
*
Turn off 'quit' confirmation in lldb-mi
Ilia K
2015-03-23
1
-1
/
+15
*
Compare pointers directly instead of ::strcmp in SBXxx::EventIsXxxEvent()
Ilia K
2015-03-21
1
-1
/
+1
*
Fix handling of CommandInterpreter's events in lldb-mi
Ilia K
2015-03-21
1
-0
/
+7
*
Fix broadcasters for interpreter and process:
Ilia K
2015-03-17
1
-2
/
+1
*
Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.
Siva Chandra
2015-03-16
1
-1
/
+1
*
Add accessors on SBCommand to get and set the help texts for a command
Enrico Granata
2015-03-13
1
-0
/
+22
*
Bulk of the infrastructure work to allow script commands to be backed by obje...
Enrico Granata
2015-03-13
1
-0
/
+13
*
Further reduce header footprint of Debugger.h.
Zachary Turner
2015-03-04
1
-0
/
+1
*
Enable Python summaries to use custom SBTypeSummaryOptions if the user is so ...
Enrico Granata
2014-11-22
1
-0
/
+1
*
Add a feature where a string data formatter can now be partially composed of ...
Enrico Granata
2014-10-28
1
-0
/
+7
*
This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...
Jim Ingham
2014-10-14
1
-1
/
+67
*
Rework the way we pass "run multiple command" options to the various API's that
Jim Ingham
2014-10-11
1
-0
/
+94
*
Extend synthetic children to produce synthetic values (as in, those that GetV...
Enrico Granata
2014-10-08
1
-0
/
+4
*
Allow Python commands to optionally take an SBExecutionContext argument in ca...
Enrico Granata
2014-10-01
1
-1
/
+2
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
1
-1
/
+14
*
Any commands that are executed through the public interface using SBCommandIn...
Greg Clayton
2014-07-15
1
-0
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-22
/
+32
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+2
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-0
/
+16
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-3
/
+3
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-3
/
+3
*
Fixed the MacOSX non "Debug" builds so that "lldb-platform" doesn't fail to l...
Greg Clayton
2013-10-17
1
-9
/
+116
*
<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
[next]