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
...
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-16
/
+21
*
Don't skip the application specific ~/.lldbinit file when the program
Greg Clayton
2011-09-11
1
-27
/
+34
*
Adding two new options to the 'help' command:
Enrico Granata
2011-09-09
1
-1
/
+1
*
Make ThreadList::GetSelectedThread() select and return the 0th thread if ther...
Johnny Chen
2011-08-25
1
-7
/
+0
*
Include lldb/commands as a valid logging type in the
Jason Molenda
2011-08-25
1
-1
/
+4
*
Changes to Python commands:
Enrico Granata
2011-08-16
1
-12
/
+39
*
One-line fix for a possible spurious truncation warning
Enrico Granata
2011-08-15
1
-1
/
+2
*
Make ValueObject::SetValueFromCString work correctly.
Jim Ingham
2011-08-12
1
-2
/
+29
*
Added "command history" command to dump the command history.
Jim Ingham
2011-07-12
1
-2
/
+100
*
named summaries:
Enrico Granata
2011-07-12
1
-1
/
+1
*
new detailed descriptions for type summary add and type format add
Enrico Granata
2011-07-07
1
-0
/
+43
*
Fix header paths
Peter Collingbourne
2011-06-23
1
-1
/
+1
*
Committing type format code for Enrico Granata.
Greg Clayton
2011-06-23
1
-4
/
+5
*
Add 'batch_mode' to CommandInterpreter. Modify InputReaders to
Caroline Tice
2011-06-16
1
-1
/
+2
*
Add ability to recognize/handle quotes around commands
Caroline Tice
2011-05-11
1
-14
/
+61
*
Replace calls to HandleCommand in lldb core with more appropriate
Caroline Tice
2011-05-06
1
-26
/
+158
*
Added new OptionGroup classes for UInt64, UUID, File and Boolean values.
Greg Clayton
2011-05-03
1
-2
/
+2
*
This patch captures and serializes all output being written by the
Caroline Tice
2011-05-02
1
-1
/
+10
*
Erase from a string instead of using substr when you don't really need to.
Greg Clayton
2011-04-22
1
-1
/
+1
*
Fixed some more 'commands' to 'command' change.
Johnny Chen
2011-04-21
1
-2
/
+2
*
Added the ability for users to create new regex commands.
Greg Clayton
2011-04-20
1
-0
/
+18
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
1
-2
/
+3
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-15
/
+75
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
Switch the "print" alias to "expression --".
Jim Ingham
2011-03-24
1
-1
/
+1
*
Add "up" and "down" aliases.
Jim Ingham
2011-03-22
1
-0
/
+33
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-0
/
+2
*
CommandInterpreter::HandleCommands should take its commands as a "const Strin...
Jim Ingham
2011-03-11
1
-3
/
+1
*
Don't limit StreamTee to just two streams. It now can contain
Greg Clayton
2011-02-20
1
-25
/
+24
*
- Changed all the places where CommandObjectReturn was exporting a StreamStri...
Jim Ingham
2011-02-19
1
-2
/
+4
*
Added new target instance settings for execution settings:
Greg Clayton
2011-02-18
1
-6
/
+10
*
Factor all the code that does "Execute a list of lldb command interpreter com...
Jim Ingham
2011-02-18
1
-21
/
+189
*
Use Host::File in lldb_private::StreamFile and other places to cleanup host
Greg Clayton
2011-02-09
1
-16
/
+18
*
Make sure the confirmation input reader calls fflush after writing its output.
Caroline Tice
2011-02-02
1
-0
/
+7
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-0
/
+1
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-0
/
+1
*
Split up the Python script interpreter code to allow multiple script interpre...
Caroline Tice
2011-01-14
1
-8
/
+19
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-1
/
+1
*
Add a simple command: 'version' to the command interpreter, and an accompanying
Johnny Chen
2010-12-23
1
-0
/
+2
*
Fix the completion of "fr " and the like.
Jim Ingham
2010-12-14
1
-0
/
+17
*
Fix small bugs:
Caroline Tice
2010-12-14
1
-2
/
+42
*
Fix bug where using incomplete strings for command names causes
Caroline Tice
2010-12-11
1
-1
/
+10
*
Modify HandleCommand to not do any argument processing until it has determine...
Caroline Tice
2010-12-09
1
-155
/
+323
*
- Fix alias-building & resolving to properly handle optional arguments for co...
Caroline Tice
2010-12-07
1
-17
/
+124
*
Add the ability to catch and do the right thing with Interrupts (often contro...
Caroline Tice
2010-11-19
1
-0
/
+6
*
Modified lldb_private::SymboleFile to be able to override where its TypeList
Greg Clayton
2010-11-10
1
-0
/
+7
*
Added a top level Timer to the interpreter execute command. Also added an op...
Jim Ingham
2010-11-04
1
-0
/
+2
*
Cleaned up the API logging a lot more to reduce redundant information and
Greg Clayton
2010-10-31
1
-2
/
+5
*
Changed "run" to alias "process launch --".
Jim Ingham
2010-10-22
1
-4
/
+7
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
1
-1
/
+1
[prev]
[next]