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
/
Interpreter
/
CommandInterpreter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add new bugreport command to lldb
Tamas Berghammer
2015-07-02
1
-0
/
+2
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-3
/
+3
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-3
/
+3
*
Add language command and LanguageRuntime plugin changes to allow vending of c...
Colin Riley
2015-05-04
1
-0
/
+2
*
Factor resolution of abbreviations and aliases so that they can be tested dir...
Adrian McCarthy
2015-04-23
1
-201
/
+221
*
Fix check for options in "command alias"
Ted Woodward
2015-04-06
1
-3
/
+3
*
Turn off 'quit' confirmation in lldb-mi
Ilia K
2015-03-23
1
-0
/
+7
*
Fix broadcasters for interpreter and process:
Ilia K
2015-03-17
1
-1
/
+1
*
Help for _regexp-break wasn't very clear. Added more detailed explanations of...
Greg Clayton
2015-03-07
1
-2
/
+8
*
Further reduce header footprint of Debugger.h.
Zachary Turner
2015-03-04
1
-0
/
+2
*
Fix handling of backslashes in Args parsing
Pavel Labath
2015-03-02
1
-3
/
+3
*
Fix a typo Debugger::ExecuteIOHanders to Debugger::ExecuteIOHandlers.
Siva Chandra
2015-02-26
1
-1
/
+1
*
Allow python command interpreter commands to be interruptable via CTRL+C.
Greg Clayton
2015-01-27
1
-0
/
+7
*
Three related changes to help:
Kate Stone
2015-01-15
1
-76
/
+83
*
Fixed an issue where you couldn't delete a user defined regex, python, or mul...
Greg Clayton
2015-01-09
1
-15
/
+63
*
Audit uses of ConstString::AsCString() to make sure they weren't assuming
Jim Ingham
2014-12-19
1
-1
/
+1
*
Added a new regular expression to the "_regexp-break" command ("b" by default):
Greg Clayton
2014-12-01
1
-0
/
+1
*
This is the first step of making lldb able to create target-specific things
Jim Ingham
2014-11-22
1
-1
/
+1
*
Complete rewrite of interactive editing support for single- and multi-line in...
Kate Stone
2014-11-17
1
-36
/
+63
*
Make the "synchronous" mode actually work without race conditions.
Greg Clayton
2014-10-21
1
-14
/
+0
*
Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.
Zachary Turner
2014-10-20
1
-1
/
+5
*
This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...
Jim Ingham
2014-10-14
1
-2
/
+97
*
Rework the way we pass "run multiple command" options to the various API's that
Jim Ingham
2014-10-11
1
-37
/
+53
*
In cases where you'd use an expression to get a value to insert in a command,...
Enrico Granata
2014-10-09
1
-3
/
+5
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-0
/
+2
*
Add a comment explaining why we're casting the local
Eric Christopher
2014-09-09
1
-0
/
+1
*
Quiet unused variable warning that only occurs
Eric Christopher
2014-09-09
1
-0
/
+1
*
Move the rest of the HostInfo functions over.
Zachary Turner
2014-08-21
1
-2
/
+7
*
fix the _regexp-break command to allow quotes around the name:
Greg Clayton
2014-08-14
1
-1
/
+1
*
Fixed an issue where the LLDB command prompt isn't interactive if you use -o ...
Greg Clayton
2014-07-31
1
-22
/
+16
*
(no commit message)
Greg Clayton
2014-07-30
1
-1
/
+12
*
Use llvm Support functions to get the user's home directory.
Zachary Turner
2014-07-28
1
-3
/
+5
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
1
-1
/
+1
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-1
/
+3
*
Rename eExecution*** to eExpression*** to be consistent with the result type.
Jim Ingham
2014-05-05
1
-10
/
+10
*
Make the Expression Execution result enum available to the SB API layer.
Jim Ingham
2014-05-05
1
-1
/
+6
*
Fixed CTRL+C related issues:
Greg Clayton
2014-05-02
1
-0
/
+19
*
Free the strong reference to a lldb::SBDebugger that the script interpreter w...
Greg Clayton
2014-04-25
1
-0
/
+3
*
Make sure that the CommandInterpreter::m_command_io_handler_sp gets reset whe...
Greg Clayton
2014-04-25
1
-0
/
+6
*
Switch NULL to C++11 nullptr in source/Interpreter
Ed Maste
2014-04-20
1
-36
/
+36
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-2
/
+2
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-1
/
+1
*
Allow line numbers to be shown in multi-line expressions.
Greg Clayton
2014-03-07
1
-0
/
+4
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-7
/
+7
*
Don't print out "script" results twice.
Greg Clayton
2014-02-05
1
-9
/
+25
*
Fixed output to display correctly for "command source" by fixing the correct ...
Greg Clayton
2014-02-05
1
-8
/
+14
*
Fixed an issue where "command source" would not do the right thing:
Greg Clayton
2014-02-05
1
-37
/
+138
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-115
/
+207
*
Fix autocompletion for multi-word commands.
Greg Clayton
2013-12-10
1
-7
/
+14
[prev]
[next]