This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/18226] completion of extended-identifiers


https://sourceware.org/bugzilla/show_bug.cgi?id=18226

--- Comment #1 from matt rice <ratmice at gmail dot com> ---
The same thing happens with filenames when using the break completer,to
complete filenames, but works OK for the 'file' completer.

echo "void main(){}" >fooà.c; gcc -g --std c99 -fextended-identifiers -x c
fooà.c; gdb -quiet  ./a.out -batch -ex 'complete file fooà' -ex 'complete break
fooà'
file fooà.c
break fooà.c
break fooà_DYNAMIC
break fooà_GLOBAL_OFFSET_TABLE_
<snip>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]