Bug 23868 - failure with gdb.execute and complete
Summary: failure with gdb.execute and complete
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: python (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-06 23:48 UTC by Tom Tromey
Modified: 2018-11-06 23:48 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 2018-11-06 23:48:48 UTC
I tried
gdb.execute('complete set language ')
This does not work properly, I believe because
process_next_line strips trailing whitespace.