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
*
Handle any persistent Decl in the Clang expression parser, not just types.
Sean Callanan
2016-03-19
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-20
1
-90
/
+63
*
Fix buildbot failure because I got an include path wrong.
Jason Molenda
2016-02-16
1
-1
/
+1
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-1
/
+4
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-2
/
+6
*
Fix TestMemoryRead after r252035
Tamas Berghammer
2015-11-04
1
-1
/
+1
*
Option letter o was already in use; use an uppercase E instead
Enrico Granata
2015-11-04
1
-1
/
+1
*
Add a --offset option to memory read that allows one to specify, given a type...
Enrico Granata
2015-10-29
1
-2
/
+14
*
Silence -Wqual-cast warnings from GCC 5.2
Saleem Abdulrasool
2015-10-18
1
-4
/
+5
*
Handle eFormatVectorOfFloat16
Enrico Granata
2015-10-16
1
-0
/
+1
*
Resubmit: RenderScript command for printing allocation contents
Ewan Crawford
2015-10-16
1
-0
/
+1
*
Revert "RenderScript command for printing allocation contents"
Pavel Labath
2015-10-14
1
-1
/
+0
*
Fix warning in CommandObjectMemory
Tamas Berghammer
2015-10-14
1
-0
/
+1
*
commands: Use override instead of virtual.
Bruce Mitchener
2015-10-07
1
-51
/
+46
*
Made Target hold a map of languages to TypeSystems, and added some accessors.
Sean Callanan
2015-10-01
1
-3
/
+7
*
Now persistent expression data no longer lives with the Target, but rather with
Sean Callanan
2015-09-30
1
-1
/
+1
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-1
/
+1
*
Rename clang_type_t to opaque_compiler_type_t.
Bruce Mitchener
2015-09-22
1
-1
/
+1
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-3
/
+3
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-3
/
+3
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-1
/
+2
*
Jim suggested to use eArgTypeAddressOrExpression for the addresses that 'memo...
Enrico Granata
2015-08-03
1
-3
/
+3
*
Fix the memory find command such that it can actually take an expression
Enrico Granata
2015-08-03
1
-21
/
+11
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-2
/
+1
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-1
/
+2
*
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
-7
/
+7
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-1
/
+1
*
If memory read does not find a NULL terminator, still print whatever it gathe...
Enrico Granata
2015-04-06
1
-2
/
+10
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Don't #include ClangPersistentVariables.h from Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
Pavel Labath
2015-02-20
1
-6
/
+6
*
Small fix for the "memory write -i filename" command -- if the user fails to ...
Jason Molenda
2015-02-03
1
-1
/
+1
*
Preparatory infrastructural work to support dynamically determining sizes of ...
Enrico Granata
2015-01-28
1
-3
/
+3
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-6
/
+7
*
Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sections
Matthew Gardiner
2014-09-29
1
-4
/
+14
*
Correct copied error message
Ed Maste
2014-09-06
1
-1
/
+1
*
ASan malloc/free history threads
Kuba Brecka
2014-09-04
1
-0
/
+93
*
Reapply typo fix.
Bruce Mitchener
2014-07-10
1
-1
/
+1
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-10
/
+10
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-10
/
+10
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-10
/
+10
*
Remove %zx in printf (only GCC supports it, not MSVC).
Virgile Bello
2014-03-08
1
-1
/
+1
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
1
-8
/
+8
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-8
/
+8
*
Minor improvement to the "memory find" command
Enrico Granata
2013-11-13
1
-16
/
+18
*
Small typos in previous commit
Enrico Granata
2013-11-13
1
-3
/
+3
*
<rdar://problem/14322677>
Enrico Granata
2013-11-13
1
-5
/
+308
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-2
/
+2
[next]