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
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-0
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Remove some more uses of Args::GetArgumentAtIndex.
Zachary Turner
2016-12-09
1
-28
/
+22
*
Resubmit "Change RegisterValue getters / setters to use StringRef."
Zachary Turner
2016-11-17
1
-4
/
+4
*
Revert "Change RegisterValue getters / setters to use StringRef."
Zachary Turner
2016-11-17
1
-4
/
+4
*
Change RegisterValue getters / setters to use StringRef.
Zachary Turner
2016-11-17
1
-4
/
+4
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-1
/
+0
*
Update OptionGroup::SetValue to take StringRef.
Zachary Turner
2016-09-23
1
-1
/
+2
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-1
/
+1
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-21
/
+13
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-398
/
+345
*
Tables of command options in LLDB benefit from hand-formatting to make it
Kate Stone
2016-08-26
1
-3
/
+5
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-5
/
+5
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-5
/
+4
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-23
1
-50
/
+33
*
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
[next]