forked from OSchip/llvm-project
c96605461c
Fixed "target modules list" (aliased to "image list") to output more information by default. Modified the "target modules list" to have a few new options: "--header" or "-h" => show the image header address "--offset" or "-o" => show the image header address offset from the address in the file (the slide applied to the shared library) Removed the "--symfile-basename" or "-S" option, and repurposed it to "--symfile-unique" "-S" which will show the symbol file if it differs from the executable file. ObjectFile's can now be loaded from memory for cases where we don't have the files cached locally in an SDK or net mounted root. ObjectFileMachO can now read mach files from memory. Moved the section data reading code into the ObjectFile so that the object file can get the section data from Process memory if the file is only in memory. lldb_private::Module can now load its object file in a target with a rigid slide (very common operation for most dynamic linkers) by using: bool Module::SetLoadAddress (Target &target, lldb::addr_t offset, bool &changed) lldb::SBModule() now has a new constructor in the public interface: SBModule::SBModule (lldb::SBProcess &process, lldb::addr_t header_addr); This will find an appropriate ObjectFile plug-in to load an image from memory where the object file header is at "header_addr". llvm-svn: 149804 |
||
---|---|---|
.. | ||
Makefile | ||
SBAddress.cpp | ||
SBBlock.cpp | ||
SBBreakpoint.cpp | ||
SBBreakpointLocation.cpp | ||
SBBroadcaster.cpp | ||
SBCommandInterpreter.cpp | ||
SBCommandReturnObject.cpp | ||
SBCommunication.cpp | ||
SBCompileUnit.cpp | ||
SBData.cpp | ||
SBDebugger.cpp | ||
SBError.cpp | ||
SBEvent.cpp | ||
SBFileSpec.cpp | ||
SBFileSpecList.cpp | ||
SBFrame.cpp | ||
SBFunction.cpp | ||
SBHostOS.cpp | ||
SBInputReader.cpp | ||
SBInstruction.cpp | ||
SBInstructionList.cpp | ||
SBLineEntry.cpp | ||
SBListener.cpp | ||
SBModule.cpp | ||
SBProcess.cpp | ||
SBSection.cpp | ||
SBSourceManager.cpp | ||
SBStream.cpp | ||
SBStringList.cpp | ||
SBSymbol.cpp | ||
SBSymbolContext.cpp | ||
SBSymbolContextList.cpp | ||
SBTarget.cpp | ||
SBThread.cpp | ||
SBType.cpp | ||
SBValue.cpp | ||
SBValueList.cpp | ||
SBWatchpoint.cpp |