diff options
author | Jim Ingham <jingham@apple.com> | 2015-01-15 01:41:04 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2015-01-15 01:41:04 +0000 |
commit | d762df8c2478a6bf9ac1f40787c77f7b9dd38f02 (patch) | |
tree | 952ea8add5ee23ed6270f37561f733954d37daf2 /lldb/source/Commands/CommandObjectHelp.cpp | |
parent | f90907207302f08c2176fabe14ed77ebf158aca1 (diff) | |
download | llvm-d762df8c2478a6bf9ac1f40787c77f7b9dd38f02.zip llvm-d762df8c2478a6bf9ac1f40787c77f7b9dd38f02.tar.gz llvm-d762df8c2478a6bf9ac1f40787c77f7b9dd38f02.tar.bz2 |
Make sure that when a breakpoint is hit but its condition is not met,
the hit count is not updated.
Also, keep the hit count for the breakpoint in the breakpoint. We were
using just the sum of the location's hit counts, but that was wrong since if a shared library is
unloaded, and the location goes away, the breakpoint hit count should not suddenly drop
by the number of hits there were on that location.
llvm-svn: 226074
Diffstat (limited to 'lldb/source/Commands/CommandObjectHelp.cpp')
0 files changed, 0 insertions, 0 deletions