aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-15sim: Fix definition of SIM_ARANGE_INLINESimon Marchi2-1/+5
2019-01-15Remove cleanup from remote.cTom Tromey2-418/+440
2019-01-14Constify some remote-notif functionsTom Tromey4-12/+25
2019-01-14Constify remote_console_outputTom Tromey2-3/+7
2019-01-14Constify target_pass_signals and target_program_signalsTom Tromey10-27/+45
2019-01-15Automatic date update in version.inGDB Administrator1-1/+1
2019-01-14Fix placement of output in TUI modeTom Tromey2-0/+11
2019-01-14Include <string.h> to dis-asm.h to get strchr declarationПавел Крюков2-0/+5
2019-01-14[PowerPC] Aliases for vector registersPedro Franco de Carvalho10-5/+279
2019-01-14[PowerPC] Fix "info vector" test in gdb.arch/altivec-regs.expPedro Franco de Carvalho2-38/+10
2019-01-14Correct PR number in prevvious deltaNick Clifton2-3/+3
2019-01-14Add support to GNU ld to separate got related plt entries from normal ones in...Maamoun Tarsha19-99/+131
2019-01-14Sync config.guess, config.sub from GCCRainer Orth3-611/+633
2019-01-14Implement the assembly instructions yield, wfe, wfi and sev for ARMv6T2 in bo...Srinath Parvathaneni5-2/+44
2019-01-14ld: Clarify --wrap documentationSebastian Huber2-0/+24
2019-01-14Automatic date update in version.inGDB Administrator1-1/+1
2019-01-13gdb: xtensa: fix register counters for xtensa-linuxMax Filippov2-1/+13
2019-01-13Automatic date update in version.inGDB Administrator1-1/+1
2019-01-12Implement help/show values for 'set|show style'.Philippe Waroquiers3-54/+74
2019-01-13Add RXv3 instructions.Yoshinori Sato3-1569/+5442
2019-01-12expand a bit the in-GDB help for the "catch exception" help textJoel Brobecker2-1/+13
2019-01-12gdb/testsuite: Don't allow paths to appear in test nameAndrew Burgess2-0/+5
2019-01-12Fix 'obj' may be used uninitialized warning in symtab.c:matching_obj_sections.Philippe Waroquiers2-1/+6
2019-01-12Automatic date update in version.inGDB Administrator1-1/+1
2019-01-11More fallout from PR 23963 changeAlan Modra3-4/+10
2019-01-11Automatic date update in version.inGDB Administrator1-1/+1
2019-01-10Replace inf_threads_iterator with next_iteratorTom Tromey2-60/+12
2019-01-10gdb/23712: Test case for multidictionaryKeith Seitz2-0/+163
2019-01-10gdb/23712: Remove dw2_add_symbol_to_listKeith Seitz2-21/+11
2019-01-10gdb/23712: Cleanup/Remove temporary dictionary functionsKeith Seitz2-74/+36
2019-01-10gdb/23712: Use new multidictionary APIKeith Seitz9-107/+125
2019-01-10gdb/23712: Introduce multidictionary'sKeith Seitz3-68/+523
2019-01-10Fix tracepoint.c:parse_tracepoint_definition leak (and one more)Pedro Alves6-43/+65
2019-01-10Fix leak in solib-target.c:library_list_start_libraryPedro Alves2-2/+5
2019-01-10Fix leak in mdebugread.cPedro Alves2-9/+19
2019-01-10gdb: Fix incorrect variable name in scoped_switch_fork_infoAndrew Burgess2-1/+6
2019-01-10gdb: Improve scoped_switch_fork_info classAndrew Burgess2-4/+19
2019-01-10Correct changelog entry.Nick Clifton1-2/+3
2019-01-10Stop objdump from displaying control codes embedded in symbol names.Nick Clifton33-469/+600
2019-01-10Move psymtabs to their own obstackTom Tromey5-10/+35
2019-01-10Make psymtab_storage::free_psymtabs privateTom Tromey3-21/+42
2019-01-10Add psymtab_storage::allocate_dependenciesTom Tromey6-16/+33
2019-01-10Move more allocations to psymtab obstackTom Tromey2-2/+9
2019-01-10Allocate the address map on the psymtab obstackTom Tromey4-9/+27
2019-01-10Introduce objfile::reset_psymtabsTom Tromey3-11/+15
2019-01-10Introduce class psymtab_storageTom Tromey11-145/+273
2019-01-10Change symbol_set_names to take an objfile_per_bfd_storageTom Tromey4-6/+17
2019-01-10Change create_demangled_names_hash to take an objfile_per_bfd_storageTom Tromey2-3/+9
2019-01-10Simplify calls to init_psymbol_listTom Tromey6-25/+34
2019-01-10Change add_psymbol_to_list to use an enumTom Tromey7-62/+81