hanchenye-llvm-project/lldb
Jim Ingham 2411167fb5 Add an "offset" option to "break set -n" and "break set -f -l".
That way you can set offset breakpoints that will move as the function they are 
contained in moves (which address breakpoints can't do...)

I don't align the new address to instruction boundaries yet, so you have to get
this right yourself for now.

<rdar://problem/13365575>

llvm-svn: 263049
2016-03-09 18:59:13 +00:00
..
cmake Add support for reading line tables from PDB files. 2016-03-02 22:05:52 +00:00
docs
examples
include/lldb Add an "offset" option to "break set -n" and "break set -f -l". 2016-03-09 18:59:13 +00:00
lit
lldb.xcodeproj Add an "offset" option to "break set -n" and "break set -f -l". 2016-03-09 18:59:13 +00:00
lldb.xcworkspace
packages/Python/lldbsuite [TestRegisterVariables] Adjust compiler range in expected failure decorator. 2016-03-09 00:02:00 +00:00
resources
scripts Add an "offset" option to "break set -n" and "break set -f -l". 2016-03-09 18:59:13 +00:00
source Add an "offset" option to "break set -n" and "break set -f -l". 2016-03-09 18:59:13 +00:00
test
third_party/Python/module
tools Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break. 2016-02-26 01:20:20 +00:00
unittests Add support for reading line tables from PDB files. 2016-03-02 22:05:52 +00:00
utils
www
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
CODE_OWNERS.txt
INSTALL.txt
LICENSE.TXT
use_lldb_suite_root.py