[Lldb-commits] [PATCH] D111899: LLDB tests modification for hardware breakpoints

2021-10-15 Thread Nikolay Chokoev via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D111899: LLDB tests modification for hardware breakpoints

2021-10-18 Thread Nikolay Chokoev via Phabricator via lldb-commits
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 =

[Lldb-commits] [PATCH] D111899: LLDB tests modification for hardware breakpoints

2021-10-19 Thread Nikolay Chokoev via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D111899: LLDB tests modification for hardware breakpoints

2021-10-20 Thread Nikolay Chokoev via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D111899: LLDB tests modification for hardware breakpoints

2021-10-20 Thread Nikolay Chokoev via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D111899: LLDB tests modification for hardware breakpoints

2021-10-29 Thread Nikolay Chokoev via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D111899: LLDB tests modification for hardware breakpoints

2021-10-29 Thread Nikolay Chokoev via Phabricator via lldb-commits
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