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 7488ee3 commit dea3182Copy full SHA for dea3182
lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
@@ -576,7 +576,7 @@ std::string
576
ELFLinuxSigInfo::GetDescription(const lldb::UnixSignalsSP unix_signals_sp) {
577
if (unix_signals_sp->GetShouldStop(si_signo))
578
return unix_signals_sp->GetSignalDescription(
579
- si_signo, si_code, reinterpret_cast<uintptr_t>(addr));
+ si_signo, si_code, addr);
580
581
return unix_signals_sp->GetSignalDescription(si_signo, si_code);
582
}
0 commit comments