Searched refs:repro (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/usr.bin/patch/tests/
H A DMakefile8 ${PACKAGE}FILES+= PR74127-repro.diff
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBReproducer.h15 namespace repro { namespace in namespace:lldb_private
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp29 using namespace lldb_private::repro;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h31 namespace repro { namespace in namespace:lldb_private
161 void SetPacketRecorder(repro::PacketRecorder *recorder);
H A DProcessGDBRemote.h44 namespace repro { namespace in namespace:lldb_private
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h68 namespace repro { namespace in namespace:lldb_private
157 repro::DataRecorder *GetInputRecorder();
683 repro::DataRecorder *m_input_recorder;
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h315 bool repro = false; member in struct:lld::coff::Configuration
H A DMapFile.cpp238 if (ctx.config.repro) {
H A DWriter.cpp1110 config->repro || config->cetCompat) {
1112 make<DebugDirectoryChunk>(ctx, debugRecords, config->repro);
2198 if (config->repro || generateSyntheticBuildId)
2201 if (config->repro)
H A DDriver.cpp1392 sys::path::append(path, "repro.tar");
1397 // a repro tar file doesn't affect the main output.
1818 config->repro = true;
1820 config->repro = false;
1827 config->repro = false;
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp971 repro::DataRecorder *Debugger::GetInputRecorder() { return m_input_recorder; }

Completed in 209 milliseconds