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
/
CommandObject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-4
/
+4
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-957
/
+888
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-6
/
+19
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-92
/
+69
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-2
/
+3
*
Change 'apropos' such that it doesn't look into the "long help/syntax" string...
Enrico Granata
2016-03-23
1
-4
/
+9
*
Make it so that a command alias can actually remove the help/long help from i...
Enrico Granata
2016-03-22
1
-30
/
+27
*
Lots of progress on the CommandAlias refactoring
Enrico Granata
2016-03-14
1
-2
/
+2
*
This change introduces a "ExpressionExecutionThread" to the ThreadList.
Jim Ingham
2016-03-12
1
-0
/
+25
*
A few more improvements on the way to the command alias refactoring
Enrico Granata
2016-03-08
1
-1
/
+0
*
Change the way command aliases are stored. Go from a model where a map holds ...
Enrico Granata
2016-03-08
1
-39
/
+0
*
Change the user-visible name for the argument type language to source-language
Enrico Granata
2016-02-29
1
-1
/
+1
*
Move things from the LanguageRuntime that obviously belong in the new Languag...
Jim Ingham
2015-09-02
1
-1
/
+3
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-1
/
+1
*
Fixed line wrapping for the "long help" content in LLDB commands. Content is...
Kate Stone
2015-07-14
1
-2
/
+24
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Remove unused #includes of ScriptInterpreterPython.h
Zachary Turner
2015-05-28
1
-2
/
+0
*
Add support for custom commands to set flags on themselves
Enrico Granata
2015-05-27
1
-15
/
+15
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-4
/
+4
*
This is some groundwork for filtering the language Exception
Jim Ingham
2015-04-22
1
-0
/
+1
*
Fix "help language", the languages printer was assuming the
Jim Ingham
2015-04-17
1
-6
/
+3
*
Fix warnings generated by clang-cl.
Zachary Turner
2015-04-02
1
-7
/
+4
*
Add support for Python object commands to return custom short and long help b...
Enrico Granata
2015-03-13
1
-0
/
+6
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Add the ability to tag one or more breakpoints with a name. These
Jim Ingham
2014-12-16
1
-0
/
+17
*
Add the ability to set breakpoints with conditions, commands, etc,
Jim Ingham
2014-12-06
1
-2
/
+2
*
Add commands
Enrico Granata
2014-12-05
1
-1
/
+1
*
This is the first step of making lldb able to create target-specific things
Jim Ingham
2014-11-22
1
-0
/
+12
*
Have CommandObject::CheckRequirements() report the largest missing
Jason Molenda
2014-09-20
1
-3
/
+18
*
Add a --help (-h) option to "command script add" that enables users to define...
Enrico Granata
2014-09-15
1
-0
/
+1
*
Probably should initialize that new ivar while I'm at it...
Jim Ingham
2014-08-06
1
-0
/
+1
*
Add a variant of the CommandOverrideCallback that takes a
Jim Ingham
2014-08-06
1
-6
/
+4
*
Switch NULL to C++11 nullptr in source/Interpreter
Ed Maste
2014-04-20
1
-100
/
+100
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+1
*
Now that the command interpreter runs in a separate thread in Xcode, we need ...
Greg Clayton
2014-02-07
1
-7
/
+1
*
<rdar://problem/14393032>
Enrico Granata
2013-09-30
1
-0
/
+1
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-1
/
+0
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-0
/
+3
*
<rdar://problem/13270271>
Enrico Granata
2013-06-18
1
-8
/
+1
*
<rdar://problem/11914077>
Enrico Granata
2013-06-12
1
-0
/
+77
*
Recommitting r180831 with trivial fix - remember to return errors if you comp...
Jim Ingham
2013-05-02
1
-1
/
+0
*
Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py
Daniel Malea
2013-05-01
1
-0
/
+1
*
Added an option to "process detach" to keep the process stopped, if the proce...
Jim Ingham
2013-04-30
1
-1
/
+0
*
<rdar://problem/13457391>
Greg Clayton
2013-04-04
1
-2
/
+2
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
1
-0
/
+1
*
Since an address (0x12346) is an expression, be brief.
Enrico Granata
2013-01-29
1
-1
/
+1
*
<rdar://problem/12552374>
Enrico Granata
2013-01-29
1
-0
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-6
/
+2
*
Expanded the flags that can be set for a command object in lldb_private::Comm...
Greg Clayton
2013-01-09
1
-11
/
+90
[next]