commit | eea264007bc5fb42c8f3239726a9d28ae42e1b7b | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Tue Sep 14 23:36:40 2010 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Tue Sep 14 23:36:40 2010 +0000 |
tree | 33b29d0a38468f8d3cd403fc34809f0b7b0408a4 | |
parent | 61ea8ac67279cb46800237546384cf2e85180d1b [diff] [blame] |
Moved the section load list up into the target so we can use the target to symbolicate things without the need for a valid process subclass. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@113895 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp b/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp index bbd8f49..be8aaf7 100644 --- a/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp +++ b/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
@@ -398,8 +398,7 @@ ProcessGDBRemoteLog::LogIf (GDBR_LOG_PACKETS, "error: failed to send packet: %s", packet.GetData()); } return bytes_written; - } - //m_error.SetErrorString("Not connected."); + } return 0; }