summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Make minimal symbol range adapter a method on objfileTom Tromey2019-01-1710-82/+113
* Simplify minsym iterationTom Tromey2019-01-172-19/+14
* Make psymtab range adapter a method on objfileTom Tromey2019-01-176-21/+38
* Add compunits range adapter to objfileTom Tromey2019-01-1712-44/+67
* Change all_objfiles_safe adapter to be a method on program_spaceTom Tromey2019-01-175-28/+33
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-1742-137/+219
* Remove cleanups from solib-target.cTom Tromey2019-01-172-46/+34
* Replace "the the" with "the"Tom Tromey2019-01-1711-10/+21
* Introduce dwarf2_cu::get_builderKeith Seitz2019-01-164-116/+393
* doc: Add table of MI versionsSimon Marchi2019-01-162-11/+53
* Remove cleanup from remote.cTom Tromey2019-01-152-418/+440
* Constify some remote-notif functionsTom Tromey2019-01-144-12/+25
* Constify remote_console_outputTom Tromey2019-01-142-3/+7
* Constify target_pass_signals and target_program_signalsTom Tromey2019-01-1410-27/+45
* Fix placement of output in TUI modeTom Tromey2019-01-142-0/+11
* [PowerPC] Aliases for vector registersPedro Franco de Carvalho2019-01-1410-5/+279
* [PowerPC] Fix "info vector" test in gdb.arch/altivec-regs.expPedro Franco de Carvalho2019-01-142-38/+10
* gdb: xtensa: fix register counters for xtensa-linuxMax Filippov2019-01-132-1/+13
* Implement help/show values for 'set|show style'.Philippe Waroquiers2019-01-123-54/+74
* expand a bit the in-GDB help for the "catch exception" help textJoel Brobecker2019-01-122-1/+13
* gdb/testsuite: Don't allow paths to appear in test nameAndrew Burgess2019-01-122-0/+5
* Fix 'obj' may be used uninitialized warning in symtab.c:matching_obj_sections.Philippe Waroquiers2019-01-122-1/+6
* Replace inf_threads_iterator with next_iteratorTom Tromey2019-01-102-60/+12
* gdb/23712: Test case for multidictionaryKeith Seitz2019-01-102-0/+163
* gdb/23712: Remove dw2_add_symbol_to_listKeith Seitz2019-01-102-21/+11
* gdb/23712: Cleanup/Remove temporary dictionary functionsKeith Seitz2019-01-102-74/+36
* gdb/23712: Use new multidictionary APIKeith Seitz2019-01-109-107/+125
* gdb/23712: Introduce multidictionary'sKeith Seitz2019-01-103-68/+523
* Fix tracepoint.c:parse_tracepoint_definition leak (and one more)Pedro Alves2019-01-106-43/+65
* Fix leak in solib-target.c:library_list_start_libraryPedro Alves2019-01-102-2/+5
* Fix leak in mdebugread.cPedro Alves2019-01-102-9/+19
* gdb: Fix incorrect variable name in scoped_switch_fork_infoAndrew Burgess2019-01-102-1/+6
* gdb: Improve scoped_switch_fork_info classAndrew Burgess2019-01-102-4/+19
* Move psymtabs to their own obstackTom Tromey2019-01-105-10/+35
* Make psymtab_storage::free_psymtabs privateTom Tromey2019-01-103-21/+42
* Add psymtab_storage::allocate_dependenciesTom Tromey2019-01-106-16/+33
* Move more allocations to psymtab obstackTom Tromey2019-01-102-2/+9
* Allocate the address map on the psymtab obstackTom Tromey2019-01-104-9/+27
* Introduce objfile::reset_psymtabsTom Tromey2019-01-103-11/+15
* Introduce class psymtab_storageTom Tromey2019-01-1011-145/+273
* Change symbol_set_names to take an objfile_per_bfd_storageTom Tromey2019-01-104-6/+17
* Change create_demangled_names_hash to take an objfile_per_bfd_storageTom Tromey2019-01-102-3/+9
* Simplify calls to init_psymbol_listTom Tromey2019-01-106-25/+34
* Change add_psymbol_to_list to use an enumTom Tromey2019-01-107-62/+81
* Remove parameters from start_psymtab_commonTom Tromey2019-01-107-35/+28
* Remove some unneeded psymtab initializationsTom Tromey2019-01-106-22/+19
* Move some declarations to mdebugread.hTom Tromey2019-01-105-10/+21
* Remove ALL_OBJFILE_PSYMTABSTom Tromey2019-01-096-183/+168
* Remove ALL_OBJSECTIONSTom Tromey2019-01-097-264/+244
* Remove ALL_OBJFILES and ALL_FILETABSTom Tromey2019-01-095-95/+114