aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-01-05Prevent flickering when redrawing the TUI source windowHannes Domani2-1/+8
2021-01-05Redraw both spaces between line numbers and source codeHannes Domani2-1/+8
2021-01-05Fix TUI source window drawingHannes Domani2-2/+11
2021-01-04gdb: bfin: use align helperMike Frysinger2-3/+8
2021-01-04[gdb/symtab] Remove superfluous end-of-sequence markerTom de Vries4-2/+110
2021-01-04gdb: introduce scoped debug printsSimon Marchi9-10/+65
2021-01-04gdb: use infrun_debug_printf in print_target_wait_resultsSimon Marchi2-25/+15
2021-01-04gdb: make "set debug timestamp" work nice with new debug printoutsSimon Marchi2-15/+24
2021-01-04gdb/testsuite: avoid reading files through the remote protocol in gdb.server/...Simon Marchi18-48/+208
2021-01-04gdb/testsuite: use clean_restart in gdb.server/server-run.expSimon Marchi2-4/+5
2021-01-04gdb/testsuite: use clean_restart in gdb.server/ext-run.expSimon Marchi2-7/+7
2021-01-04gdb/testsuite: use build_executable in gdb.server/stop-reply-no-thread.expSimon Marchi2-1/+6
2021-01-04gdb/testsuite: use clean_restart in gdb.server/solib-list.expSimon Marchi2-6/+5
2021-01-04[gdb/testsuite] Don't require gold for gdb.base/morestack.expTom de Vries3-11/+7
2021-01-04Refactor struct trad_frame_saved_regsLuis Machado37-403/+555
2021-01-02gdb: fix typos in comments in target-float.cSimon Marchi2-2/+6
2021-01-02Fix pretty printer of main_type.flds_bnds.boundsHannes Domani2-5/+10
2021-01-01Manual updates of copyright year range not covered by gdb/copyright.pyJoel Brobecker5-5/+13
2021-01-01Update copyright year range in all GDB filesJoel Brobecker5433-5432/+5436
2021-01-01gdb/copyright.py: Also update sources in "gdbserver" and "gdbsupport"Joel Brobecker2-1/+8
2021-01-01Update copyright year in version message for gdb, gdbserver and gdbreplayJoel Brobecker2-1/+5
2021-01-01Rotate gdb/ChangeLogJoel Brobecker3-18741/+18755
2020-12-31Update gdb.rust tests for Rust 1.49Tom Tromey2-4/+14
2020-12-31Fix passing debug options for gccBernd Edlinger2-1/+5
2020-12-30gdb/testsuite: de-duplicate test names in gdb.python/py-frame-args.expSimon Marchi2-22/+30
2020-12-29Fix wrong method nameHannes Domani2-1/+5
2020-12-27Simplify MULTI_SUBSCRIPT implementationTom Tromey2-29/+12
2020-12-24gdb: avoid resolving dynamic properties for non-allocated arraysAndrew Burgess7-24/+240
2020-12-24gdb: include allocated/associated properties in 'maint print type'Andrew Burgess2-0/+23
2020-12-24gdb/gdbtypes.h: Fix comparison of uninitialized valuesLancelot SIX2-3/+10
2020-12-23Clarify language for the '?' packetAlex Bennée2-3/+8
2020-12-23gdb: remove some uses of LA_PRINT_STRINGAndrew Burgess6-21/+33
2020-12-23gdb: move rust_language into rust-lang.hAndrew Burgess4-281/+346
2020-12-23gdb/objc: fix bug in objc_language::opcode_print_tableAndrew Burgess2-1/+6
2020-12-23gdb: move pascal_language into p-lang.hAndrew Burgess6-436/+506
2020-12-23gdb: move go_language class declaration into header fileAndrew Burgess7-140/+161
2020-12-23gdb: remove LA_EMIT_CHAR macroAndrew Burgess5-5/+12
2020-12-23gdb: rename c_printchar as language_defn::printcharAndrew Burgess4-12/+12
2020-12-23gdb: avoid accessing global C++ language implementation functionsAndrew Burgess2-3/+9
2020-12-23gdb: delete unused function print_char_charsAndrew Burgess3-40/+5
2020-12-23Add myself to gdb/MAINTAINERSSamuel Thibault2-0/+3
2020-12-23hurd: Add changelog for dca11eb872c9Samuel Thibault1-0/+8
2020-12-23hurd: Fix getting VM_MIN/MAX_ADDRESSSamuel Thibault1-0/+1
2020-12-23Remove trailing white spaces in gdb/frame.{c,h}Shahab Vahedi3-8/+13
2020-12-22arc: Make variable name in comments uppercaseShahab Vahedi2-2/+6
2020-12-22gdb: Add native support for ARC in GNU/LinuxAnton Kolesov5-0/+335
2020-12-22arc: Take into account the REGNUM in supply/collect gdb hooksShahab Vahedi2-9/+38
2020-12-22arc: Add support for signal frames for Linux targetsAnton Kolesov2-0/+188
2020-12-22arc: Add support for signal handlersAnton Kolesov3-0/+147
2020-12-21Move enum noside earlier in expression.hTom Tromey2-22/+26