Age | Commit message (Expand) | Author | Files | Lines |
2022-02-06 | gdb: remove SYMTAB_OBJFILE macro | Simon Marchi | 16 | -39/+45 |
2022-02-06 | gdb: remove SYMTAB_BLOCKVECTOR macro | Simon Marchi | 14 | -26/+32 |
2022-02-06 | gdb: remove SYMTAB_LANGUAGE macro, add getter/setter | Simon Marchi | 11 | -22/+33 |
2022-02-06 | gdb: remove SYMTAB_LINETABLE macro, add getter/setter | Simon Marchi | 11 | -57/+64 |
2022-02-06 | gdb: remove SYMTAB_COMPUNIT macro, add getter/setter | Simon Marchi | 13 | -27/+37 |
2022-02-06 | gdb: remove COMPUNIT_MACRO_TABLE macro, add getter/setter | Simon Marchi | 5 | -9/+17 |
2022-02-06 | gdb: remove COMPUNIT_EPILOGUE_UNWIND_VALID macro, add getter/setter | Simon Marchi | 4 | -5/+14 |
2022-02-06 | gdb: remove COMPUNIT_LOCATIONS_VALID macro, add getter/setter | Simon Marchi | 3 | -5/+14 |
2022-02-06 | gdb: remove COMPUNIT_BLOCK_LINE_SECTION macro, add getter/setter | Simon Marchi | 6 | -8/+17 |
2022-02-06 | gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setter | Simon Marchi | 15 | -39/+48 |
2022-02-06 | gdb: remove COMPUNIT_DIRNAME macro, add getter/setter | Simon Marchi | 7 | -14/+21 |
2022-02-06 | gdb: remove COMPUNIT_PRODUCER macro, add getter/setter | Simon Marchi | 10 | -25/+33 |
2022-02-06 | gdb: remove COMPUNIT_DEBUGFORMAT macro, add getter/setter | Simon Marchi | 8 | -9/+18 |
2022-02-06 | gdb: remove COMPUNIT_FILETABS macro | Simon Marchi | 7 | -24/+24 |
2022-02-06 | gdb: move compunit_filetabs to compunit_symtab::filetabs | Simon Marchi | 7 | -41/+39 |
2022-02-06 | gdb: add compunit_symtab::set_primary_filetab method | Simon Marchi | 3 | -22/+36 |
2022-02-06 | gdb: add compunit_symtab::add_filetab method | Simon Marchi | 2 | -10/+15 |
2022-02-06 | gdb: rename compunit_primary_filetab to compunit_symtab::primary_filetab | Simon Marchi | 7 | -17/+15 |
2022-02-06 | gdb: remove COMPUNIT_OBJFILE macro | Simon Marchi | 7 | -14/+13 |
2022-02-06 | gdb: add getter/setter for compunit_symtab::objfile | Simon Marchi | 4 | -8/+18 |
2022-02-06 | Allow non-ASCII characters in Rust identifiers | Tom Tromey | 3 | -18/+129 |
2022-02-06 | Fix Rust parser bug with function fields | Tom Tromey | 4 | -1/+105 |
2022-02-06 | gdb/doc: update docs for 'info win' and 'winheight' commands | Andrew Burgess | 1 | -6/+7 |
2022-02-06 | gdb/tui: add window width information to 'info win' output | Andrew Burgess | 3 | -1/+68 |
2022-02-04 | gdb: include jit_code_entry::symfile_addr value in names of objfiles created ... | Simon Marchi | 2 | -16/+29 |
2022-02-04 | Improve Ada unchecked union type printing | Tom Tromey | 3 | -29/+42 |
2022-02-04 | Remove host_hex_value | Tom Tromey | 6 | -27/+8 |
2022-02-03 | testsuite: fix failure in gdb.threads/killed-outside.exp | Tankut Baris Aktemur | 1 | -2/+2 |
2022-02-02 | gdb: fix formatting for help set/show extended-prompt | Andrew Burgess | 1 | -3/+2 |
2022-02-02 | gdb: test to check one aspect of the linespec parsing code | Andrew Burgess | 2 | -0/+10 |
2022-02-02 | gdb: handle calls to edit command passing only a linespec condition | Andrew Burgess | 2 | -13/+20 |
2022-02-02 | gdb: handle calls to list command passing only a linespec condition | Andrew Burgess | 2 | -0/+24 |
2022-02-02 | gdb/testsuite: move linespec test into gdb.linespec/ directory | Andrew Burgess | 1 | -1/+1 |
2022-02-02 | gdb: add empty string check in parse_linespec | Andrew Burgess | 1 | -7/+7 |
2022-02-02 | gdb: update the comment on string_to_event_location | Andrew Burgess | 1 | -5/+4 |
2022-02-01 | Fix flex rule in gdb | Tom Tromey | 1 | -14/+13 |
2022-02-01 | gdb, btrace: improve error messages | Markus Metzger | 1 | -2/+19 |
2022-02-01 | gdb/python: fix gdb.Objfile.__repr__ () for dynamically compiled code | Jan Vrany | 2 | -1/+11 |
2022-02-01 | hurd: Fix RPC prototypes | Samuel Thibault | 1 | -9/+9 |
2022-01-31 | hurd: Fix RPC link names | Samuel Thibault | 1 | -1/+1 |
2022-01-31 | gdb: fix some clang-tidy readability-misleading-indentation warnings | Simon Marchi | 7 | -15/+15 |
2022-01-31 | gdb, testsuite, fortran: adapt info symbol expected output for intel compilers | Nils-Christian Kempke | 1 | -2/+27 |
2022-01-30 | Remove unused variables in fbsd-tdep.c files | Tom Tromey | 2 | -4/+0 |
2022-01-28 | gdb: fix ppc-sysv-tdep.c build on 32-bit platforms | John Baldwin | 1 | -1/+2 |
2022-01-28 | FreeBSD x86 nat: Use register maps for GP register sets. | John Baldwin | 10 | -263/+457 |
2022-01-28 | fbsd-nat: Return a bool from fetch_register_set and store_register_set. | John Baldwin | 2 | -11/+18 |
2022-01-28 | FreeBSD x86: Use tramp-frame for signal frames. | John Baldwin | 6 | -228/+266 |
2022-01-28 | Use register maps for gp regsets on FreeBSD/x86 core dumps. | John Baldwin | 2 | -60/+87 |
2022-01-28 | regcache: Zero-extend small registers described by a register map. | John Baldwin | 1 | -1/+6 |
2022-01-28 | FreeBSD x86: Remove fallback for detecting signal trampolines by address. | John Baldwin | 6 | -72/+0 |