Bug 16234

Summary: "cond" completion uses wrong context
Product: gdb Reporter: Tom Tromey <tromey>
Component: breakpointsAssignee: Not yet assigned to anyone <unassigned>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: HEAD   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

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.