aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-08-12[trace][intel pt] Fix per-psb packet decodingWalter Erquinigo1-0/+5
2022-08-02[trace] Add SBTraceCursor bindingsJakob Johnson1-1/+1
2022-08-01[trace] Replace TraceCursorUP with TraceCursorSPJakob Johnson1-5/+5
2022-07-26[trace][intel pt] Introduce wall clock time for each trace itemWalter Erquinigo1-1/+1
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich1-2/+2
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere1-18/+1
2022-07-13[trace][intel pt] Support dumping the trace info in jsonymeng1-8/+7
2022-07-12[trace] Add a flag to the decoder to output the instruction typeWalter Erquinigo1-0/+4
2022-07-11[lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbersVenkata Ramanaiah Nalamothu1-2/+12
2022-06-29[trace] Make events first class items in the trace cursor and rework errorsWalter Erquinigo1-7/+13
2022-06-28[trace] Fix errors when handling command argumentsWalter Erquinigo1-1/+4
2022-06-28[trace] Improve the TraceCursor iteration APIWalter Erquinigo1-6/+7
2022-06-27Revert "[lldb] Fix thread step until to not set breakpoint(s) on incorrect li...Mikhail Goncharov1-12/+2
2022-06-25[lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbersVenkata Ramanaiah Nalamothu1-2/+12
2022-06-22[trace] Add an option to dump instructions in json and to a fileWalter Erquinigo1-13/+49
2022-06-15[LLDB] CommandObjectThreadUntil::DoExecute() sets the wrong selected thread IDVenkata Ramanaiah Nalamothu1-9/+13
2022-04-25[trace][intel pt] Support eventsWalter Erquinigo1-0/+4
2022-04-06[trace][intelpt] Introduce instruction IdsWalter Erquinigo1-56/+64
2022-03-22[simple] fix some the documentationWalter Erquinigo1-2/+2
2022-03-18[trace][intelpt] fix some test failuresWalter Erquinigo1-17/+14
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour1-3/+2
2022-02-14Fix an incorrect assumption in "thread until": code with debug info is not al...Jim Ingham1-1/+8
2022-02-14Add a repeat command option for "thread backtrace --count N".Jim Ingham1-4/+56
2022-02-02[lldb] [Commands] Implement "thread siginfo"Michał Górny1-0/+49
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata1-25/+18
2021-11-11[lldb][NFC] Inclusive Language: rename master plan to controlling planQuinn Pham1-6/+7
2021-10-29[lldb] Remove ConstString from SymbolVendor, Trace, TraceExporter, UnwindAsse...Pavel Labath1-9/+8
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-3/+2
2021-09-28[lldb] Remove non-stop mode codePavel Labath1-10/+4
2021-07-26[trace] Add the definition of a TraceExporter pluginWalter Erquinigo1-1/+28
2021-07-21[trace] [intel pt] Create a "thread trace dump stats" commandWalter Erquinigo1-0/+79
2021-07-20[intel pt] Add TSC timestampsWalter Erquinigo1-1/+8
2021-07-16[trace][intel pt] Implement the Intel PT cursorWalter Erquinigo1-25/+45
2021-06-23[NFC][trace] remove dead functionWalter Erquinigo1-9/+14
2021-06-23[lldb] Remove CommandReturnObject's SetError(StringRef)David Spickett1-3/+3
2021-06-17[trace][intel-pt] Create basic SB APIWalter Erquinigo1-4/+4
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett1-53/+0
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-7/+5
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo1-68/+26
2020-11-18[trace][intel-pt] Scaffold the 'thread trace start | stop' commandsWalter Erquinigo1-202/+103
2020-11-05[trace][intel-pt] Implement the basic decoding functionalityWalter Erquinigo1-23/+29
2020-10-12[trace] Scaffold "thread trace dump instructions"Walter Erquinigo1-0/+169
2020-08-13[lldb][NFC] Use llvm::is_contained instead of std::find in a few placesRaphael Isemann1-2/+1
2020-08-11[lldb] thread index common completion for commands like `thread select/step-o...Gongyu Deng1-0/+46
2020-08-11[lldb] tab completion for `thread plan discard`Gongyu Deng1-0/+9
2020-08-07Add a setting to force stepping to always run all threads.Jim Ingham1-3/+10
2020-07-01[lldb] Replace StringConvert with llvm::to_integer when parsing integer value...Raphael Isemann1-23/+17
2020-06-15[lldb] Remove redundant access specifiers (NFC)Jonas Devlieghere1-1/+0
2020-04-03Fix unused variable, format, and format string warnings.Eric Christopher1-1/+0
2020-04-03Allow the ThreadPlanStackMap to hold the thread plans for threadsJim Ingham1-12/+131