aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-0/+409
2020-01-13gdb: make regformats output a declaration for the init functionSimon Marchi1-0/+4
2020-01-13gdb: adjust remote-sim.c to multi-targetSimon Marchi1-0/+20
2020-01-12gdb: include gdb_wait.h in gdb_wait.cSimon Marchi1-0/+4
2020-01-12Remove last traces of discard_all_inferiorsPedro Alves1-0/+7
2020-01-11Make TUI borders respect "set style enabled"Tom Tromey1-0/+6
2020-01-10Switch the inferior before outputting its id in "info inferiors"Tankut Baris Aktemur1-0/+4
2020-01-10Switch the inferior too in switch_to_program_space_and_threadPedro Alves1-0/+12
2020-01-10Multi-target: NEWS and user manualPedro Alves1-0/+5
2020-01-10Require always-non-stop for multi-target resumptionsPedro Alves1-0/+9
2020-01-10Add "info connections" command, "info inferiors" connection number/stringPedro Alves1-0/+18
2020-01-10Revert 'Remove unused struct serial::name field'Pedro Alves1-0/+8
2020-01-10gdbarch-selftests.c: No longer error out if debugging somethingPedro Alves1-0/+5
2020-01-10Multi-target supportPedro Alves1-0/+419
2020-01-10Fix reconnecting to a gdbserver already debugging multiple processes, IIPedro Alves1-0/+6
2020-01-10Fix reconnecting to a gdbserver already debugging multiple processes, IPedro Alves1-0/+6
2020-01-10Avoid another inferior_ptid reference in gdb/remote.cTankut Baris Aktemur1-0/+9
2020-01-10Tweak handling of remote errors in response to resumption packetPedro Alves1-0/+6
2020-01-10Use all_non_exited_inferiors in infrun.cPedro Alves1-0/+4
2020-01-10tfile_target::close: trace_fd can't be -1Pedro Alves1-0/+5
2020-01-10Some get_last_target_status tweaksPedro Alves1-0/+24
2020-01-10switch inferior/thread before calling target methodsPedro Alves1-0/+20
2020-01-10Introduce switch_to_inferior_no_threadPedro Alves1-0/+9
2020-01-10Delete unnecessary code from kill_commandPedro Alves1-0/+4
2020-01-10Don't check target is running in remote_target::mourn_inferiorPedro Alves1-0/+5
2020-01-10Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves1-0/+28
2020-01-10exceptions.c:print_flush: Remove obsolete checkPedro Alves1-0/+4
2020-01-10Make "show remote exec-file" inferior-awarePedro Alves1-0/+5
2020-01-10Don't rely on inferior_ptid in record_full_waitPedro Alves1-0/+7
2020-01-10Preserve selected thread in all-stop w/ background executionPedro Alves1-0/+17
2020-01-10Fix handling of null stap semaphoresGeorge Barrett1-0/+7
2020-01-09gdb/tui: Link source and assembler scrolling .... againAndrew Burgess1-0/+6
2020-01-09gdb: Fix scrolling in TUITom Tromey1-0/+6
2020-01-09gdb/tui: Fix 'layout asm' before the inferior has startedAndrew Burgess1-0/+5
2020-01-09Don't define _FORTIFY_SOURCE on MinGWChristian Biesinger1-0/+4
2020-01-09Fix indentation in print_thread_info_1Simon Marchi1-0/+4
2020-01-09Fix memory leak of the demangled symbol nameChristian Biesinger1-0/+5
2020-01-08Change section_offsets to a std::vectorTom Tromey1-0/+76
2020-01-08Use std::string in dwarf2read.cTom Tromey1-0/+5
2020-01-08Use std::vector in abbrev_table_read_tableTom Tromey1-0/+5
2020-01-08Use unique_xmalloc_ptr in fixup_go_packagingTom Tromey1-0/+4
2020-01-08Remove some explicit memory management from dwarf2read.cTom Tromey1-0/+13
2020-01-07Add constructor to stap_static_probe_opsTom Tromey1-0/+5
2020-01-07Enable styling by default on CygwinJon Turney1-0/+4
2020-01-06gdb: Fix backtrace with disassemble-next-line onAndrew Burgess1-0/+5
2020-01-06Fix MinGW native compilation of gdb/gdbsupport/gdb_wait.cEli Zaretskii1-0/+5
2020-01-06GDB: Fix the overflow in addr/line_is_displayed()Shahab Vahedi1-0/+7
2020-01-06Mention the recent fix of $_exitsignal on MS-Windows in gdb/NEWSEli Zaretskii1-0/+4
2020-01-06Fix a crash with a malformed PE headerJon Turney1-0/+5
2020-01-06Fix a typo in gdb/windows-tdep.cEli Zaretskii1-0/+4