We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de7751 commit e508545Copy full SHA for e508545
lldb/source/Target/Process.cpp
@@ -402,8 +402,7 @@ ConstString &Process::GetStaticBroadcasterClass() {
402
}
403
404
Process::Process(lldb::TargetSP target_sp, ListenerSP listener_sp)
405
- : Process(target_sp, listener_sp,
406
- UnixSignals::Create(HostInfo::GetArchitecture())) {
+ : Process(target_sp, listener_sp, UnixSignals::CreateForHost()) {
407
// This constructor just delegates to the full Process constructor,
408
// defaulting to using the Host's UnixSignals.
409
0 commit comments