summaryrefslogtreecommitdiff
path: root/lldb/source/Target/TraceDumper.cpp
AgeCommit message (Expand)Author
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere
2023-11-11Centralize the code that figures out which memory ranges to save into core fi...Greg Clayton
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-16JSON: llvm::Optional => std::optionalFangrui Song
2022-12-10[lldb] Use std::optional instead of None in comments (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-10-19[lldb][trace] Fix some minor bugs in the call treeWalter Erquinigo
2022-10-18[lldb][trace] Add a basic function call dump [3] - Add a JSON dumperWalter Erquinigo
2022-10-18[lldb][trace] Add a basic function call dump [2] - Implement the reconstructi...Walter Erquinigo
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-27[trace] Add instruction control flow kind to JSON trace dumper's outputJakob Johnson
2022-07-26[trace][intel pt] Introduce wall clock time for each trace itemWalter Erquinigo
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich
2022-07-25Revert "[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity sc...Slava Gurevich
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich
2022-07-13[trace][intel pt] Support dumping the trace info in jsonymeng
2022-07-13[trace][intel pt] Create a CPU change event and expose it in the dumperWalter Erquinigo
2022-07-12[trace] Avoid a crash in the dumper when disassembling failsWalter Erquinigo
2022-07-12[trace] Add a flag to the decoder to output the instruction typeWalter Erquinigo
2022-06-29[trace] Make events first class items in the trace cursor and rework errorsWalter Erquinigo