Age | Commit message (Expand) | Author | Files | Lines |
2024-07-16 | gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN | Simon Marchi | 1 | -2/+1 |
2024-05-17 | Remove gdb_stdtargerr | Tom Tromey | 1 | -2/+2 |
2024-04-23 | gdb: move a bunch of quit-related things to event-top.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-15 | gdb: some int to bool conversion in remote-sim.c | Andrew Burgess | 1 | -10/+10 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -4/+2 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -42/+42 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -2/+2 |
2022-03-29 | Unify vprintf functions | Tom Tromey | 1 | -4/+4 |
2022-01-18 | Fix the remote-sim.c build | Tom Tromey | 1 | -0/+1 |
2022-01-05 | Use filtered output in files_info implementations | Tom Tromey | 1 | -2/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-22 | gdb: fix remote-sim.c build | Simon Marchi | 1 | -6/+3 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -2/+2 |
2021-10-04 | Fix remote-sim.c compilation | Tom Tromey | 1 | -3/+3 |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -4/+3 |
2021-05-14 | sim: create header namespace | Mike Frysinger | 1 | -2/+2 |
2021-03-24 | gdb: move all "current target" wrapper implementations to target.c | Simon Marchi | 1 | -2/+2 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -1/+1 |
2021-03-23 | gdb: remove unpush_target free function | Simon Marchi | 1 | -2/+2 |
2021-01-22 | gdb: move remote_debug to remote.{h,c} | Simon Marchi | 1 | -0/+1 |
2021-01-07 | gdb/sim: add support for exporting memory map | Mike Frysinger | 1 | -0/+18 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -7/+10 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -2/+3 |
2020-06-18 | Don't write to inferior_ptid in remote-sim.c | Pedro Alves | 1 | -5/+5 |
2020-02-11 | Remove some ui_file_* functions | Tom Tromey | 1 | -4/+4 |
2020-02-07 | Make fputs_unfiltered use fputs_maybe_filtered | Iain Buclaw | 1 | -1/+1 |
2020-02-07 | Make gdb_flush also flush the wrap buffer | Iain Buclaw | 1 | -2/+2 |
2020-02-04 | gdb/sim: Assert that the simulator ptid is not null_ptid | Andrew Burgess | 1 | -0/+1 |
2020-01-21 | gdb: remove uses of iterate_over_inferiors in remote-sim.c | Simon Marchi | 1 | -50/+28 |
2020-01-19 | sim: don't rely on inferior_ptid in gdbsim_target::wait | Simon Marchi | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-13 | gdb: adjust remote-sim.c to multi-target | Simon Marchi | 1 | -78/+71 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-26 | Remove simulator_command declaration, make static | Simon Marchi | 1 | -3/+1 |
2019-07-10 | Change remote-sim.c to use type-safe registry | Tom Tromey | 1 | -50/+29 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -4/+3 |
2019-03-06 | Fix remote-sim.c build after warn-unused-result change | Tom Tromey | 1 | -3/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | Convert default_child_has_foo functions to process_stratum_target methods | Pedro Alves | 1 | -9/+0 |
2018-11-30 | Introduce process_stratum_target | Pedro Alves | 1 | -3/+3 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -3/+0 |
2018-07-22 | Remove some unused variables | Simon Marchi | 1 | -3/+0 |
2018-07-16 | remote-sim.c: Remove unused variables | Simon Marchi | 1 | -6/+0 |