deliverable/binutils-gdb.git
2019-12-28  Simon Marchi[PATCH] Adjust test gdb.ada/ptype_tagged_param.exp...
2019-12-28  GDB AdministratorAutomatic date update in version.in
2019-12-27  Tom TromeyRemove dead code from TUI
2019-12-27  Tom TromeyReorder an "if" in print_disassembly
2019-12-27  Tom TromeyChange tui_active to bool
2019-12-27  Tom TromeyRemove tui_gen_win_info::viewport_height
2019-12-27  Jan Beulichx86: adjust ignored prefix warning for branches
2019-12-27  Jan Beulichx86-64: correct / adjust prefix emission
2019-12-27  Jan Beulichx86-64: fix Intel64 handling of branch with data16...
2019-12-27  Jan Beulichx86: consolidate Disp<NN> handling a little
2019-12-27  Christian BiesingerMake symbol_set_names a member function
2019-12-27  Jenkins as... Merge branch 'master' into merge-job
2019-12-27  GDB AdministratorAutomatic date update in version.in
2019-12-26  Christian BiesingerAdd a NEWS entry for multithreaded symbol loading
2019-12-26  Alan ModraAvoid ubsan bug complaining about &p->field
2019-12-26  Alan Modraubsan: crx: index 5 out of bounds for type 'operand_des...
2019-12-26  Alan Modraubsan: v850: left shift cannot be represented in type...
2019-12-26  Alan Modraasan: som: heap-buffer-overflow
2019-12-26  Christian BiesingerAdd profiling outputs to .gitignore
2019-12-26  Jenkins as... Merge branch 'master' into merge-job
2019-12-26  Hannes Domanipe_bfd_read_buildid memory leak
2019-12-26  GDB AdministratorAutomatic date update in version.in
2019-12-25  Ruslan KabatsayevFix printing ULONGEST variables on x86-32
2019-12-25  Jenkins as... Merge branch 'master' into merge-job
2019-12-25  GDB AdministratorAutomatic date update in version.in
2019-12-24  Jenkins as... Merge branch 'master' into merge-job
2019-12-24  Alan Modraubsan: arm: shift exponent 32 is too large for 32-bit...
2019-12-24  GDB AdministratorAutomatic date update in version.in
2019-12-23  Eli ZaretskiiFix compilation of Readline on mingw.org's MinGW
2019-12-23  Hans-Peter... Fix build 32-bit-host build error last for last binutil...
2019-12-23  Jan Beulichppc: misc minor build corrections
2019-12-23  Alan Modraasan: vms-alpha: heap-buffer-overflow
2019-12-23  Alan Modraubsan: score: left shift of 2 by 31 places cannot be...
2019-12-23  Alan Modraubsan: iq2000: left shift of negative value
2019-12-23  Alan Modraubsan: d30v: left shift cannot be represented in type...
2019-12-23  Alan ModraRevise sleb128 and uleb128 reader
2019-12-23  Alan Modraubsan: wasm: shift is too large for 64-bit type 'bfd_vma'
2019-12-23  Jenkins as... Merge branch 'master' into merge-job
2019-12-23  GDB AdministratorAutomatic date update in version.in
2019-12-22  Laurent MorichettiFix test failures (arch not recognized)
2019-12-22  Laurent MorichettiFix gdb.base/all-architectures-2.exp failures
2019-12-22  Laurent MorichettiFix test failures (timeout)
2019-12-22  Laurent MorichettiMerge "Rename ROCm Threads AMDGPU Threads" into amd...
2019-12-22  Jenkins as... Merge branch 'master' into merge-job
2019-12-22  Laurent MorichettiRename ROCm Threads AMDGPU Threads
2019-12-22  GDB AdministratorAutomatic date update in version.in
2019-12-21  George BarrettFix disabling of solib probes when LD_AUDITing
2019-12-21  Eli ZaretskiiFix whitespace in last change in top.c
2019-12-21  Eli ZaretskiiInclude xxHash support status in GDB configuration...
2019-12-21  Jenkins as... Merge branch 'master' into merge-job
2019-12-21  GDB AdministratorAutomatic date update in version.in
2019-12-20  Weimin PanAddress Tom Tromey's comments on the CTF reader.
2019-12-20  Simon Marchisym-info-cmds.exp: add yet another missing quote in...
2019-12-20  Simon Marchisym-info-cmds.exp: add missing quote in test name
2019-12-20  Tankut Baris... Use enum bitfield for the calling_convention attribute...
2019-12-20  Tankut Baris... testsuite, cp: increase the coverage of testing pass...
2019-12-20  Tankut Baris... infcall: handle pass-by-reference arguments appropriately
2019-12-20  Tankut Baris... infcall, c++: collect more pass-by-reference information
2019-12-20  Tankut Baris... infcall, c++: allow more info to be computed for pass...
2019-12-20  Tankut Baris... gdb: recognize new DWARF attributes: defaulted, deleted...
2019-12-20  Tom TromeyDon't call tui_show_source from tui_ui_out
2019-12-20  Tom TromeyChange tui_show_frame_info to return bool
2019-12-20  Tom TromeyFix "list" command in the TUI
2019-12-20  Tom TromeyAdd observable to watch current source symtab
2019-12-20  Tom TromeyUse bool in tui_before_prompt
2019-12-20  Tom TromeyDon't call set_current_source_symtab_and_line from TUI
2019-12-20  Tom TromeyChange set_locator_info to take a symtab_and_line
2019-12-20  Tom TromeyRemove a call to update_exec_info
2019-12-20  Tom TromeyDisplay "main" on initial TUI startup
2019-12-20  Tom TromeyReimplement tui_get_begin_asm_address
2019-12-20  Tom TromeySimplify tui_update_source_windows_with_line
2019-12-20  Tom TromeySimplify tui_update_source_windows_with_addr
2019-12-20  Tom TromeyUse symtab_and_line when updating TUI windows
2019-12-20  Tom TromeyUse start_line_or_addr in TUI windows
2019-12-20  Tom TromeyChange tui_source_window_base::set_contents to return...
2019-12-20  Tom TromeyRemove tui_source_window::show_symtab_source
2019-12-20  Tom TromeyRemove tui_show_disassem
2019-12-20  Tom TromeyRemove some unnecessary focus switches
2019-12-20  Tom TromeySimplify tui_source_window_base::maybe_update method
2019-12-20  Tom TromeyRemove some TUI asserts
2019-12-20  Tom TromeyRemove tui_show_disassem_and_update_source
2019-12-20  Tom TromeyRemove parameters from tui_show_source
2019-12-20  Tom TromeyChange tui_update_locator_fullname to take a symtab
2019-12-20  Tom TromeyMake isearch change readline prompt in TUI
2019-12-20  Alan ModraPR25281, sh disassembler abort
2019-12-20  Alan Modraubsan: or1k: left shift of negative value
2019-12-20  Jenkins as... Merge branch 'master' into merge-job
2019-12-20  Alan Modraubsan: xtensa: left shift cannot be represented in...
2019-12-20  Alan Modraubsan: hppa: left shift of negative value
2019-12-20  Alan Modraubsan: m68hc1x: left shift of negative value
2019-12-20  Alan Modrabfd_check_format memory leak
2019-12-20  Alan Modracoff-alpha memory leak
2019-12-20  GDB AdministratorAutomatic date update in version.in
2019-12-19  Christian BiesingerConsistently quote variables used with "test"
2019-12-19  Bernd EdlingerFix build with GNU Make 3.81
2019-12-19  Christian BiesingerMake the literal argument to pow a double, not an integer
2019-12-19  Christian BiesingerCast the log10 argument to double to disambiguate it
2019-12-19  Christian BiesingerRename "sun" variable to avoid conflicts on Solaris
2019-12-19  Tom TromeyAdd install-strip to sim/
2019-12-19  Tom TromeyFix comment in field_kind
next
This page took 0.040913 seconds and 4 git commands to generate.