mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-15 00:00:20 +00:00
Fix --thread-count-middle and --thread-count-final.
This commit is contained in:
parent
c9b68031aa
commit
460c00b558
@ -466,11 +466,11 @@ class General_options
|
||||
|
||||
void
|
||||
set_thread_count_middle(const char* arg)
|
||||
{ this->thread_count_initial_ = this->parse_thread_count(arg); }
|
||||
{ this->thread_count_middle_ = this->parse_thread_count(arg); }
|
||||
|
||||
void
|
||||
set_thread_count_final(const char* arg)
|
||||
{ this->thread_count_initial_ = this->parse_thread_count(arg); }
|
||||
{ this->thread_count_final_ = this->parse_thread_count(arg); }
|
||||
|
||||
void
|
||||
ignore(const char*)
|
||||
|
Loading…
Reference in New Issue
Block a user