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
*
[lldb][NFC] Remove dead code that is supposed to handle invalid command options
Raphael Isemann
2019-08-22
1
-9
/
+3
*
Add char8_t support (C++20)
Jonas Devlieghere
2019-08-21
1
-0
/
+2
*
[lldb] Also include the array definition in CommandOptions.inc
Raphael Isemann
2019-07-28
1
-14
/
+6
*
[lldb] Tablegenify expr/frame/log/register/memory
Raphael Isemann
2019-07-25
1
-22
/
+6
*
[Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDecl
Alex Langford
2019-06-12
1
-35
/
+61
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-12
/
+0
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-6
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
1
-3
/
+4
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-8
/
+14
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
1
-10
/
+5
*
Show the memory region name if there is one in the output of the "memory regi...
Greg Clayton
2018-12-19
1
-3
/
+5
*
Re-land "Extract construction of DataBufferLLVM into FileSystem"
Jonas Devlieghere
2018-11-12
1
-1
/
+1
*
Revert "Extract construction of DataBufferLLVM into FileSystem"
Davide Italiano
2018-11-12
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Extract construction of DataBufferLLVM into FileSystem
Jonas Devlieghere
2018-11-10
1
-1
/
+1
*
[FileSystem] Open File instances through the FileSystem.
Jonas Devlieghere
2018-11-02
1
-7
/
+9
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+2
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-14
/
+14
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
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
[next]