[all-commits] [llvm/llvm-project] 84b998: [lldb] Fix broken bad-address-breakpoint test

Will Hawkins via All-commits all-commits at lists.llvm.org
Thu May 26 12:16:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 84b9985f5f63509c3f99e2ebaa488f0a0ef33d49
      https://github.com/llvm/llvm-project/commit/84b9985f5f63509c3f99e2ebaa488f0a0ef33d49
  Author: Will Hawkins <whh8b at obs.cr>
  Date:   2022-05-26 (Thu, 26 May 2022)

  Changed paths:
    M lldb/test/API/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py

  Log Message:
  -----------
  [lldb] Fix broken bad-address-breakpoint test

After changing the "fallback" behavior when a user sets a breakpoint
without specifying a module the bad-address-breakpoint test case failed
incorrectly. This patch updates that test case in order to more
thoroughly discover an illegal address and use that as the means for
testing whether a breakpoint set at an illegal address fails to resolve.

Differential revision: https://reviews.llvm.org/D126109




More information about the All-commits mailing list