Bug 16234 - "cond" completion uses wrong context
Summary: "cond" completion uses wrong context
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: 2013-11-25 16:15 UTC by Tom Tromey
Modified: 2013-11-25 16:15 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 2013-11-25 16:15:16 UTC
Right now the "condition" command calls the expression completer.
However, this just uses the default context.
Instead it should use the breakpoint's location as the context.