mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
The kernel loading code is now isolated in the DynamicLoaderDarwinKernel;
remove the duplicates of this code in ProcessGDBRemote and ProcessKDP. These two Process plugins will hardcode their DynamicLoader name to be the DynamicLoaderDarwinKernel so the correct DynamicLoader is picked, and return the kernel load address as the ImageInfosAddress. <rdar://problem/12417038> llvm-svn: 165080
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
#include "lldb/Core/State.h"
|
||||
#include "lldb/Host/Symbols.h"
|
||||
#include "lldb/Symbol/ObjectFile.h"
|
||||
#include "lldb/Target/ObjCLanguageRuntime.h"
|
||||
#include "lldb/Target/RegisterContext.h"
|
||||
#include "lldb/Target/StackFrame.h"
|
||||
#include "lldb/Target/Target.h"
|
||||
@@ -41,11 +40,6 @@
|
||||
using namespace lldb;
|
||||
using namespace lldb_private;
|
||||
|
||||
/// FIXME - The ObjC Runtime trampoline handler doesn't really belong here.
|
||||
/// I am putting it here so I can invoke it in the Trampoline code here, but
|
||||
/// it should be moved to the ObjC Runtime support when it is set up.
|
||||
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Create an instance of this class. This function is filled into
|
||||
// the plugin info class that gets handed out by the plugin factory and
|
||||
|
||||
Reference in New Issue
Block a user