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