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
*
Add a command and an SB API to create exception breakpoints. Make the break ...
Jim Ingham
2012-03-06
1
-0
/
+1
*
<rdar://problem/10605072>
Greg Clayton
2012-02-29
1
-12
/
+3
*
Refine the 'watchpoint set' command to now require either the '-v' option (fo...
Johnny Chen
2012-02-08
1
-2
/
+17
*
Add comment describing the interaction of WantsRawCommandString()/WantsComple...
Johnny Chen
2012-01-20
1
-0
/
+4
*
rdar://problem/10724187
Johnny Chen
2012-01-19
1
-1
/
+1
*
Fixed the help text for raw commands like "expr"
Sean Callanan
2012-01-04
1
-0
/
+2
*
this patch addresses several issues with "command script" subcommands:
Enrico Granata
2011-11-07
1
-0
/
+1
*
Update the GDB format text to be a bit more clear.
Greg Clayton
2011-10-26
1
-9
/
+31
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-3
/
+35
*
Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID ...
Johnny Chen
2011-09-22
1
-3
/
+5
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-1
/
+1
*
Fix comment typo.
Johnny Chen
2011-09-21
1
-1
/
+1
*
A little refactoring of the way to add break IDs or ID ranges as command argu...
Johnny Chen
2011-09-21
1
-0
/
+20
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Watchpoint WIP:
Johnny Chen
2011-09-12
1
-1
/
+1
*
Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint...
Johnny Chen
2011-09-09
1
-1
/
+2
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-3
/
+41
*
When defining a scripted command, it is possible to provide a docstring and t...
Enrico Granata
2011-08-17
1
-0
/
+6
*
Fixed a crasher where entering 'help disasm' on the command line would crash ...
Johnny Chen
2011-07-14
1
-1
/
+3
*
Allow reading memory from files before the target has been run.
Jim Ingham
2011-07-09
1
-3
/
+7
*
final fix for the global constructors issue
Enrico Granata
2011-07-08
1
-2
/
+2
*
Fixed a warning where initializing CommandObject::g_arguments_data[] required...
Enrico Granata
2011-07-07
1
-64
/
+64
*
new detailed descriptions for type summary add and type format add
Enrico Granata
2011-07-07
1
-12
/
+52
*
several improvements to "type summary":
Enrico Granata
2011-07-02
1
-1
/
+33
*
Added auto completion for architecture names and for platforms.
Greg Clayton
2011-04-13
1
-1
/
+2
*
Added two new classes for command options:
Greg Clayton
2011-04-13
1
-5
/
+12
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-1
/
+1
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-4
/
+3
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-1
/
+1
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
Add missing cases to switch statements & remove 'default'.
Caroline Tice
2011-03-23
1
-8
/
+21
*
Silence clang warnings.
Johnny Chen
2011-03-23
1
-0
/
+8
*
Eliminate a pile of "type qualifiers ignored on function return type" warnings.
Stephen Wilson
2011-03-23
1
-1
/
+1
*
Split all of the core of LLDB.framework/lldb.so into a
Greg Clayton
2011-03-20
1
-1
/
+1
*
Fix a few things in the CommandArguments table.
Jim Ingham
2011-03-11
1
-3
/
+4
*
Don't limit StreamTee to just two streams. It now can contain
Greg Clayton
2011-02-20
1
-0
/
+19
*
Factor all the code that does "Execute a list of lldb command interpreter com...
Jim Ingham
2011-02-18
1
-1
/
+1
*
Moved FileSpec into the Host layer since it will vary from host to host.
Greg Clayton
2011-02-08
1
-1
/
+1
*
Added support for attaching to a remote debug server with the new command:
Greg Clayton
2011-02-04
1
-34
/
+35
*
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
*
Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a single
Caroline Tice
2010-10-18
1
-3
/
+2
*
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
*
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
*
Modify existing commands with arguments to use the new argument mechanism
Caroline Tice
2010-10-04
1
-61
/
+111
*
Modify command options to use the new arguments mechanism. Now all command o...
Caroline Tice
2010-10-01
1
-4
/
+15
*
Add infrastructure for standardizing arguments for commands and
Caroline Tice
2010-10-01
1
-1
/
+201
[next]