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
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-10
/
+8
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Fix a thinko in CommandObjectMemoryRegion.
Jim Ingham
2018-04-11
1
-1
/
+1
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
1
-13
/
+14
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-21
/
+21
*
getAsInteger is not a equivalent replacement for strtol
Jim Ingham
2017-04-06
1
-2
/
+10
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Remove FileSpec::ReadFileContents.
Zachary Turner
2017-03-06
1
-2
/
+4
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Isolate Target-specific functionality of DataExtractor.
Zachary Turner
2017-03-03
1
-9
/
+9
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Fix compiler warning.
Zachary Turner
2016-12-16
1
-1
/
+0
*
Modernize the Args access pattern in a few more commands.
Zachary Turner
2016-12-09
1
-57
/
+46
*
Rewrite all Property related functions in terms of StringRef.
Zachary Turner
2016-11-17
1
-2
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-2
/
+2
*
Make ValueObjectMemory::Create accept StringRefs.
Zachary Turner
2016-11-12
1
-1
/
+1
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-3
/
+0
*
Clean up the stop printing header lines.
Jim Ingham
2016-11-08
1
-1
/
+2
*
Update OptionGroup::SetValue to take StringRef.
Zachary Turner
2016-09-23
1
-17
/
+20
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-3
/
+3
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-16
/
+6
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-1
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1690
/
+1550
*
There exists at least one compiler on one platform that doesn't know how to a...
Enrico Granata
2016-09-01
1
-1
/
+1
*
Change "memory find" over to using a variation of the Boyer–Moore search al...
Enrico Granata
2016-09-01
1
-16
/
+71
*
Tables of command options in LLDB benefit from hand-formatting to make it
Kate Stone
2016-08-26
1
-13
/
+20
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-15
/
+15
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-54
/
+44
*
Since our expression parser needs to locate areas of memory that are not in u...
Greg Clayton
2016-06-09
1
-8
/
+114
*
Cleanup the arguments for 'memory find' such that the help system reflects th...
Enrico Granata
2016-04-12
1
-5
/
+5
*
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
[next]