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
...
*
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
*
Fixed a build warning for a missing switch case.
Greg Clayton
2013-11-08
1
-0
/
+3
*
This patch does a couple of things.
Jim Ingham
2013-11-07
1
-6
/
+6
*
Fix the command name in the syntax text for _regexp-list
Ben Langmuir
2013-09-26
1
-1
/
+1
*
Added a 'jump' command, similar to GDBs.
Richard Mitton
2013-09-12
1
-0
/
+27
*
Restore -- "end of args" marker for shell
Ed Maste
2013-09-05
1
-1
/
+1
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-7
/
+5
*
Switch '/bin/bash' to '/bin/sh'
Ed Maste
2013-09-03
1
-1
/
+1
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-9
/
+9
*
This patch fixes the issue where our command-line tab completer would sometim...
Enrico Granata
2013-06-18
1
-13
/
+18
*
<rdar://problem/14134716>
Enrico Granata
2013-06-17
1
-65
/
+6
*
<rdar://problem/13299214>
Enrico Granata
2013-06-12
1
-2
/
+4
*
<rdar://problem/12876503>
Enrico Granata
2013-06-11
1
-1
/
+10
[prev]
[next]