This is the mail archive of the insight@sourceware.cygnus.com mailing list for the Insight project.


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

Re: three notes on setting breakpoints


>> 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

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