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
*
Implement interactive command interruption
Leonard Mosescu
2017-10-05
1
-14
/
+84
*
Revert patch r313904, as it breaks "command source" and in
Jim Ingham
2017-09-28
1
-71
/
+13
*
[LLDB] Implement interactive command interruption
Adrian McCarthy
2017-09-21
1
-13
/
+71
*
Fix the formatting for help on option value types.
Jim Ingham
2017-07-27
1
-1
/
+1
*
Fix a deadlock in the Python interpreter vrs. SIGINT.
Jim Ingham
2017-07-13
1
-1
/
+1
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-4
/
+6
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-6
/
+6
*
Update GDB remote command regex for IPv6
Chris Bieneman
2017-04-27
1
-2
/
+2
*
[Interpreter] Make a static func a lambda and remove always_inline.
Davide Italiano
2017-04-14
1
-8
/
+5
*
Fix up some enumerate() callsites in LLDB.
Zachary Turner
2017-03-13
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Fix incorrectly named variables.
Jim Ingham
2016-12-15
1
-1
/
+1
*
Adopt PrettyStackTrace in LLDB
Sean Callanan
2016-12-14
1
-7
/
+3
*
Calling SBDebugger::CeeateTarget being called on multiple threads was crashin...
Greg Clayton
2016-12-09
1
-9
/
+8
*
Use Timeout<> in EvaluateExpressionOptions class
Pavel Labath
2016-12-06
1
-1
/
+1
*
Re-add "demonstrate new Args API"
Zachary Turner
2016-11-22
1
-4
/
+3
*
Fix build failure on Linux and BSD by reverting r287597
Omair Javaid
2016-11-22
1
-3
/
+4
*
Add the new Args / entry-access API.
Zachary Turner
2016-11-21
1
-4
/
+3
*
Convert CommandHistory functions to StringRef.
Zachary Turner
2016-11-18
1
-9
/
+9
*
Make Apropos functions accept StringRefs.
Zachary Turner
2016-11-16
1
-4
/
+4
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-35
/
+42
*
Fix some StringRef Printf warnings.
Zachary Turner
2016-11-14
1
-1
/
+1
*
Change IOHandlerConfirm to use StringRefs.
Zachary Turner
2016-11-13
1
-1
/
+1
*
Rewrite OutputFormattedHelpText in terms of StringRef.
Zachary Turner
2016-11-08
1
-60
/
+49
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-5
/
+5
*
Convert some Args index-based iteration to range-style iteration.
Zachary Turner
2016-10-05
1
-3
/
+3
*
Convert some more aliasing and CI functions to StringRef.
Zachary Turner
2016-10-05
1
-13
/
+6
*
Update some command aliasing functions to use StringRef.
Zachary Turner
2016-10-05
1
-20
/
+17
*
Convert CommandObject constructors to StringRef.
Zachary Turner
2016-10-05
1
-61
/
+57
*
Make lldb -Werror clean on Windows.
Zachary Turner
2016-10-05
1
-1
/
+2
*
Fix TestNestedAliases.py
Zachary Turner
2016-10-04
1
-5
/
+6
*
Modernize some code related to Args usage / implementation.
Zachary Turner
2016-10-03
1
-110
/
+107
*
Update the prompt related functions to use StringRefs.
Zachary Turner
2016-09-23
1
-10
/
+12
*
Convert 3 more functions to use a StringRef.
Zachary Turner
2016-09-19
1
-2
/
+2
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-9
/
+14
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-3085
/
+2869
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-3
/
+3
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-119
/
+96
*
Fix an issue where one could not define a Python command with the same name a...
Enrico Granata
2016-07-11
1
-2
/
+7
*
Fix an issue where the apropos command would not print fully qualified comman...
Enrico Granata
2016-05-02
1
-1
/
+1
*
Add a --element-count option to the expression command
Enrico Granata
2016-04-25
1
-0
/
+2
*
Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawn...
Enrico Granata
2016-04-20
1
-1
/
+1
*
Add help for our regular expression commands when aliased
Enrico Granata
2016-04-08
1
-16
/
+12
*
Change 'apropos' such that it doesn't look into the "long help/syntax" string...
Enrico Granata
2016-03-23
1
-41
/
+50
*
Make it so that a command alias can actually remove the help/long help from i...
Enrico Granata
2016-03-22
1
-4
/
+8
*
Fix a bug caused by my alias refactoring where, if an alias was defined in te...
Enrico Granata
2016-03-22
1
-2
/
+3
*
Use Enrico's new CommandAlias to give better help to the "sif" command.
Jim Ingham
2016-03-19
1
-1
/
+7
*
Workaround the fact that "b" is now a separate command object from "_regexp-b...
Enrico Granata
2016-03-15
1
-5
/
+5
[next]