llvm-project/lldb/source/Plugins
Bhushan D. Attarde 7f3daeda9a [MIPS] Avoid breakpoint in delay slot
SUMMARY:
    This patch implements Target::GetBreakableLoadAddress() method that takes an address
    and checks for any reason there is a better address than this to put a breakpoint on.
    If there is then return that address.
    MIPS uses this method to avoid breakpoint in delay slot.
    
    Reviewers: clayborg, jingham
    Subscribers: jingham, mohit.bhakkad, sagar, jaydeep, nitesh.jain, lldb-commits
    Differential Revision: http://http://reviews.llvm.org/D12184

llvm-svn: 246015
2015-08-26 06:04:54 +00:00
..
ABI Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
Disassembler [MIPS] Avoid breakpoint in delay slot 2015-08-26 06:04:54 +00:00
DynamicLoader Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
Instruction Fix assertion failure caused by r245546 2015-08-21 10:49:09 +00:00
InstrumentationRuntime Improve check for ASAN callbacks 2015-08-12 11:13:11 +00:00
JITLoader Resubmitting 240466 after fixing the linux test suite failures. 2015-06-25 21:46:34 +00:00
LanguageRuntime Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
MemoryHistory Improve check for ASAN callbacks 2015-08-12 11:13:11 +00:00
ObjectContainer Add a better fix for searching for spaces in BSD archive object names where we only trim trailing spaces. 2015-08-14 00:18:52 +00:00
ObjectFile Add support for DW_FORM_GNU_[addr,str]_index 2015-08-25 11:45:58 +00:00
OperatingSystem Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
Platform Make UriParser to support [$HOSTNAME] notation. 2015-08-20 23:09:34 +00:00
Process In SendContinuePacketAndWaitForResponse there is a special bit of 2015-08-26 04:07:30 +00:00
ScriptInterpreter Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core, unify closing inclusion guards 2015-08-18 08:39:09 +00:00
SymbolFile Handle DW_OP_GNU_addr_index in DWARF expressions 2015-08-25 11:46:06 +00:00
SymbolVendor Add support for DW_FORM_GNU_[addr,str]_index 2015-08-25 11:45:58 +00:00
SystemRuntime Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
UnwindAssembly Fix assertion failure caused by r245546 2015-08-21 10:49:09 +00:00
CMakeLists.txt Convert the ScriptInterpreter system to a plugin-based one. 2015-07-30 20:28:07 +00:00
Makefile Bug 24332 - Fix the build of lldb under GNU/Linux when using autotools 2015-08-05 12:46:53 +00:00