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
*
[Reproducers] Capture return values of functions returning by ptr/ref
Jonas Devlieghere
2019-04-03
1
-1
/
+1
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+140
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-0
/
+8
*
[Reproducers] Add missing LLDB_RECORD_DUMMY macros
Jonas Devlieghere
2019-03-08
1
-0
/
+4
*
[SBAPI] Log from record macro
Jonas Devlieghere
2019-03-07
1
-82
/
+0
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-25
/
+233
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-8
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[API] Remove redundants get() from smart pointers. NFC
Jonas Devlieghere
2018-12-20
1
-1
/
+1
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the ex...
Stefan Granitz
2018-10-05
1
-0
/
+8
*
Add support for descriptions with command completions.
Raphael Isemann
2018-09-13
1
-4
/
+27
*
Allow specifying an exit code for the 'quit' command
Raphael Isemann
2018-07-11
1
-0
/
+17
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-2
/
+2
*
Implement interactive command interruption
Leonard Mosescu
2017-10-05
1
-0
/
+4
*
Revert patch r313904, as it breaks "command source" and in
Jim Ingham
2017-09-28
1
-4
/
+0
*
[LLDB] Implement interactive command interruption
Adrian McCarthy
2017-09-21
1
-0
/
+4
*
Make CommandObject help getters/setters use StringRef.
Zachary Turner
2016-11-12
1
-2
/
+4
*
Convert some more aliasing and CI functions to StringRef.
Zachary Turner
2016-10-05
1
-1
/
+1
*
Convert CommandObject constructors to StringRef.
Zachary Turner
2016-10-05
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-560
/
+457
*
Improve code of loading plugins that provide cmnds
Abhishek Aggarwal
2016-07-29
1
-1
/
+27
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-5
/
+5
*
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
[next]