aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2019-01-17Make minimal symbol range adapter a method on objfileTom Tromey1-0/+19
2019-01-17Simplify minsym iterationTom Tromey1-0/+8
2019-01-17Make psymtab range adapter a method on objfileTom Tromey1-0/+13
2019-01-17Add compunits range adapter to objfileTom Tromey1-0/+27
2019-01-17Change all_objfiles_safe adapter to be a method on program_spaceTom Tromey1-1/+10
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-0/+86
2019-01-17Remove cleanups from solib-target.cTom Tromey1-0/+12
2019-01-17Replace "the the" with "the"Tom Tromey1-0/+11
2019-01-16Introduce dwarf2_cu::get_builderKeith Seitz1-0/+20
2019-01-15Remove cleanup from remote.cTom Tromey1-0/+16
2019-01-14Constify some remote-notif functionsTom Tromey1-0/+12
2019-01-14Constify remote_console_outputTom Tromey1-0/+4
2019-01-14Constify target_pass_signals and target_program_signalsTom Tromey1-0/+16
2019-01-14Fix placement of output in TUI modeTom Tromey1-0/+5
2019-01-14[PowerPC] Aliases for vector registersPedro Franco de Carvalho1-0/+22
2019-01-13gdb: xtensa: fix register counters for xtensa-linuxMax Filippov1-0/+6
2019-01-12Implement help/show values for 'set|show style'.Philippe Waroquiers1-0/+13
2019-01-12expand a bit the in-GDB help for the "catch exception" help textJoel Brobecker1-0/+5
2019-01-12Fix 'obj' may be used uninitialized warning in symtab.c:matching_obj_sections.Philippe Waroquiers1-0/+5
2019-01-10Replace inf_threads_iterator with next_iteratorTom Tromey1-0/+7
2019-01-10gdb/23712: Remove dw2_add_symbol_to_listKeith Seitz1-0/+7
2019-01-10gdb/23712: Cleanup/Remove temporary dictionary functionsKeith Seitz1-0/+13
2019-01-10gdb/23712: Use new multidictionary APIKeith Seitz1-0/+18
2019-01-10gdb/23712: Introduce multidictionary'sKeith Seitz1-0/+22
2019-01-10Fix tracepoint.c:parse_tracepoint_definition leak (and one more)Pedro Alves1-0/+15
2019-01-10Fix leak in solib-target.c:library_list_start_libraryPedro Alves1-0/+4
2019-01-10Fix leak in mdebugread.cPedro Alves1-0/+5
2019-01-10gdb: Fix incorrect variable name in scoped_switch_fork_infoAndrew Burgess1-0/+5
2019-01-10gdb: Improve scoped_switch_fork_info classAndrew Burgess1-0/+6
2019-01-10Move psymtabs to their own obstackTom Tromey1-0/+10
2019-01-10Make psymtab_storage::free_psymtabs privateTom Tromey1-0/+7
2019-01-10Add psymtab_storage::allocate_dependenciesTom Tromey1-0/+12
2019-01-10Move more allocations to psymtab obstackTom Tromey1-0/+6
2019-01-10Allocate the address map on the psymtab obstackTom Tromey1-0/+9
2019-01-10Introduce objfile::reset_psymtabsTom Tromey1-0/+5
2019-01-10Introduce class psymtab_storageTom Tromey1-0/+44
2019-01-10Change symbol_set_names to take an objfile_per_bfd_storageTom Tromey1-0/+10
2019-01-10Change create_demangled_names_hash to take an objfile_per_bfd_storageTom Tromey1-0/+6
2019-01-10Simplify calls to init_psymbol_listTom Tromey1-0/+11
2019-01-10Change add_psymbol_to_list to use an enumTom Tromey1-0/+12
2019-01-10Remove parameters from start_psymtab_commonTom Tromey1-0/+14
2019-01-10Remove some unneeded psymtab initializationsTom Tromey1-0/+9
2019-01-10Move some declarations to mdebugread.hTom Tromey1-0/+9
2019-01-09Remove ALL_OBJFILE_PSYMTABSTom Tromey1-0/+18
2019-01-09Remove ALL_OBJSECTIONSTom Tromey1-0/+13
2019-01-09Remove ALL_OBJFILES and ALL_FILETABSTom Tromey1-0/+11
2019-01-09Remove ALL_OBJFILE_FILETABSTom Tromey1-0/+11
2019-01-09Remove ALL_COMPUNIT_FILETABSTom Tromey1-0/+23
2019-01-09Remove ALL_COMPUNITSTom Tromey1-0/+13
2019-01-09Remove ALL_OBJFILE_COMPUNITSTom Tromey1-0/+29