summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectMemory.cpp
AgeCommit message (Expand)Author
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2018-04-11Fix a thinko in CommandObjectMemoryRegion.Jim Ingham
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-06getAsInteger is not a equivalent replacement for strtolJim Ingham
2017-03-22Delete some more dead includes.Zachary Turner
2017-03-06Remove FileSpec::ReadFileContents.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Isolate Target-specific functionality of DataExtractor.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-12-16Fix compiler warning.Zachary Turner
2016-12-09Modernize the Args access pattern in a few more commands.Zachary Turner
2016-11-17Rewrite all Property related functions in terms of StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-12Make ValueObjectMemory::Create accept StringRefs.Zachary Turner
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner
2016-11-08Clean up the stop printing header lines.Jim Ingham
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner
2016-09-22Try to fix build errors on Android.Zachary Turner
2016-09-22Convert option tables to ArrayRefs.Zachary Turner
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-09-01There exists at least one compiler on one platform that doesn't know how to a...Enrico Granata
2016-09-01Change "memory find" over to using a variation of the Boyer–Moore search al...Enrico Granata
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone
2016-06-09Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton
2016-04-12Cleanup the arguments for 'memory find' such that the help system reflects th...Enrico Granata
2016-03-19Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan
2016-02-20Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko
2016-02-16Fix buildbot failure because I got an include path wrong.Jason Molenda
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda
2016-02-10Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton
2015-11-04Fix TestMemoryRead after r252035Tamas Berghammer
2015-11-04Option letter o was already in use; use an uppercase E insteadEnrico Granata
2015-10-29Add a --offset option to memory read that allows one to specify, given a type...Enrico Granata
2015-10-18Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool
2015-10-16Handle eFormatVectorOfFloat16Enrico Granata
2015-10-16Resubmit: RenderScript command for printing allocation contents Ewan Crawford
2015-10-14Revert "RenderScript command for printing allocation contents"Pavel Labath
2015-10-14Fix warning in CommandObjectMemoryTamas Berghammer
2015-10-07commands: Use override instead of virtual.Bruce Mitchener
2015-10-01Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan
2015-09-30Now persistent expression data no longer lives with the Target, but rather withSean Callanan