[Bug gdb/18226] completion of extended-identifiers

ratmice at gmail dot com sourceware-bugzilla@sourceware.org
Thu Apr 9 18:44:00 GMT 2015


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.


More information about the Gdb-prs mailing list