aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-01-09Avoid crash in compile_to_objectTom Tromey2-1/+9
2021-01-09Remove a use of print_expressionTom Tromey3-10/+16
2021-01-09Fix erroneous agent expression testTom Tromey2-1/+5
2021-01-08Pass void_context_p to parse_expressionTom Tromey9-9/+156
2021-01-08gdb: check for empty strings in get_standard_cache_dir/get_standard_config_dirSimon Marchi2-0/+77
2021-01-08gdb: add missing test for completion of invalid /FMT stringsAndrew Burgess2-0/+9
2021-01-08gdb: user variables with components of dynamic typeAndrew Burgess5-2/+174
2021-01-08[gdb] Fix internal-error in process_event_stop_testTom de Vries2-65/+110
2021-01-08gdb/fortran: Correct the lval type for array elements of internal varsAndrew Burgess5-5/+97
2021-01-07gdb/sim: add support for exporting memory mapMike Frysinger2-0/+24
2021-01-07Fix regression in Ada do_full_matchTom Tromey2-2/+12
2021-01-07Fix regression in Ada aggregate assignmentTom Tromey4-1/+13
2021-01-06Fix fixed-point binary operation type handlingTom Tromey9-60/+152
2021-01-06gdb/testsuite: fix race in gdb.threads/signal-while-stepping-over-bp-other-th...Simon Marchi3-3/+28
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