georgiev created this revision.
georgiev added a reviewer: LLDB.
georgiev requested review of this revision.
LLDB now shows additional string 'hardware' when a hardware breakpoint is hit.
Current test fail for those kind of breakpoints, as they match exact string,
which doesn't include 'hardware
georgiev added a comment.
What about the case when we have a logical BP with more than one location? the
locations may have different hit count.
In particular we have a test like:
patterns=[
"1\.1: .+ unresolved, hit count = 0 +Options: disabled",
"1\.2: .+ resolved,( hardware,)? hit count =
georgiev updated this revision to Diff 380714.
georgiev added a comment.
A new lldbutil function to test the breakpoint - check_breakpoint.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111899/new/
https://reviews.llvm.org/D111899
Files:
lldb/packages/Python/lldbsuite/test/lldbutil.p
georgiev updated this revision to Diff 380919.
georgiev added a comment.
Added breakpoint resolved check.
Addressed some of the comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111899/new/
https://reviews.llvm.org/D111899
Files:
lldb/packages/Python/lldbsuite/test/lldbutil.py
georgiev updated this revision to Diff 380922.
georgiev added a comment.
Diff update
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111899/new/
https://reviews.llvm.org/D111899
Files:
lldb/packages/Python/lldbsuite/test/lldbutil.py
lldb/test/API/commands/apropos/with-process/TestApr
georgiev updated this revision to Diff 383282.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111899/new/
https://reviews.llvm.org/D111899
Files:
lldb/packages/Python/lldbsuite/test/lldbutil.py
lldb/test/API/commands/apropos/with-process/TestAproposWithProcess.py
lldb/test/API/comma
georgiev updated this revision to Diff 383284.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111899/new/
https://reviews.llvm.org/D111899
Files:
lldb/packages/Python/lldbsuite/test/lldbutil.py
lldb/test/API/commands/apropos/with-process/TestAproposWithProcess.py
lldb/test/API/comma