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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Remove references to particular Python version (use the system default
Caroline Tice
2010-10-28
1
-0
/
+4
*
Flush the prompts immediately in the breakpoint command input readers, to make
Caroline Tice
2010-10-27
1
-0
/
+7
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-3
/
+3
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-1
/
+2
*
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
2
-2
/
+2
*
Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a single
Caroline Tice
2010-10-18
1
-3
/
+2
*
Fix small mistake in previous commit (fixing aliases for commands that
Caroline Tice
2010-10-18
1
-1
/
+1
*
Fix bug where aliases for commands that take raw input were not
Caroline Tice
2010-10-18
1
-0
/
+11
*
Prevent Python script interpreter initialization from changing
Caroline Tice
2010-10-18
1
-8
/
+40
*
Added a new Host call to find LLDB related paths:
Greg Clayton
2010-10-17
1
-26
/
+35
*
Add an initial version of test that exercise the lldb commands: 'process signal'
Johnny Chen
2010-10-14
1
-6
/
+1
*
Add new argument type, eArgSignalName,
Caroline Tice
2010-10-13
1
-0
/
+1
*
Replace contains_string with 'strcasestr' from libc.
Caroline Tice
2010-10-12
1
-33
/
+4
*
Fix some memory leaks.
Caroline Tice
2010-10-12
1
-12
/
+9
*
Regular expression commands now print the command that results from expanding...
Greg Clayton
2010-10-12
1
-5
/
+4
*
Fix bug where alias command options were being duplicated as command argument...
Caroline Tice
2010-10-12
1
-6
/
+28
*
Added a "--no-lldbinit" option (-n for short (which magically matches
Greg Clayton
2010-10-11
1
-1
/
+6
*
Fixed process.gdb-remote to be able to properly propagate the signals and
Greg Clayton
2010-10-09
1
-2
/
+2
*
Emit a diagnostic message instead of crashing when an argument entry is missing.
Johnny Chen
2010-10-08
1
-1
/
+6
*
Fixed a crasher when doing 'help image dump symtab'. Supply the entry to the...
Johnny Chen
2010-10-08
1
-0
/
+1
*
More SWIG cleanup. Moved the breakpoint callback function back to the
Greg Clayton
2010-10-07
1
-2
/
+44
*
Add an "auto-confirm" setting to the debugger so you can turn off the confirm...
Jim Ingham
2010-10-04
1
-1
/
+4
*
Modify existing commands with arguments to use the new argument mechanism
Caroline Tice
2010-10-04
2
-62
/
+112
*
Add a "Confirm" function to the CommandInterpreter so you can confirm potenti...
Jim Ingham
2010-10-04
1
-0
/
+93
*
Modify command options to use the new arguments mechanism. Now all command o...
Caroline Tice
2010-10-01
2
-18
/
+37
*
Add infrastructure for standardizing arguments for commands and
Caroline Tice
2010-10-01
2
-1
/
+208
*
Fix one-liner Python breakpoint commands to be wrapped up in an automatically
Caroline Tice
2010-09-27
1
-5
/
+11
*
Automatically wrap *all* Python code entered for a breakpoint command inside
Caroline Tice
2010-09-27
1
-198
/
+22
*
Update help text for breakpoint command one-liners.
Caroline Tice
2010-09-21
1
-1
/
+1
*
Re-write/clean up code that generated Python breakpoint commands.
Caroline Tice
2010-09-21
1
-113
/
+158
*
Make the short option print out before the long option in the
Caroline Tice
2010-09-20
1
-2
/
+2
*
Add UserSettings to Target class, making Target settings
Caroline Tice
2010-09-20
1
-20
/
+3
*
General command line help cleanup:
Greg Clayton
2010-09-18
1
-13
/
+76
*
Fixed the way set/show variables were being accessed to being natively
Greg Clayton
2010-09-18
9
-98
/
+76
*
Added default more aliases to ease gdb converts:
Greg Clayton
2010-09-16
1
-1
/
+3
*
Remove help text that is no longer correct.
Caroline Tice
2010-09-14
1
-4
/
+26
*
Clean up help text.
Caroline Tice
2010-09-13
1
-1
/
+1
*
Add missing result.SetStatus, to allow aliases to be created with
Caroline Tice
2010-09-12
1
-0
/
+1
*
Fixed some comments.
Johnny Chen
2010-09-11
1
-1
/
+1
*
Added the capability to specify a one-liner Python script as the callback
Johnny Chen
2010-09-10
1
-0
/
+20
*
Don't flatten lldb and import everything into the global namespace. Instead,
Johnny Chen
2010-09-10
1
-2
/
+2
*
Modify the command options help generation so that required options
Caroline Tice
2010-09-09
1
-34
/
+75
*
Make all debugger-level user settable variables into instance variables.
Caroline Tice
2010-09-09
3
-11
/
+19
*
Small help text fixes, to make it more consistent and accurate.
Caroline Tice
2010-09-07
2
-3
/
+3
*
This is a very large commit that completely re-does the way lldb
Caroline Tice
2010-09-04
4
-515
/
+54
*
Delete the vestigal "select", "info" and "delete" commands.
Jim Ingham
2010-09-03
1
-7
/
+0
*
Move "variable list" to "frame variable"
Jim Ingham
2010-09-02
1
-2
/
+0
[next]