aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Utility/Reproducer.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere1-230/+0
2022-09-03Use llvm::lower_bound (NFC)Kazu Hirata1-1/+1
2022-03-03[lldb] Remove FileSystem::Initialize from FileCollectorJonas Devlieghere1-56/+0
2022-03-03[lldb] Remove reproducer verifier and corresponding commandJonas Devlieghere1-91/+0
2022-01-09Fix bugprone argument comments.Kazu Hirata1-1/+1
2021-12-17[lldb] Remove reproducer replay functionalityJonas Devlieghere1-26/+1
2021-03-31[lldb] Remove LLDB_CAPTURE_REPRODUCER overrideJonas Devlieghere1-19/+0
2021-02-18[lldb] Check that files exists before handing them off to FileCollectorJonas Devlieghere1-1/+1
2021-01-05[lldb] Add timers to Reproducer::Keep and Reproducer::DiscardJonas Devlieghere1-0/+3
2020-10-23[lldb] Move copying of files into reproducer out of processJonas Devlieghere1-2/+59
2020-09-02[lldb] Add reproducer verifierJonas Devlieghere1-0/+91
2020-09-01Revert "[lldb] Add reproducer verifier"Raphael Isemann1-91/+0
2020-08-31[lldb] Add reproducer verifierJonas Devlieghere1-0/+91
2020-08-25[lldb] Make Reproducer compatbile with SubsystemRAII (NFC)Jonas Devlieghere1-0/+4
2020-08-22[lldb] Extract reproducer providers & co into their own header.Jonas Devlieghere1-55/+1
2020-08-20[lldb] Capture and load home directory from the reproducer.Jonas Devlieghere1-0/+4
2020-08-20[lldb] Implement WorkingDirectoryProvider in terms of DirectoryProvider (NFC)Jonas Devlieghere1-9/+0
2020-07-22[lldb] Eliminate unneeded value parameters in Utility (NFC)Jonas Devlieghere1-1/+1
2020-07-21[lldb/Reproducers] Don't recursively record everything in the CWDJonas Devlieghere1-0/+5
2020-07-20[lldb] Fix method name to match LLDB code style (NFC)Jonas Devlieghere1-1/+1
2020-07-10[ldb/Reproducers] Add YamlRecorder and MultiProviderJonas Devlieghere1-30/+5
2020-04-20[lldb/Reproducers] Support new replay mode: passive replayJonas Devlieghere1-5/+8
2020-03-31Re-land "[lldb/Reproducers] Always collect the whole dSYM in the reproducer"Jonas Devlieghere1-0/+5
2020-03-31Revert "[lldb/Reproducers] Always collect the whole dSYM in the reproducer"Davide Italiano1-5/+0
2020-03-30[lldb/Reproducers] Always collect the whole dSYM in the reproducerJonas Devlieghere1-0/+5
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2020-01-15[lldb/Reproducers] Print more info for reproducer statusJonas Devlieghere1-0/+2
2020-01-15[lldb/Reproducers] Add a flag to always generating a reproducerJonas Devlieghere1-2/+8
2020-01-15[lldb/Reproducers] Extract function for reading environment override (NFC)Jonas Devlieghere1-6/+15
2019-12-10Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...Eric Christopher1-47/+1
2019-12-10Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...Eric Christopher1-1/+47
2019-12-10[lldb/Reproducers] Support multiple GDB remotesJonas Devlieghere1-47/+1
2019-12-04[lldb/Reproducers] Override capture with LLDB_CAPTURE_REPRODUCER env varJonas Devlieghere1-0/+10
2019-11-12[Reproducer] Discard reproducer directory if not generated.Jonas Devlieghere1-3/+5
2019-10-17[Reproducer] Capture the debugger's working directoryJonas Devlieghere1-1/+15
2019-09-27[Reproducer] Always use absolute paths for capture & replay.Jonas Devlieghere1-2/+11
2019-09-11[Reproducer] Move the command loader into the reproducer (NFC)Jonas Devlieghere1-0/+34
2019-09-11[Reproducer] Move GDB Remote Provider into Reproducer (NFC)Jonas Devlieghere1-2/+14
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-2/+2
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-3/+3
2019-06-13[Reproducers] Remove call to lldb_private::GetVersion()Jonas Devlieghere1-2/+1
2019-06-13[Reproducers] Include lldb version in the reproducer rootJonas Devlieghere1-4/+17
2019-06-12[Reproducers] Simplify providers with nested Info struct (NFC)Jonas Devlieghere1-6/+6
2019-05-23[Reproducer] Pass FileSpec by const-ref. (NFC)Jonas Devlieghere1-1/+1
2019-04-22[Reproducers] Fix lifetime issueJonas Devlieghere1-2/+0
2019-03-12[Reproducers] Stop recording instead of deallocatingJonas Devlieghere1-1/+3
2019-03-02Fix gcc build for r355249Pavel Labath1-1/+1
2019-03-02[Reproducers] Capture and replay interpreter commands.Jonas Devlieghere1-0/+46
2019-02-21[Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere1-0/+2
2019-01-29[Reproducers] Add file providerJonas Devlieghere1-0/+3