aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-03[gdb] Fix typosTom de Vries124-158/+158
2023-06-03[gdb/tdep] Fix typo in debug messageTom de Vries1-1/+1
2023-06-03[gdb/python] Fix doc string of valpy_const_valueTom de Vries1-1/+1
2023-06-03[gdb/guile] Fix doc string for value-optimized-out?Tom de Vries1-1/+1
2023-06-03[gdb/tui] Fix help text of show tui tab-widthTom de Vries1-1/+1
2023-06-03[gdb/cli] Fix help text of maint info target-sectionsTom de Vries1-1/+1
2023-06-03[gdb/cli] Fix help text of maint set ignore-prologue-end-flagTom de Vries1-1/+1
2023-06-03[gdb/compile] Fix typo in debug messageTom de Vries1-1/+1
2023-06-03[gdbserver] Fix typo in debug messageTom de Vries1-1/+1
2023-06-03[gdb/ada] Fix argument name misspellingTom de Vries1-10/+10
2023-06-03Re: loongarch readelf supportAlan Modra1-2/+3
2023-06-03Re: More ecoff sanity checksAlan Modra1-1/+18
2023-06-03Automatic date update in version.inGDB Administrator1-1/+1
2023-06-02[AArch64] Fix architecture debug version constant thinkosLuis Machado1-2/+2
2023-06-02Re: bfd_close and target free_cached_memoryAlan Modra1-1/+1
2023-06-02Re: More ecoff sanity checksAlan Modra1-2/+4
2023-06-02loongarch readelf supportAlan Modra1-29/+34
2023-06-02Minor objcopy optimisation for copy_relocations_in_sectionAlan Modra1-0/+2
2023-06-02Automatic date update in version.inGDB Administrator1-1/+1
2023-06-01libsframe: avoid using magic numberIndu Bhagat2-2/+5
2023-05-31libsframe: minor fixups in flip_fre related functionsIndu Bhagat1-7/+5
2023-06-01RISC-V: PR30449, Add lga assembler macro support.Jim Wilson5-2/+61
2023-06-01[PR ld/22263][PR ld/24676] RISC-V: Avoid spurious R_RISCV_NONE for TLS GD/IE.Nelson Chu1-13/+28
2023-06-01Harden PowerPC64 OPD handling against fuzzersAlan Modra1-27/+60
2023-06-01bfd_close and target free_cached_memoryAlan Modra3-15/+9
2023-06-01section_by_target_index memory leakAlan Modra4-7/+28
2023-06-01Remove BFD_FAIL in cpu-sh.cAlan Modra1-6/+0
2023-06-01Automatic date update in version.inGDB Administrator1-1/+1
2023-05-31gprofng: Fix -Wsign-compare warningVladimir Mezentsev1-1/+2
2023-05-31gprofng: 29470 The test suite should be made more flexibleVladimir Mezentsev17-119/+311
2023-05-31Improve MI -dprintf-insert documentationTom Tromey2-7/+12
2023-05-31Pass correct name to @value in gdb.texinfoTom Tromey1-2/+2
2023-05-31[gdb/testsuite] Fix gdb.tui/wrap-line.exp with --disable-tuiTom de Vries1-2/+4
2023-05-31[gdb/testsuite] Fix gdb.tui/pr30056.exp for native-extended-gdbserverTom de Vries1-0/+31
2023-05-31pe/coff - add support for base64 encoded long section namesTristan Gingold3-31/+152
2023-05-31Fix printf formating issues in elfxx-loongarch64.cNick Clifton1-5/+5
2023-05-31python, btrace: Fix some small formatting issues.Felix Willgerodt2-5/+6
2023-05-31[gdb/tui] Fix fingerprint for cmd-only layoutTom de Vries3-3/+13
2023-05-31Automatic date update in version.inGDB Administrator1-1/+1
2023-05-30gdb: add support for %V to printf commandAndrew Burgess7-11/+158
2023-05-30gdb: add interp::on_memory_changed methodSimon Marchi5-38/+52
2023-05-30gdb: add interp::on_param_changed methodSimon Marchi8-40/+35
2023-05-30gdb: add interp::on_breakpoint_modified methodSimon Marchi8-43/+58
2023-05-30gdb: add interp::on_breakpoint_deleted methodSimon Marchi5-22/+31
2023-05-30gdb: add interp::on_breakpoint_created methodSimon Marchi5-22/+33
2023-05-30gdb: add interp::on_tsv_modified methodSimon Marchi7-32/+30
2023-05-30gdb: add interp::on_tsv_deleted methodSimon Marchi7-29/+29
2023-05-30gdb: add interp::on_tsv_created methodSimon Marchi7-26/+26
2023-05-30gdb: add interp::on_traceframe_changed methodSimon Marchi7-32/+32
2023-05-30gdb: add interp::on_about_to_proceed methodSimon Marchi4-11/+19