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
/
Commands
/
CommandObjectCommands.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed line wrapping for the "long help" content in LLDB commands. Content is...
Kate Stone
2015-07-14
1
-79
/
+92
*
Correct type in for loop to remove signedness warning
Ed Maste
2015-06-17
1
-1
/
+1
*
Enable 'command script import' to accept multiple modules to import in one in...
Enrico Granata
2015-06-16
1
-26
/
+29
*
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
/
+2
*
Remove ScriptInterpreterObject.
Zachary Turner
2015-03-17
1
-4
/
+3
*
If creating a Python command via a class, the help text is handled directly b...
Enrico Granata
2015-03-13
1
-1
/
+1
*
Add support for Python object commands to return custom short and long help b...
Enrico Granata
2015-03-13
1
-1
/
+33
*
Bulk of the infrastructure work to allow script commands to be backed by obje...
Enrico Granata
2015-03-13
1
-13
/
+149
*
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
Pavel Labath
2015-02-20
1
-6
/
+6
*
Fixed an issue where you couldn't delete a user defined regex, python, or mul...
Greg Clayton
2015-01-09
1
-9
/
+91
*
More override warning cleanup.
Eric Christopher
2014-11-18
1
-3
/
+3
*
Patch from dawn@burble.org to make the --silent-run do what it says, not the ...
Jim Ingham
2014-11-18
1
-3
/
+3
*
Have CommandObjectCommandsAddRegex inherit from IOHandlerDelegateMultiline so...
Greg Clayton
2014-11-18
1
-58
/
+16
*
Complete rewrite of interactive editing support for single- and multi-line in...
Kate Stone
2014-11-17
1
-0
/
+4
*
Rework the way we pass "run multiple command" options to the various API's that
Jim Ingham
2014-10-11
1
-11
/
+9
*
Allow Python commands to optionally take an SBExecutionContext argument in ca...
Enrico Granata
2014-10-01
1
-1
/
+2
*
Add a --help (-h) option to "command script add" that enables users to define...
Enrico Granata
2014-09-15
1
-4
/
+25
*
Make sure the "command regex add" has a unique name for editline history purp...
Greg Clayton
2014-07-09
1
-1
/
+1
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-17
/
+17
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-17
/
+17
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-17
/
+17
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-1
/
+1
*
lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...
Greg Clayton
2014-05-08
1
-1
/
+1
*
"DONE" is being left in multi-line results when it shouldn't for non terminal...
Greg Clayton
2014-05-02
1
-1
/
+1
*
Allow line numbers to be shown in multi-line expressions.
Greg Clayton
2014-03-07
1
-2
/
+3
*
Fixed output to display correctly for "command source" by fixing the correct ...
Greg Clayton
2014-02-05
1
-2
/
+0
*
Fixed an issue where "command source" would not do the right thing:
Greg Clayton
2014-02-05
1
-26
/
+45
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-250
/
+200
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-12
/
+12
*
Remove need of <functional> for CommandObjectCommands.
Virgile Bello
2013-08-27
1
-3
/
+3
*
Add silent option to command source.
Michael Sartain
2013-07-09
1
-1
/
+9
*
Revert commits that cause broken builds on GCC buildbots
Daniel Malea
2013-07-03
1
-3
/
+1
*
<rdar://problem/14266578>
Enrico Granata
2013-06-26
1
-3
/
+1
*
<rdar://problem/14266411>
Enrico Granata
2013-06-25
1
-1
/
+3
*
Renaming the "--wipe" option to "command history" to "--clear" (-C) for coher...
Enrico Granata
2013-06-17
1
-8
/
+8
*
<rdar://problem/14134716>
Enrico Granata
2013-06-17
1
-24
/
+106
*
<rdar://problem/12876503>
Enrico Granata
2013-06-11
1
-6
/
+9
*
<rdar://problem/11109316>
Enrico Granata
2013-05-31
1
-2
/
+2
*
<rdar://problem/13831149>
Enrico Granata
2013-05-09
1
-0
/
+7
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-3
/
+3
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-5
/
+5
*
<rdar://problem/12491420>
Greg Clayton
2012-10-18
1
-0
/
+2
*
<rdar://problem/12491387>
Greg Clayton
2012-10-13
1
-2
/
+1
*
Added a new "module" log channel which covers module creation, deletion, and ...
Greg Clayton
2012-10-08
1
-1
/
+1
*
<rdar://problem/12188843> Fixing a problem where a Python command created in ...
Enrico Granata
2012-09-18
1
-8
/
+20
*
Fixed some small formatting issues in the help for
Sean Callanan
2012-08-16
1
-2
/
+4
[next]