From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: James Ingham Cc: tromey@cygnus.com, Insight List Subject: Re: three notes on setting breakpoints Date: Fri, 07 Apr 2000 17:47:00 -0000 Message-id: <200004080047.RAA09040@ferrule.cygnus.com> References: <87itxtk1fz.fsf@cygnus.com> <14574.32851.510497.427827@leda.cygnus.com> X-SW-Source: 2000-q2/msg00047.html >> Also, I noticed that the contents of the function combobox are not >> sorted alphabetically. They almost are. Jim> Humm... Not sure about this. I looked at the code. It looks like gdb_listfuncs (gdbtk-cmds.c) does not return the functions in alphabetical order. Instead it returns them in alphabetical order on a per-block basis (not sure what a block is -- see sort_block_syms()). I think instead it should do the sort globally. Tom