diff options
| author | Jason Molenda <jmolenda@apple.com> | 2013-05-11 03:09:05 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2013-05-11 03:09:05 +0000 |
| commit | 2e56a2545eb8bef39b1190f5667d84c12329c312 (patch) | |
| tree | cccaafdc6c6abfe95c7aa464d9a757ec8f82bfaf /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | |
| parent | 1b09836bc3b543a06486e8989ce081f274a380a3 (diff) | |
| download | bcm5719-llvm-2e56a2545eb8bef39b1190f5667d84c12329c312.tar.gz bcm5719-llvm-2e56a2545eb8bef39b1190f5667d84c12329c312.zip | |
Update ProcessKDP and ProcessMachCore to use ConstString plugin
names when specifying the DynamicLoaderDarwinKernel.
ProcessGDBRemote wasn't setting the dyld string any more; remove
the remaining code tracking the dyld plugin name altogether from
that process plugin.
llvm-svn: 181658
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h')
| -rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h index 51924c553af..b42a61dc652 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h @@ -19,6 +19,7 @@ // Other libraries and framework includes #include "lldb/Core/ArchSpec.h" #include "lldb/Core/Broadcaster.h" +#include "lldb/Core/ConstString.h" #include "lldb/Core/Error.h" #include "lldb/Core/InputReader.h" #include "lldb/Core/StreamString.h" @@ -335,7 +336,6 @@ protected: lldb::BreakpointSP m_thread_create_bp_sp; bool m_waiting_for_attach; bool m_destroy_tried_resuming; - std::string m_dyld_plugin_name; lldb::CommandObjectSP m_command_sp; bool |

