llvm-project/lldb/source/Plugins
Ed Maste 41fba2b5d0 Refactor many file functions to use FileSpec over strings.
This is the FreeBSD change for r238604.

llvm-svn: 238752
2015-06-01 15:24:37 +00:00
..
ABI Handle aggregate return types in SysV-arm ABI 2015-05-21 13:44:40 +00:00
Disassembler Fix call to llvm::Target::createMCInstPrinter. 2015-03-31 00:59:13 +00:00
DynamicLoader Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
Instruction Fix write register context in EmulateInstructionARM::EmulateMOVRdRm 2015-05-28 15:09:45 +00:00
InstrumentationRuntime Fixed an issue with expressions that define types in the expression. We must currently touch the members of the struct in the right order or our ClangASTImporter::DeportType() will copy the resulting type into the target AST incorrectly. This is a work around for <rdar://problem/21049838> which the copy type issue so that it doesn't happen. 2015-05-21 00:26:58 +00:00
JITLoader Reduce header footprint of Target.h 2015-03-03 19:23:09 +00:00
LanguageRuntime Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
MemoryHistory Add ASan history threads into process_sp->GetExtendedThreadList, so they don't get freed too early 2014-09-23 18:20:24 +00:00
ObjectContainer Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer - in order to allow modules caching from remote targets. 2015-03-10 01:15:28 +00:00
ObjectFile Fix THUMB function detection when function name is not prefixed. 2015-05-28 15:37:01 +00:00
OperatingSystem Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
Platform Use FileSpec::IsRelativeToCurrentWorkingDirectory instead of llvm::sys::path::is_relative in PlatformAndroid::GetFile. 2015-05-29 22:54:45 +00:00
Process Refactor many file functions to use FileSpec over strings. 2015-06-01 15:24:37 +00:00
SymbolFile Parse function name from DWARF DW_AT_abstract_origin 2015-05-27 09:43:44 +00:00
SymbolVendor Fix some logic where we used to have char arrays, but we now use std::string. Use the correctly API to detect if they are not empty. 2015-05-26 18:29:03 +00:00
SystemRuntime Don't #include ClangASTContext.h from Module.h 2015-03-03 18:34:26 +00:00
UnwindAssembly Add support for 'leal' instruction to UnwindAssembly-x86 2015-03-25 10:46:45 +00:00
CMakeLists.txt Fix cmake build for PluginInstrumentationRuntimeAddressSanitizer. 2014-10-11 20:11:18 +00:00
Makefile Assembly profiler for mips32 2015-05-15 06:53:30 +00:00