C# Class Mono.Debugger.Backend.LinuxOperatingSystem

Inheritance: OperatingSystemBackend
显示文件 Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
AddExecutableFile ( Inferior inferior, string filename, TargetAddress base_address, bool step_into, bool is_loaded ) : NativeExecutableReader
CloseBfd ( Bfd bfd ) : void
GetSectionAddress ( string name ) : TargetAddress
GetTrampoline ( TargetMemoryAccess memory, TargetAddress address, TargetAddress &trampoline, bool &is_start ) : bool
LinuxOperatingSystem ( Process process ) : System
LoadExecutable ( TargetMemoryInfo memory, string filename, bool load_native_symtabs ) : NativeExecutableReader
LookupLibrary ( TargetAddress address ) : NativeExecutableReader
LookupLibrary ( string name ) : NativeExecutableReader
LookupSymbol ( string name ) : TargetAddress

Protected Methods

Method Description
DoDispose ( ) : void
check_loaded_library ( Inferior inferior, Bfd bfd ) : void

Private Methods

Method Description
CheckForPendingMonoInit ( Inferior inferior ) : bool
ReadNativeTypes ( ) : void
UpdateSharedLibraries ( Inferior inferior ) : void
check_for_mono_runtime ( Inferior inferior, Bfd bfd ) : void
check_nptl_setxid ( Inferior inferior, Bfd bfd ) : void
do_update_shlib_info ( Inferior inferior ) : void
dynlink_handler ( Inferior inferior ) : bool
read_dynamic_info ( Inferior inferior ) : void

Method Details

AddExecutableFile() public method

public AddExecutableFile ( Inferior inferior, string filename, TargetAddress base_address, bool step_into, bool is_loaded ) : NativeExecutableReader
inferior Inferior
filename string
base_address Mono.Debugger.TargetAddress
step_into bool
is_loaded bool
return NativeExecutableReader

CloseBfd() public method

public CloseBfd ( Bfd bfd ) : void
bfd Bfd
return void

DoDispose() protected method

protected DoDispose ( ) : void
return void

GetSectionAddress() public method

public GetSectionAddress ( string name ) : TargetAddress
name string
return Mono.Debugger.TargetAddress

GetTrampoline() public method

public GetTrampoline ( TargetMemoryAccess memory, TargetAddress address, TargetAddress &trampoline, bool &is_start ) : bool
memory Mono.Debugger.TargetMemoryAccess
address Mono.Debugger.TargetAddress
trampoline Mono.Debugger.TargetAddress
is_start bool
return bool

LinuxOperatingSystem() public method

public LinuxOperatingSystem ( Process process ) : System
process Mono.Debugger.Process
return System

LoadExecutable() public method

public LoadExecutable ( TargetMemoryInfo memory, string filename, bool load_native_symtabs ) : NativeExecutableReader
memory Mono.Debugger.TargetMemoryInfo
filename string
load_native_symtabs bool
return NativeExecutableReader

LookupLibrary() public method

public LookupLibrary ( TargetAddress address ) : NativeExecutableReader
address Mono.Debugger.TargetAddress
return NativeExecutableReader

LookupLibrary() public method

public LookupLibrary ( string name ) : NativeExecutableReader
name string
return NativeExecutableReader

LookupSymbol() public method

public LookupSymbol ( string name ) : TargetAddress
name string
return Mono.Debugger.TargetAddress

check_loaded_library() protected method

protected check_loaded_library ( Inferior inferior, Bfd bfd ) : void
inferior Inferior
bfd Bfd
return void