Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into dev/aarch32/dunlop
Browse files Browse the repository at this point in the history
  • Loading branch information
rchyena committed Nov 13, 2017
2 parents fec1e18 + 2e25791 commit 323eb1a
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 172 deletions.
1 change: 1 addition & 0 deletions common/src/addrtranslate-sysv.C
Expand Up @@ -800,6 +800,7 @@ bool AddressTranslateSysV::refresh()
continue;
}
if (obj_name == "linux-vdso.so.1" ||
obj_name == "linux-vdso64.so.1" ||
obj_name == "linux-gate.so.1")
{
continue;
Expand Down
1 change: 1 addition & 0 deletions dyninstAPI/src/dynProcess.C
Expand Up @@ -1057,6 +1057,7 @@ bool PCProcess::detachProcess(bool /*cont*/) {
if( !stopProcess() ) {
proccontrol_printf("%s[%d]: failed to stop process for removing syscalls\n",
FILE__, __LINE__);
return false;
}
}

Expand Down
2 changes: 1 addition & 1 deletion symtabAPI/src/Object-elf.C
Expand Up @@ -4380,7 +4380,7 @@ void Object::parseLineInfoForCU(Dwarf_Die cuDIE, LineInformation* li_for_module)
auto tmp = strrchr(filename, '/');
if(truncateLineFilenames && tmp)
{
strings->push_back(tmp);
strings->push_back(++tmp);
}
else
{
Expand Down

0 comments on commit 323eb1a

Please sign in to comment.