Bug 29928 - "breakpoint condition-evaluation target" and native target
Summary: "breakpoint condition-evaluation target" and native target
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: breakpoints (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-21 20:29 UTC by Tom Tromey
Modified: 2022-12-21 20:29 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2022-12-21 20:29:28 UTC
I tried "set breakpoint condition-evaluation target"
and gdb said:

     warning: Target does not support breakpoint condition evaluation.
     Using host evaluation mode instead.

However, for the native target, these are really the same,
and I think just dropping the warning here would be reasonable.
It's also a little unfortunate that this decision isn't deferred
until I've actually connected to some remote.