aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectRegister.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-2/+2
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham1-20/+2
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham1-5/+2
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi1-2/+5
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham1-5/+2
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-9/+5
2023-09-22[lldb] Require paused process and frame for "register info" command (#67124)David Spickett1-2/+3
2023-06-21[lldb] Add register field tables to the "register info" commandDavid Spickett1-1/+6
2023-06-21[lldb] Add "register info" commandDavid Spickett1-1/+68
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani1-6/+4
2023-05-14[lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere1-2/+3
2023-05-01[lldb] Refactor OptionValue to return a std::optional (NFC)Jonas Devlieghere1-2/+2
2023-04-21[LLDB] Don't print register fields when asked for a specific formatDavid Spickett1-2/+9
2023-04-17[lldb] Change some pointers to refs in register printing codeDavid Spickett1-38/+32
2023-04-13[lldb] Show register fields using bitfield struct typesDavid Spickett1-4/+8
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-1/+1
2022-07-27[lldb] Always use APFloat for FP dumpingPavel Labath1-1/+2
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere1-0/+1
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata1-4/+2
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett1-7/+0
2020-05-07tab completion for register read/writeGongyu Deng1-0/+22
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann1-2/+0
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann1-3/+3
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann1-3/+1
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann1-3/+0
2019-07-25[lldb] Tablegenify expr/frame/log/register/memoryRaphael Isemann1-5/+2
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-6/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha1-4/+4
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath1-2/+2
2018-07-24Move dumping code out of RegisterValue classPavel Labath1-2/+3
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-11/+11
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath1-1/+1
2017-06-06replace uses of strerror with llvm::sys::StrErrorPavel Labath1-8/+3
2017-05-12Rename Error -> Status.Zachary Turner1-4/+4
2017-03-22Delete some more dead includes.Zachary Turner1-0/+1
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner1-1/+1
2016-12-09Remove some more uses of Args::GetArgumentAtIndex.Zachary Turner1-28/+22
2016-11-17Resubmit "Change RegisterValue getters / setters to use StringRef."Zachary Turner1-4/+4
2016-11-17Revert "Change RegisterValue getters / setters to use StringRef."Zachary Turner1-4/+4
2016-11-17Change RegisterValue getters / setters to use StringRef.Zachary Turner1-4/+4
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner1-1/+0
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner1-1/+2
2016-09-22Try to fix build errors on Android.Zachary Turner1-1/+1
2016-09-22Convert option tables to ArrayRefs.Zachary Turner1-21/+13
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-398/+345
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-3/+5
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-5/+5
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-5/+4