Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
Use absolute paths for library names in svr4 packets when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
fjricci committed Apr 27, 2016
1 parent 2965a97 commit 3597b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GDBRemote/DebugSessionImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ ErrorCode DebugSessionImpl::onXferRead(Session &session,
mainMapAddress = library.svr4.mapAddress;
} else {
sslibs << "<library "
<< "name=\"" << ds2::Utils::Basename(library.path) << "\" "
<< "name=\"" << library.path << "\" "
<< "lm=\""
<< "0x" << std::hex << library.svr4.mapAddress << "\" "
<< "l_addr=\""
Expand Down

0 comments on commit 3597b3b

Please sign in to comment.