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
/
CommandObjectMemory.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/13925432>
Enrico Granata
2013-05-21
1
-2
/
+15
*
Don't use a "uintptr_t" for the metadata key, use a "void *". This removes a...
Greg Clayton
2013-03-27
1
-2
/
+0
*
Our commands that end up displaying a ValueObject as part of their workflow u...
Enrico Granata
2013-03-26
1
-13
/
+2
*
Set the correct byte size for complex integer (-fI) memory reads.
Jason Molenda
2013-03-23
1
-0
/
+8
*
<rdar://problem/13421412>
Greg Clayton
2013-03-14
1
-1
/
+1
*
<rdar://problem/12552374>
Enrico Granata
2013-01-29
1
-2
/
+2
*
Missing newline in a warning message.
Jim Ingham
2013-01-25
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-15
/
+14
*
<rdar://problem/12437929>
Enrico Granata
2013-01-21
1
-2
/
+44
*
Expanded the flags that can be set for a command object in lldb_private::Comm...
Greg Clayton
2013-01-09
1
-24
/
+12
*
<rdar://problem/11990131>
Greg Clayton
2012-12-15
1
-13
/
+23
*
<rdar://problem/12820334>
Greg Clayton
2012-12-06
1
-12
/
+20
*
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
-2
/
+2
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-17
/
+17
*
When we were calculating the max byte size of ONE instruction to handle somet...
Jim Ingham
2012-11-07
1
-1
/
+1
*
Fixed the "--force" option for memory read.
Greg Clayton
2012-11-02
1
-1
/
+3
*
Brought LLDB top-of-tree into sync with LLVM/Clang
Sean Callanan
2012-09-24
1
-1
/
+1
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-3
/
+3
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-1
/
+2
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-0
/
+1
*
<rdar://problem/10449092> Adding a new uppercase hex format specifier. This c...
Enrico Granata
2012-08-09
1
-0
/
+1
*
Added a 'void' format so that the user can manually
Sean Callanan
2012-08-08
1
-0
/
+1
*
Fixed a hang which causes LLDB to enter an infinite
Sean Callanan
2012-07-10
1
-4
/
+37
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-19
/
+16
*
<rdar://problem/11534686>
Greg Clayton
2012-05-25
1
-2
/
+9
*
Added a --force option to "memory read,"
Sean Callanan
2012-04-28
1
-1
/
+14
*
In a prior commit, I changed the parameters around on a ModuleList::FindTypes...
Greg Clayton
2012-04-06
1
-1
/
+1
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-5
/
+4
*
Massive enumeration name changes: a number of enums in ValueObject were not f...
Enrico Granata
2012-03-19
1
-1
/
+1
*
rdar://problem/10267705
Johnny Chen
2012-03-06
1
-1
/
+3
*
1) solving a bug where, after Jim's fixes to stack frames, synthetic children...
Enrico Granata
2012-03-01
1
-14
/
+14
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-2
/
+2
*
Fixed formats being able to be applied recursively when using:
Greg Clayton
2012-01-26
1
-1
/
+2
*
<rdar://problem/10033754>
Greg Clayton
2011-11-22
1
-2
/
+2
*
Fixed the continuation dumping of instructions to properly advance the
Greg Clayton
2011-10-28
1
-10
/
+11
*
Added support for the new ".apple_objc" accelerator tables. These tables are
Greg Clayton
2011-10-27
1
-4
/
+27
*
A simple fix for the GDB format strings so the byte size parameter gets
Greg Clayton
2011-10-26
1
-6
/
+63
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-25
/
+7
*
Updated all commands that use a "--format" / "-f" options to use the new
Greg Clayton
2011-10-25
1
-140
/
+122
*
Added ClangNamespaceDecl * parameters to several
Sean Callanan
2011-10-12
1
-2
/
+4
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-13
/
+15
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-7
/
+7
*
*Some more optimizations in usage of ConstString
Enrico Granata
2011-08-12
1
-1
/
+2
*
CFString.py now shows contents in a more NSString-like way (e.g. you get @"He...
Enrico Granata
2011-08-09
1
-2
/
+2
*
when typing a summary string you can use the %S symbol to explicitly indicate...
Enrico Granata
2011-07-22
1
-0
/
+1
*
Some descriptive text for the Python script feature:
Enrico Granata
2011-07-16
1
-1
/
+2
*
Allow reading memory from files before the target has been run.
Jim Ingham
2011-07-09
1
-4
/
+5
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-21
/
+0
*
Centralized all of the format to c-string and to format character code inside
Greg Clayton
2011-06-23
1
-0
/
+1
[next]