summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectMemory.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-9/+3
* Add char8_t support (C++20)Jonas Devlieghere2019-08-211-0/+2
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-281-14/+6
* [lldb] Tablegenify expr/frame/log/register/memoryRaphael Isemann2019-07-251-22/+6
* [Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDeclAlex Langford2019-06-121-35/+61
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-12/+0
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-6/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-3/+4
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-8/+14
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-10/+5
* Show the memory region name if there is one in the output of the "memory regi...Greg Clayton2018-12-191-3/+5
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-1/+1
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-1/+1
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-7/+9
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+2
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-14/+14
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-10/+8
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Fix a thinko in CommandObjectMemoryRegion.Jim Ingham2018-04-111-1/+1
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-13/+14
* Rename Error -> Status.Zachary Turner2017-05-121-21/+21
* getAsInteger is not a equivalent replacement for strtolJim Ingham2017-04-061-2/+10
* Delete some more dead includes.Zachary Turner2017-03-221-1/+1
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-2/+4
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-9/+9
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix compiler warning.Zachary Turner2016-12-161-1/+0
* Modernize the Args access pattern in a few more commands.Zachary Turner2016-12-091-57/+46
* Rewrite all Property related functions in terms of StringRef.Zachary Turner2016-11-171-2/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+2
* Make ValueObjectMemory::Create accept StringRefs.Zachary Turner2016-11-121-1/+1
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-3/+0
* Clean up the stop printing header lines.Jim Ingham2016-11-081-1/+2
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-17/+20
* Try to fix build errors on Android.Zachary Turner2016-09-221-3/+3
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-16/+6
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-1/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1690/+1550
* There exists at least one compiler on one platform that doesn't know how to a...Enrico Granata2016-09-011-1/+1
* Change "memory find" over to using a variation of the Boyer–Moore search al...Enrico Granata2016-09-011-16/+71
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-13/+20
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-15/+15
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-54/+44
* Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton2016-06-091-8/+114
OpenPOWER on IntegriCloud