This is the mail archive of the gdb-patches@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]

[PATCH v2 0/2] Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index


So meanwhile I've pushed in patches #1 and #2.  That leaves the bug
fixing, now split in two patches.

On 02/23/2017 04:02 PM, Yao Qi wrote:
>> > +      add_symtab_completions (symtab->compunit_symtab,
> use SYMTAB_COMPUNIT (s)
> 
>> > +			      sym_text, sym_text_len,
>> > +			      text, word, TYPE_CODE_UNDEF);
> Can you split this part out this patch as a pure refactor?

Sure thing.  I'll send them as replies to this email.

Pedro Alves (2):
  symtab.c: Small refactor
  Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index

 gdb/symtab.c | 42 ++++++++----------------------------------
 1 file changed, 8 insertions(+), 34 deletions(-)

-- 
2.5.5


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