aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-01-10Introduce class psymtab_storageTom Tromey11-145/+273
2019-01-10Change symbol_set_names to take an objfile_per_bfd_storageTom Tromey4-6/+17
2019-01-10Change create_demangled_names_hash to take an objfile_per_bfd_storageTom Tromey2-3/+9
2019-01-10Simplify calls to init_psymbol_listTom Tromey6-25/+34
2019-01-10Change add_psymbol_to_list to use an enumTom Tromey7-62/+81
2019-01-10Remove parameters from start_psymtab_commonTom Tromey7-35/+28
2019-01-10Remove some unneeded psymtab initializationsTom Tromey6-22/+19
2019-01-10Move some declarations to mdebugread.hTom Tromey5-10/+21
2019-01-09Remove ALL_OBJFILE_PSYMTABSTom Tromey6-183/+168
2019-01-09Remove ALL_OBJSECTIONSTom Tromey7-264/+244
2019-01-09Remove ALL_OBJFILES and ALL_FILETABSTom Tromey5-95/+114
2019-01-09Remove ALL_OBJFILE_FILETABSTom Tromey6-56/+81
2019-01-09Remove ALL_COMPUNIT_FILETABSTom Tromey11-45/+52
2019-01-09Remove ALL_COMPUNITSTom Tromey6-193/+220
2019-01-09Remove ALL_OBJFILE_COMPUNITSTom Tromey12-77/+86
2019-01-09Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey10-269/+380
2019-01-09Remove ALL_OBJFILES_SAFETom Tromey5-30/+49
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey32-616/+621
2019-01-09Remove ALL_PSPACE_OBJFILESTom Tromey11-358/+359
2019-01-09Introduce all_objfiles and next_iteratorTom Tromey3-0/+125
2019-01-09NEWS: Move changed commands description to Changed commands section.Philippe Waroquiers2-8/+13
2019-01-09gdb: Remove support for old mangling schemesSimon Marchi10-1524/+37
2019-01-09gdb: Avoid signed integer overflow when printing source linesAndrew Burgess4-26/+115
2019-01-09gdb/testsuite: Remove interactive prompt case from mi_gdb_testAndrew Burgess2-5/+5
2019-01-09Fix leak in linespec.cPhilippe Waroquiers2-0/+5
2019-01-08Fix build failure with macOS bisonTom Tromey7-16/+27
2019-01-08gdb: Move declarations from symtab.h to source.hAndrew Burgess5-48/+77
2019-01-08gdb: Handle requests to print source lines backwardAndrew Burgess2-1/+17
2019-01-08gdb: Fix skip of `\r` before `\n` in source outputAndrew Burgess2-6/+6
2019-01-06Remove remaining cleanups from c-exp.yTom Tromey2-57/+46
2019-01-06Remove string-related cleanup from c-exp.yTom Tromey2-1/+9
2019-01-06Use std::vector in type stacksTom Tromey4-51/+68
2019-01-06Fix crash in "finish"Tom Tromey5-3/+119
2019-01-05Remove the exception and cleanup checkersTom Tromey5-874/+7
2019-01-05GDB crash re-running program on Windows (native)Joel Brobecker3-17/+27
2019-01-04Use upper case for more metasyntactic variables in gdbTom Tromey6-10/+24
2019-01-03Use xstrdup in tui_set_source_contentTom Tromey2-7/+5
2019-01-03Avoid questionable casts in py-symtab.cTom Tromey2-16/+30
2019-01-03Improve reference counting in py-type.cTom Tromey2-32/+33
2019-01-03Simplify gdbpy_stop_recordingTom Tromey2-6/+6
2019-01-03Remove more uses of explicit reference counting in PythonTom Tromey7-57/+39
2019-01-03Use a wrapper for PyErr_FetchTom Tromey7-73/+121
2019-01-03gdb: Remove cleanup from linux_nat_target::follow_forkAndrew Burgess2-11/+24
2019-01-03gdb: Remove cleanup from linux-fork.c:inferior_call_waitpidAndrew Burgess2-41/+65
2019-01-03gdb: Remove final cleanup from find_overload_matchAndrew Burgess2-6/+5
2019-01-03gdb: Remove a cleanup from find_overload_matchAndrew Burgess5-14/+23
2019-01-03gdb/remote: Remove a cleanup in remote_check_symbolsAndrew Burgess2-10/+16
2019-01-03RISC-V: Fix wrong use of s0 register name.Jim Wilson2-1/+5
2019-01-02Remove a cleanup from target-descriptions.cTom Tromey4-19/+31
2019-01-02Remove cleanups from linespec.cTom Tromey2-86/+66