Age | Commit message (Expand) | Author | Files | Lines |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+1 |
2022-05-13 | Constify target_pid_to_exec_file | Tom Tromey | 1 | -1/+1 |
2022-04-18 | gdbsupport: make gdb_realpath_keepfile return an std::string | Simon Marchi | 1 | -1/+2 |
2022-03-31 | Remove dbx mode | Tom Tromey | 1 | -5/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -21/+21 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -1/+1 |
2022-01-26 | Always call the wrap_here method | Tom Tromey | 1 | -1/+1 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -1/+1 |
2022-01-18 | Move gdb_argv to gdbsupport | Tom Tromey | 1 | -0/+1 |
2022-01-05 | Use filtered output in ordinary commands | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Consistently Use ui_file parameter to show callbacks | Tom Tromey | 1 | -1/+1 |
2021-08-23 | [gdb] Fix 'not in executable format' error message | Tom de Vries | 1 | -5/+3 |
2021-08-03 | gdb: follow-fork: push target and add thread in target_follow_fork | Simon Marchi | 1 | -3/+3 |
2021-07-30 | Replace exception_print_same with operator!= | Tom Tromey | 1 | -1/+1 |
2021-06-28 | gdb: convert obj_section macros to methods | Simon Marchi | 1 | -2/+1 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -1/+1 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -2/+2 |
2021-03-23 | gdb: remove unpush_target free function | Simon Marchi | 1 | -1/+1 |
2021-02-24 | gdb: use std::string instead of a fixed size buffer | Andrew Burgess | 1 | -12/+6 |
2021-02-24 | gdb: move get_section_table from exec_target to dummy_target | Andrew Burgess | 1 | -8/+2 |
2021-02-24 | gdb: make the target_sections table private within program_space | Andrew Burgess | 1 | -16/+16 |
2021-02-24 | gdb: spread a little 'const' through the target_section_table code | Andrew Burgess | 1 | -5/+5 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -7/+7 |
2020-10-29 | Don't change current program space in exec_target::close | Tom Tromey | 1 | -3/+0 |
2020-10-29 | Change add_target_sections_of_objfile to method on program_space | Tom Tromey | 1 | -5/+4 |
2020-10-29 | Change add_target_sections to method on program_space | Tom Tromey | 1 | -9/+7 |
2020-10-29 | Change remove_target_sections to method on program_space | Tom Tromey | 1 | -12/+6 |
2020-10-29 | Change program_space::ebfd to a gdb_bfd_ref_ptr | Tom Tromey | 1 | -1/+1 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -17/+24 |
2020-10-29 | Remove current_target_sections macro | Tom Tromey | 1 | -9/+9 |
2020-10-29 | Remove exec_bfd_mtime define | Tom Tromey | 1 | -1/+1 |
2020-10-29 | Change exec_close to be a method on program_space | Tom Tromey | 1 | -26/+3 |
2020-10-29 | Remove exec_filename macro | Tom Tromey | 1 | -5/+6 |
2020-10-29 | Add target_section constructor | Tom Tromey | 1 | -12/+6 |
2020-10-22 | gdb: make target_ops::make_corefile_notes return a unique ptr | Simon Marchi | 1 | -2/+2 |
2020-10-12 | Change target_section_table to std::vector alias | Tom Tromey | 1 | -34/+29 |
2020-10-12 | Remove clear_section_table | Tom Tromey | 1 | -9/+1 |
2020-10-12 | Simplify add_target_sections_of_objfile | Tom Tromey | 1 | -13/+1 |
2020-10-12 | build_section_table cannot fail | Tom Tromey | 1 | -19/+9 |
2020-10-12 | Use a std::vector in target_section_table | Tom Tromey | 1 | -159/+88 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -1/+1 |
2020-09-19 | Use gdb_bfd_sections in build_section_table | Tom Tromey | 1 | -30/+20 |
2020-07-22 | section_table_xfer_memory: Replace section name with callback predicate | Kevin Buettner | 1 | -4/+4 |
2020-07-11 | Fine tune exec-file-mismatch help and documentation. | Philippe Waroquiers | 1 | -2/+6 |
2020-06-24 | Fixes PR 25475: ensure exec-file-mismatch "ask" always asks in case of mismatch. | Philippe Waroquiers | 1 | -1/+4 |
2020-06-21 | Ensure 'exec-file has changed' check has priority over 'exec-file-mismatch' c... | Philippe Waroquiers | 1 | -0/+8 |
2020-05-27 | Use errno value of first openp failure | Hannes Domani | 1 | -0/+3 |