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
*
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
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
A few more build fixes for gcc 4.6:
Daniel Malea
2012-12-04
1
-2
/
+2
*
This is a fix for the command option parser.
Sean Callanan
2012-10-24
1
-1
/
+1
*
Improved support for language types as command
Sean Callanan
2012-10-23
1
-1
/
+28
*
<rdar://problem/12491387>
Greg Clayton
2012-10-13
1
-10
/
+6
*
Made the help for the -n option on
Sean Callanan
2012-09-13
1
-0
/
+1
*
Clarify the doc string for register-name a bit, add flags.
Jim Ingham
2012-08-23
1
-1
/
+4
*
Document the generic register names in help for register-name.
Jim Ingham
2012-08-23
1
-1
/
+15
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-26
/
+62
*
Fix arch_helper() to return the list of supported architectures.
Johnny Chen
2012-05-29
1
-2
/
+2
*
Fixed memory management issues introduced by revision 157507.
Greg Clayton
2012-05-26
1
-6
/
+9
*
rdar://problem/11535045
Johnny Chen
2012-05-26
1
-1
/
+13
*
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
[next]