aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-06Downgrade addr2line fatal errors to non-fatalAlan Modra1-5/+14
2023-03-06Downgrade nm fatal errors to non-fatalAlan Modra1-24/+12
2023-03-06Move nm.c cached line number info to bfd usrdataAlan Modra1-85/+65
2023-03-06Correct objdump command line error handlingAlan Modra1-10/+15
2023-03-06Automatic date update in version.inGDB Administrator1-1/+1
2023-03-05Automatic date update in version.inGDB Administrator1-1/+1
2023-03-04Automatic date update in version.inGDB Administrator1-1/+1
2023-03-03gdb/testsuite: use `kill -FOO` instead of `kill -SIGFOO`Simon Marchi3-3/+3
2023-03-03[gdb/testsuite] Use set always-read-ctf on instead of --strip-debugTom de Vries7-13/+34
2023-03-03Update expected results in long_long.expTom Tromey1-2/+2
2023-03-03Prevent the ASCII linker script directive from generating huge amounts of pad...Nick Clifton2-1/+9
2023-03-03gdb/python: replace strlen call with std::string::size callAndrew Burgess1-1/+1
2023-03-03x86: use swap_2_operands() in build_vex_prefix()Jan Beulich1-17/+3
2023-03-03x86: drop redundant calculation of EVEX broadcast sizeJan Beulich1-3/+0
2023-03-03gas: default .debug section compression method adjustmentsJan Beulich1-2/+7
2023-03-03x86: avoid .byte in testcases where possibleJan Beulich4-220/+152
2023-03-03Tidy type handling in binutils/rdcoff.cAlan Modra1-80/+26
2023-03-03binutils coff type listAlan Modra1-18/+12
2023-03-03Automatic date update in version.inGDB Administrator1-1/+1
2023-03-02gdb: fix -Wmaybe-uninitialized warning in value.cSimon Marchi1-1/+1
2023-03-02Handle half-float in 'x' commandTom Tromey3-2/+51
2023-03-02Fix some value commentsTom Tromey2-1/+10
2023-03-02gdb: LoongArch: Add support for static data member in structHui Li1-0/+4
2023-03-02Don't write zeros to a gap in the output fileAlan Modra1-20/+6
2023-03-02[gdb/symtab] Add set/show always-read-ctf on/offTom de Vries6-1/+143
2023-03-01gdb: update some copyright years (2022 -> 2023)Simon Marchi37-37/+37
2023-03-02Automatic date update in version.inGDB Administrator1-1/+1
2023-03-01Use const for dwarf2_property_batonTom Tromey3-10/+10
2023-03-01Make gdb property batons type-safeTom Tromey2-13/+10
2023-03-02More bounds checking in macro_expandAlan Modra1-4/+4
2023-03-02Using .mri in assemblyAlan Modra1-7/+8
2023-03-01Fix type of check_valid_shift_count parameterTom Tromey1-1/+1
2023-03-01gdb: fix a whitespace issue in solib-rocm.cSimon Marchi1-1/+1
2023-03-01Fix typo with my email addressNick Clifton1-1/+1
2023-03-01Fix btrace regressionTom Tromey1-1/+1
2023-03-01[gdb/testsuite] Add another xfail case in gdb.python/py-record-btrace.expTom de Vries1-1/+19
2023-03-01Catch overflow in gas s_spaceAlan Modra1-11/+21
2023-03-01gas s_fill caused internal error in frag_newAlan Modra1-10/+20
2023-03-01Memory leak in gas do_repeatAlan Modra1-0/+1
2023-03-01Automatic date update in version.inGDB Administrator1-1/+1
2023-02-28gdb: add HtabPrinter to gdb-gdb.py.inSimon Marchi2-0/+34
2023-02-28[gdb/testsuite] Fix gdb.python/py-breakpoint.exp timeoutsTom de Vries2-2/+6
2023-02-28Remove value_inTom Tromey2-25/+0
2023-02-28[gdb/testsuite] Fix gdb.rust/watch.exp on ppc64leTom de Vries1-1/+1
2023-02-28gdb: fix mi breakpoint-deleted notifications for thread-specific b/pAndrew Burgess9-12/+709
2023-02-28gdb/testsuite: fix failure in gdb.mi/mi-pending.exp with extended-remoteAndrew Burgess2-14/+39
2023-02-28gdb/testsuite: introduce is_target_non_stop helper procAndrew Burgess6-36/+36
2023-02-28gdb/testsuite introduce foreach_mi_ui_mode helper procAndrew Burgess3-16/+46
2023-02-28gdb/testsuite: extend the use of mi_clean_restartAndrew Burgess7-33/+7
2023-02-28gdb/testsuite: make more use of mi-support.expAndrew Burgess2-5/+8