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
/
CommandObjectRegister.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
commands: Use override instead of virtual.
Bruce Mitchener
2015-10-07
1
-19
/
+16
*
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
-8
/
+8
*
Adds lldb support for querying the register mapping from gdbserver remote tar...
Colin Riley
2015-04-16
1
-1
/
+1
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-3
/
+3
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-3
/
+3
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-3
/
+3
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-1
/
+2
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-1
/
+1
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
Made all other "operator bool"s explicit and ensured
Sean Callanan
2013-10-04
1
-1
/
+1
*
Display the errno error message instead of the id
Sylvestre Ledru
2013-09-28
1
-1
/
+1
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-3
/
+3
*
Introduces extended register sets whose availability can vary with the target...
Ashok Thirumurthi
2013-03-28
1
-3
/
+11
*
<rdar://problem/13221060>
Enrico Granata
2013-03-26
1
-0
/
+15
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-8
/
+8
*
Expanded the flags that can be set for a command object in lldb_private::Comm...
Greg Clayton
2013-01-09
1
-107
/
+95
*
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
-1
/
+1
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-1
/
+2
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-23
/
+16
*
rdar://problem/11598332
Johnny Chen
2012-06-05
1
-1
/
+1
*
rdar://problem/11541676
Johnny Chen
2012-05-29
1
-3
/
+9
*
<rdar://problem/11386214>
Greg Clayton
2012-05-18
1
-0
/
+3
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-8
/
+11
*
Added support for the new ".apple_objc" accelerator tables. These tables are
Greg Clayton
2011-10-27
1
-1
/
+1
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-1
/
+1
*
Patch from Dragos to fix Linux build!
Johnny Chen
2011-10-25
1
-1
/
+1
*
Updated all commands that use a "--format" / "-f" options to use the new
Greg Clayton
2011-10-25
1
-47
/
+53
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-1
/
+1
*
Emit an error message if we're unable to write a value to a register.
Jason Molenda
2011-08-25
1
-2
/
+8
*
Added generic register numbers for simple ABI argument registers and defined
Greg Clayton
2011-05-15
1
-7
/
+24
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-11
/
+11
*
Always try and lookup the address in a register if it is encoded as an
Greg Clayton
2011-05-05
1
-13
/
+5
*
Added the ability to specify dumping options (show types, show location,
Greg Clayton
2011-04-28
1
-1
/
+1
*
Fixed the SymbolContext::DumpStopContext() to correctly indent and dump
Greg Clayton
2011-04-23
1
-1
/
+1
*
Did some work on the "register read" command to only show the first register
Greg Clayton
2011-04-22
1
-55
/
+164
*
Added two new classes for command options:
Greg Clayton
2011-04-13
1
-3
/
+3
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-2
/
+2
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-3
/
+5
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-0
/
+75
*
- Changed all the places where CommandObjectReturn was exporting a StreamStri...
Jim Ingham
2011-02-19
1
-1
/
+1
*
Modify existing commands with arguments to use the new argument mechanism
Caroline Tice
2010-10-04
1
-3
/
+39
*
Fixed the way set/show variables were being accessed to being natively
Greg Clayton
2010-09-18
1
-11
/
+12
*
The first part of an lldb native stack unwinder.
Jason Molenda
2010-09-10
1
-2
/
+2
*
More help text fixes.
Caroline Tice
2010-09-08
1
-1
/
+1
*
Small help text fixes, to make it more consistent and accurate.
Caroline Tice
2010-09-07
1
-1
/
+1
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-15
/
+20
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-1
/
+1
[next]