Make "file" clear TUI source window
[binutils-gdb.git] / gdb /
2020-01-19 Tom TromeyMake "file" clear TUI source window
2020-01-19 Simon Marchigdb/linux-fork: simplify one_fork_p
2020-01-17 Simon Marchigdb: remove uses of iterate_over_inferiors in top.c
2020-01-17 Simon Marchigdb: remove uses of iterate_over_inferiors in mi/mi...
2020-01-17 Simon Marchigdb: remove use of iterate_over_inferiors in mi/mi...
2020-01-17 Simon Marchigdb: remove use of iterate_over_inferiors in py-inferior.c
2020-01-16 Christian BiesingerFix some spelling errors.
2020-01-16 Hannes DomaniAdd type for $_tlb->process_environment_block->process_...
2020-01-16 Pedro AlvesEnsure proc-service symbols have default visibility...
2020-01-16 Pedro Alves[gdb] Move ChangeLog entries to their right files
2020-01-16 Nitika AchraSupport for DWARF5 location lists entries
2020-01-15 Simon MarchiUse get_thread_regcache instead of get_current_regcache...
2020-01-15 Tom TromeyFix valgrind error from gdb.decode_line
2020-01-14 Tom TromeyDon't link gdb twice against libiberty
2020-01-14 Tom TromeyRemove use of <config.h> from gdb/nat/
2020-01-14 Tom TromeyMove many configure checks to common.m4
2020-01-14 Tom TromeyMove gdbsupport to the top level
2020-01-14 Tom TromeyConsolidate definition of USE_WIN32API
2020-01-14 Tom TromeyFix indentation in common.m4
2020-01-14 Bernd EdlingerMake skip without argument skip the current inline...
2020-01-14 Luis MachadoFix/Update misc comments
2020-01-13 Andrew Burgessgdb: Handle malformed ELF, symbols in non-allocatable...
2020-01-13 Andrew Burgessgdb/testsuite: Allow DWARF assembler to create multiple...
2020-01-13 Ali TamurDwarf 5: Handle debug_str_offsets and indexed attribute...
2020-01-13 Simon Marchigdb: use gdb::byte_vector instead of std::vector<char...
2020-01-13 Andrew Burgessgdb/tui: Place window titles in the center of the border
2020-01-13 Simon Marchigdb: use std::vector instead of alloca in core_target...
2020-01-13 Simon Marchigdbserver: remove rule for files from regformats/i386
2020-01-13 Simon MarchiEnable -Wmissing-declarations diagnostic
2020-01-13 Simon Marchigdbserver: set IP_AGENT_EXPORT_FUNC to static when...
2020-01-13 Simon Marchigdbserver: make some functions static in linux-x86...
2020-01-13 Simon Marchigdbserver: include gdbsupport/common-inferior.h in...
2020-01-13 Simon Marchigdbserver: include hostio.h in hostio-errno.c
2020-01-13 Simon Marchigdb: add declaration to Python init function
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-13 Simon Marchigdb: make regformats output a declaration for the init...
2020-01-13 Simon Marchigdbserver: fix Makefile dependency of regformat-generat...
2020-01-13 Simon Marchigdb: adjust remote-sim.c to multi-target
2020-01-12 Simon Marchigdb: include gdb_wait.h in gdb_wait.c
2020-01-12 Simon Marchigdbserver: include linux-arm-tdesc.h in linux-arm-tdesc.c
2020-01-12 Simon Marchigdbserver: make aarch64_write_goto_address static
2020-01-12 Simon Marchigdbserver: include aarch32/aarch64 header file in corre...
2020-01-12 Pedro AlvesRemove last traces of discard_all_inferiors
2020-01-11 Tom TromeyMake TUI borders respect "set style enabled"
2020-01-10 Tankut Baris AktemurSwitch the inferior before outputting its id in "info...
2020-01-10 Pedro AlvesSwitch the inferior too in switch_to_program_space_and_...
2020-01-10 Pedro AlvesMulti-target: NEWS and user manual
2020-01-10 Pedro AlvesRequire always-non-stop for multi-target resumptions
2020-01-10 Pedro AlvesAdd "info connections" command, "info inferiors" connec...
2020-01-10 Pedro AlvesRevert 'Remove unused struct serial::name field'
2020-01-10 Pedro Alvesgdbarch-selftests.c: No longer error out if debugging...
2020-01-10 Pedro AlvesAdd multi-target tests
2020-01-10 Pedro AlvesMulti-target support
2020-01-10 Pedro AlvesFix reconnecting to a gdbserver already debugging multi...
2020-01-10 Pedro AlvesFix reconnecting to a gdbserver already debugging multi...
2020-01-10 Tankut Baris AktemurAvoid another inferior_ptid reference in gdb/remote.c
2020-01-10 Pedro AlvesTweak handling of remote errors in response to resumpti...
2020-01-10 Pedro AlvesUse all_non_exited_inferiors in infrun.c
2020-01-10 Pedro Alvestfile_target::close: trace_fd can't be -1
2020-01-10 Pedro AlvesSome get_last_target_status tweaks
2020-01-10 Pedro Alvesswitch inferior/thread before calling target methods
2020-01-10 Pedro AlvesIntroduce switch_to_inferior_no_thread
2020-01-10 Pedro AlvesDelete unnecessary code from kill_command
2020-01-10 Pedro AlvesDon't check target is running in remote_target::mourn_i...
2020-01-10 Pedro AlvesMake target_ops::has_execution take an 'inferior *...
2020-01-10 Pedro Alvesexceptions.c:print_flush: Remove obsolete check
2020-01-10 Pedro AlvesMake "show remote exec-file" inferior-aware
2020-01-10 Pedro AlvesDon't rely on inferior_ptid in record_full_wait
2020-01-10 Pedro AlvesPreserve selected thread in all-stop w/ background...
2020-01-10 George BarrettFix handling of null stap semaphores
2020-01-10 George Barrettgdb/testsuite/gdb.base/stap-probe: Minor clean-up
2020-01-09 Andrew Burgessgdb/tui: Link source and assembler scrolling .... again
2020-01-09 Tom Tromeygdb: Fix scrolling in TUI
2020-01-09 Andrew Burgessgdb/tui: Fix 'layout asm' before the inferior has started
2020-01-09 Andrew Burgessgdb/testsuite/tui: Introduce check_box_contents
2020-01-09 Andrew Burgessgdb/testsuite/tui: Split enter_tui into two procs
2020-01-09 Andrew Burgessgdb/testsuite/tui: Always dump_screen when asked
2020-01-09 Andrew Burgessgdb/testsuite: Fix race condition in gdb.base/skip.exp
2020-01-09 Christian BiesingerDon't define _FORTIFY_SOURCE on MinGW
2020-01-09 Simon MarchiFix indentation in print_thread_info_1
2020-01-09 Christian BiesingerFix memory leak of the demangled symbol name
2020-01-08 Tom TromeyChange section_offsets to a std::vector
2020-01-08 Tom TromeyUse std::string in dwarf2read.c
2020-01-08 Tom TromeyUse std::vector in abbrev_table_read_table
2020-01-08 Tom TromeyUse unique_xmalloc_ptr in fixup_go_packaging
2020-01-08 Tom TromeyRemove some explicit memory management from dwarf2read.c
2020-01-07 Tom TromeyAdd constructor to stap_static_probe_ops
2020-01-07 Jon TurneyEnable styling by default on Cygwin
2020-01-06 Andrew Burgessgdb: Fix backtrace with disassemble-next-line on
2020-01-06 Eli ZaretskiiFix MinGW native compilation of gdb/gdbsupport/gdb_wait.c
2020-01-06 Shahab VahediGDB: Fix the overflow in addr/line_is_displayed()
2020-01-06 Eli ZaretskiiMention the recent fix of $_exitsignal on MS-Windows...
2020-01-06 Jon TurneyFix a crash with a malformed PE header
2020-01-06 Eli ZaretskiiFix a typo in gdb/windows-tdep.c
2020-01-06 Hannes DomaniFix search in TUI
2020-01-06 Shahab VahediGDB: Remove trailing spaces in tui-disasm.c
2020-01-06 Eli ZaretskiiImprove process exit status macros on MinGW
2020-01-05 Andrew Burgessgdb: use tui_set_layout not show_layout to fix window...
2020-01-05 Luis Machado[AArch64] Fix erroneous use of spu architecture bfd
2020-01-03 Philippe WaroquiersEnsure GDB warnings are styled.
next