llvm-project/lldb/source/Plugins
Jason Molenda 2586e94bfb Add breakpoint instruction byte sequences for arm to
PlatformLinux::GetSoftwareBreakpointTrapOpcode.

Patch by Stephane Sezer.
http://reviews.llvm.org/D5923

llvm-svn: 220762
2014-10-28 03:43:54 +00:00
..
ABI Expose the type-info flags at the public API layer. These flags provide much more informational content to consumers of the LLDB API than the existing TypeClass. Part of the fix for rdar://18517593 2014-10-21 20:52:14 +00:00
Disassembler Add a new disassembly-format specification so that the disassembler 2014-10-10 23:07:36 +00:00
DynamicLoader Most of this function checks to see if m_process is non-null before 2014-10-16 08:43:27 +00:00
Instruction Add #if 0 around unreachable block of code to suppress warnings. 2014-10-17 01:56:57 +00:00
InstrumentationRuntime LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and report data extraction 2014-10-10 23:43:03 +00:00
JITLoader Fix JITLoaderGDB for 64-bit host and 32-bit target 2014-09-15 19:55:27 +00:00
LanguageRuntime Resolve non-pointer isas for metaclasses. 2014-10-13 23:03:49 +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 Fix typos. 2014-07-08 18:05:41 +00:00
ObjectFile Remove unused variable. 2014-10-16 07:41:32 +00:00
OperatingSystem Fixed deadlocks that could occur when using python for breakpoints, operating system plugins, and other async python usage. 2014-02-13 23:34:38 +00:00
Platform Add breakpoint instruction byte sequences for arm to 2014-10-28 03:43:54 +00:00
Process Make ProcessWindows just use Host::LaunchProcess. 2014-10-24 17:51:56 +00:00
SymbolFile Setting breakpoints with name mask eFunctionNameTypeBase was broken for straight C names by 220432. Get 2014-10-25 00:33:55 +00:00
SymbolVendor Remove commented includes 2014-02-02 14:06:07 +00:00
SystemRuntime Change SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes to use the 2014-09-12 00:09:04 +00:00
UnwindAssembly Add a new disassembly-format specification so that the disassembler 2014-10-10 23:07:36 +00:00
CMakeLists.txt Fix cmake build for PluginInstrumentationRuntimeAddressSanitizer. 2014-10-11 20:11:18 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00