mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-14 06:29:38 +00:00
[lldb] Remove reproducer_handler from the driver
This commit is contained in:
parent
8b3b66ea63
commit
4212a57a54
@ -689,14 +689,6 @@ void sigcont_handler(int signo) {
|
||||
signal(signo, sigcont_handler);
|
||||
}
|
||||
|
||||
void reproducer_handler(void *finalize_cmd) {
|
||||
if (SBReproducer::Generate()) {
|
||||
int result = std::system(static_cast<const char *>(finalize_cmd));
|
||||
(void)result;
|
||||
fflush(stdout);
|
||||
}
|
||||
}
|
||||
|
||||
static void printHelp(LLDBOptTable &table, llvm::StringRef tool_name) {
|
||||
std::string usage_str = tool_name.str() + " [options]";
|
||||
table.printHelp(llvm::outs(), usage_str.c_str(), "LLDB", false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user