aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-27Remove tui_gen_win_info::viewport_heightTom Tromey6-17/+12
2019-12-27x86: adjust ignored prefix warning for branchesJan Beulich5-14/+27
2019-12-27x86-64: correct / adjust prefix emissionJan Beulich10-63/+72
2019-12-27x86-64: fix Intel64 handling of branch with data16 prefixJan Beulich8-27/+85
2019-12-27x86: consolidate Disp<NN> handling a littleJan Beulich8-167/+180
2019-12-27Make symbol_set_names a member functionChristian Biesinger14-81/+106
2019-12-27Automatic date update in version.inGDB Administrator1-1/+1
2019-12-26Add a NEWS entry for multithreaded symbol loadingChristian Biesinger2-0/+9
2019-12-26Avoid ubsan bug complaining about &p->fieldAlan Modra9-25/+44
2019-12-26ubsan: crx: index 5 out of bounds for type 'operand_desc const[5]'Alan Modra2-1/+6
2019-12-26ubsan: v850: left shift cannot be represented in type 'int'Alan Modra2-7/+12
2019-12-26asan: som: heap-buffer-overflowAlan Modra2-48/+69
2019-12-26Add profiling outputs to .gitignoreChristian Biesinger2-0/+7
2019-12-26pe_bfd_read_buildid memory leakHannes Domani2-0/+6
2019-12-26Automatic date update in version.inGDB Administrator1-1/+1
2019-12-26Fix printing ULONGEST variables on x86-32Ruslan Kabatsayev2-3/+10
2019-12-25Automatic date update in version.inGDB Administrator1-1/+1
2019-12-24ubsan: arm: shift exponent 32 is too large for 32-bit type 'unsigned int'Alan Modra2-3/+7
2019-12-24Automatic date update in version.inGDB Administrator1-1/+1
2019-12-23Fix compilation of Readline on mingw.org's MinGWEli Zaretskii2-0/+27
2019-12-23Fix build 32-bit-host build error last for last binutils/dwarf2.c change.Hans-Peter Nilsson2-1/+6
2019-12-23ppc: misc minor build correctionsJan Beulich3-8/+14
2019-12-23asan: vms-alpha: heap-buffer-overflowAlan Modra2-16/+49
2019-12-23ubsan: score: left shift of 2 by 31 places cannot be represented in type 'int'Alan Modra2-25/+28
2019-12-23ubsan: iq2000: left shift of negative valueAlan Modra4-2/+10
2019-12-23ubsan: d30v: left shift cannot be represented in type 'long long'Alan Modra2-17/+25
2019-12-23Revise sleb128 and uleb128 readerAlan Modra4-1065/+833
2019-12-23ubsan: wasm: shift is too large for 64-bit type 'bfd_vma'Alan Modra4-19/+43
2019-12-23Automatic date update in version.inGDB Administrator1-1/+1
2019-12-22Automatic date update in version.inGDB Administrator1-1/+1
2019-12-21Fix disabling of solib probes when LD_AUDITingGeorge Barrett2-1/+26
2019-12-21Fix whitespace in last change in top.cEli Zaretskii1-1/+1
2019-12-21Include xxHash support status in GDB configuration reportEli Zaretskii2-8/+21
2019-12-21Automatic date update in version.inGDB Administrator1-1/+1
2019-12-20Address Tom Tromey's comments on the CTF reader.Weimin Pan2-75/+75
2019-12-20sym-info-cmds.exp: add yet another missing quote in test nameSimon Marchi2-1/+6
2019-12-20sym-info-cmds.exp: add missing quote in test nameSimon Marchi2-1/+6
2019-12-20Use enum bitfield for the calling_convention attribute of a subroutineTankut Baris Aktemur3-4/+42
2019-12-20testsuite, cp: increase the coverage of testing pass-by-ref argumentsTankut Baris Aktemur5-86/+799
2019-12-20infcall: handle pass-by-reference arguments appropriatelyTankut Baris Aktemur2-3/+132
2019-12-20infcall, c++: collect more pass-by-reference informationTankut Baris Aktemur2-51/+248
2019-12-20infcall, c++: allow more info to be computed for pass-by-reference valuesTankut Baris Aktemur9-40/+131
2019-12-20gdb: recognize new DWARF attributes: defaulted, deleted, calling conv.Tankut Baris Aktemur4-1/+111
2019-12-20Don't call tui_show_source from tui_ui_outTom Tromey4-18/+8
2019-12-20Change tui_show_frame_info to return boolTom Tromey4-11/+16
2019-12-20Fix "list" command in the TUITom Tromey4-44/+106
2019-12-20Add observable to watch current source symtabTom Tromey4-37/+89
2019-12-20Use bool in tui_before_promptTom Tromey2-3/+8
2019-12-20Don't call set_current_source_symtab_and_line from TUITom Tromey2-7/+6
2019-12-20Change set_locator_info to take a symtab_and_lineTom Tromey3-38/+32