aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandCompletions.cpp
AgeCommit message (Expand)AuthorFilesLines
2 days[lldb][NFC] Use IterationAction for ModuleList::ForEach callbacks (#150930)Michael Buch1-1/+1
2025-07-15[lldb] Add completions for plugin list/enable/disable (#147775)David Peixotto1-0/+8
2025-04-23[lldb] returning command completions up to a maximum (#135565)Ely Ronnen1-5/+14
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl1-2/+2
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko1-2/+2
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl1-2/+2
2024-05-30[lldb] Fix module name tab completion (#93458)Pavel Labath1-21/+36
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-2/+2
2023-12-14Add option to pass thread ID to thread select command (#73596)Michael Christensen1-3/+22
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata1-1/+1
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham1-1/+1
2023-07-06[lldb] Fix crash when completing register names after program exitDavid Spickett1-0/+3
2023-07-03[lldb][NFCI] Target::StopHook::GetDescription should take a Stream ref instea...Alex Langford1-1/+1
2023-06-06[lldb/Commands] Fix disk completion from root directoryMed Ismail Bennani1-3/+7
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani1-27/+31
2023-05-11We can't let GetStackFrameCount get interrupted or it will give theJim Ingham1-0/+4
2023-05-05Re-land "[lldb] Expose a const iterator for SymbolContextList"Alex Langford1-11/+8
2023-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere1-1/+1
2023-05-04Revert "[lldb] Expose a const iterator for SymbolContextList"Alex Langford1-8/+11
2023-05-04[lldb] Expose a const iterator for SymbolContextListAlex Langford1-11/+8
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata1-1/+1
2021-12-26Remove redundant string initialization (NFC)Kazu Hirata1-1/+1
2021-10-18Add a "command container" hierarchy to allow users to add container nodes.Jim Ingham1-0/+59
2021-08-05[lldb] Use a struct to pass function search options to Module::FindFunctionJonas Devlieghere1-4/+4
2021-07-20[lldb] Make WatchpointList iterableMichał Górny1-3/+1
2021-07-08PR51018: Remove explicit conversions from SmallString to StringRef to future-...David Blaikie1-1/+1
2020-08-24[lldb] type category name common completionGongyu Deng1-1/+15
2020-08-24[lldb] Remote disk file/directory completion for platform commandsGongyu Deng1-0/+20
2020-08-24[lldb] common completion for process pids and process namesGongyu Deng1-0/+29
2020-08-20[lldb] tab completion for breakpoint namesGongyu Deng1-1/+15
2020-08-11[lldb] watchpoint ID common completion for commands `watchpoint delete/enable...Gongyu Deng1-0/+20
2020-08-11[lldb] thread index common completion for commands like `thread select/step-o...Gongyu Deng1-0/+19
2020-08-11[lldb] stop-hook ID common completion for commands `target stop-hook enable/d...Gongyu Deng1-0/+22
2020-08-11[lldb] tab completion for `target modules load -u`Gongyu Deng1-0/+19
2020-08-11[lldb] move the frame index completion into a common completion and apply it ...Gongyu Deng1-0/+19
2020-08-11[lldb] type language common completionGongyu Deng1-0/+12
2020-08-11[lldb] tab completion for `disassemble -F`Gongyu Deng1-1/+13
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine1-4/+8
2020-05-27[lldb] Tab completion for process plugin nameGongyu Deng1-0/+8
2020-05-11Complete breakpoint enable/disable/delete/modify with a list of breakpoint IDsGongyu Deng1-1/+33
2020-05-07tab completion for register read/writeGongyu Deng1-0/+19
2020-02-12[lldb][NFC] Move common_completions mapping out of CommandCompletions header.Raphael Isemann1-17/+29
2020-02-12[lldb][NFC] Move all completer subclasses into source fileRaphael Isemann1-160/+202
2020-02-12[lldb][NFC] Remove eCustomCompletion modeRaphael Isemann1-4/+0
2020-02-11[lldb][NFC] Remove support file searching from SourceFileCompleterRaphael Isemann1-43/+19
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
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-8/+0
2019-11-29[lldb][NFC] Simplify regex_chars in CommandCompletionsRaphael Isemann1-4/+1
2019-11-29[lldb] Remove FileSpec->CompileUnit inheritancePavel Labath1-3/+5