llvm-project/lldb/source
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
..
API 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
Breakpoint 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
Commands 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
Core [MIPS] Avoid breakpoint in delay slot 2015-08-26 06:04:54 +00:00
DataFormatters 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
Expression Handle DW_OP_GNU_addr_index in DWARF expressions 2015-08-25 11:46:06 +00:00
Host Make UriParser to support [$HOSTNAME] notation. 2015-08-20 23:09:34 +00:00
Initialization Reorg code to allow Windows Process Plugins to share some common code. 2015-08-24 16:00:51 +00:00
Interpreter Convert the ScriptInterpreter system to a plugin-based one. 2015-07-30 20:28:07 +00:00
Plugins [MIPS] Avoid breakpoint in delay slot 2015-08-26 06:04:54 +00:00
Symbol Handle DW_OP_GNU_addr_index in DWARF expressions 2015-08-25 11:46:06 +00:00
Target [MIPS] Avoid breakpoint in delay slot 2015-08-26 06:04:54 +00:00
Utility Add support for DW_FORM_GNU_[addr,str]_index 2015-08-25 11:45:58 +00:00
CMakeLists.txt Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00