summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Pass void_context_p to parse_expressionTom Tromey2021-01-089-9/+156
* gdb: check for empty strings in get_standard_cache_dir/get_standard_config_dirSimon Marchi2021-01-082-0/+77
* gdb: add missing test for completion of invalid /FMT stringsAndrew Burgess2021-01-082-0/+9
* gdb: user variables with components of dynamic typeAndrew Burgess2021-01-085-2/+174
* [gdb] Fix internal-error in process_event_stop_testTom de Vries2021-01-082-65/+110
* gdb/fortran: Correct the lval type for array elements of internal varsAndrew Burgess2021-01-085-5/+97
* gdb/sim: add support for exporting memory mapMike Frysinger2021-01-072-0/+24
* Fix regression in Ada do_full_matchTom Tromey2021-01-072-2/+12
* Fix regression in Ada aggregate assignmentTom Tromey2021-01-074-1/+13
* Fix fixed-point binary operation type handlingTom Tromey2021-01-069-60/+152
* gdb/testsuite: fix race in gdb.threads/signal-while-stepping-over-bp-other-th...Simon Marchi2021-01-063-3/+28
* Prevent flickering when redrawing the TUI source windowHannes Domani2021-01-052-1/+8
* Redraw both spaces between line numbers and source codeHannes Domani2021-01-052-1/+8
* Fix TUI source window drawingHannes Domani2021-01-052-2/+11
* gdb: bfin: use align helperMike Frysinger2021-01-042-3/+8
* [gdb/symtab] Remove superfluous end-of-sequence markerTom de Vries2021-01-044-2/+110
* gdb: introduce scoped debug printsSimon Marchi2021-01-049-10/+65
* gdb: use infrun_debug_printf in print_target_wait_resultsSimon Marchi2021-01-042-25/+15
* gdb: make "set debug timestamp" work nice with new debug printoutsSimon Marchi2021-01-042-15/+24
* gdb/testsuite: avoid reading files through the remote protocol in gdb.server/...Simon Marchi2021-01-0418-48/+208
* gdb/testsuite: use clean_restart in gdb.server/server-run.expSimon Marchi2021-01-042-4/+5
* gdb/testsuite: use clean_restart in gdb.server/ext-run.expSimon Marchi2021-01-042-7/+7
* gdb/testsuite: use build_executable in gdb.server/stop-reply-no-thread.expSimon Marchi2021-01-042-1/+6
* gdb/testsuite: use clean_restart in gdb.server/solib-list.expSimon Marchi2021-01-042-6/+5
* [gdb/testsuite] Don't require gold for gdb.base/morestack.expTom de Vries2021-01-043-11/+7
* Refactor struct trad_frame_saved_regsLuis Machado2021-01-0437-403/+555
* gdb: fix typos in comments in target-float.cSimon Marchi2021-01-022-2/+6
* Fix pretty printer of main_type.flds_bnds.boundsHannes Domani2021-01-022-5/+10
* Manual updates of copyright year range not covered by gdb/copyright.pyJoel Brobecker2021-01-015-5/+13
* Update copyright year range in all GDB filesJoel Brobecker2021-01-015433-5432/+5436
* gdb/copyright.py: Also update sources in "gdbserver" and "gdbsupport"Joel Brobecker2021-01-012-1/+8
* Update copyright year in version message for gdb, gdbserver and gdbreplayJoel Brobecker2021-01-012-1/+5
* Rotate gdb/ChangeLogJoel Brobecker2021-01-013-18741/+18755
* Update gdb.rust tests for Rust 1.49Tom Tromey2020-12-312-4/+14
* Fix passing debug options for gccBernd Edlinger2020-12-312-1/+5
* gdb/testsuite: de-duplicate test names in gdb.python/py-frame-args.expSimon Marchi2020-12-302-22/+30
* Fix wrong method nameHannes Domani2020-12-292-1/+5
* Simplify MULTI_SUBSCRIPT implementationTom Tromey2020-12-272-29/+12
* gdb: avoid resolving dynamic properties for non-allocated arraysAndrew Burgess2020-12-247-24/+240
* gdb: include allocated/associated properties in 'maint print type'Andrew Burgess2020-12-242-0/+23
* gdb/gdbtypes.h: Fix comparison of uninitialized valuesLancelot SIX2020-12-242-3/+10
* Clarify language for the '?' packetAlex Bennée2020-12-232-3/+8
* gdb: remove some uses of LA_PRINT_STRINGAndrew Burgess2020-12-236-21/+33
* gdb: move rust_language into rust-lang.hAndrew Burgess2020-12-234-281/+346
* gdb/objc: fix bug in objc_language::opcode_print_tableAndrew Burgess2020-12-232-1/+6
* gdb: move pascal_language into p-lang.hAndrew Burgess2020-12-236-436/+506
* gdb: move go_language class declaration into header fileAndrew Burgess2020-12-237-140/+161
* gdb: remove LA_EMIT_CHAR macroAndrew Burgess2020-12-235-5/+12
* gdb: rename c_printchar as language_defn::printcharAndrew Burgess2020-12-234-12/+12
* gdb: avoid accessing global C++ language implementation functionsAndrew Burgess2020-12-232-3/+9