aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-04-15gdb: add "set startup-quietly" commandTom Tromey9-0/+117
2021-04-15gdb: process early initialization files and command line optionsAndrew Burgess12-11/+357
2021-04-15gdb: refactor the initialization file lookup codeAndrew Burgess2-63/+132
2021-04-14testsuite, dwarf2: use @DW_INL_declared_inlined in a testTankut Baris Aktemur2-1/+6
2021-04-14gdb/dwarf2: fix "info locals" for clang-compiled inlined functionsTankut Baris Aktemur7-1/+304
2021-04-14gdb/doc: add missing parentheses around prompt in some examplesAndrew Burgess2-5/+12
2021-04-14testsuite, gdb: recognize DW_OP_fbreg in lib/dwarf.expTankut Baris Aktemur2-0/+9
2021-04-13[gdb] Fix regoff_t incompatibilityTom de Vries2-2/+7
2021-04-13Fix build failure for 32-bit targets with --enable-targets=allLuis Machado2-2/+9
2021-04-12[PATCH,rs6000] Fix vsx-regs.exp testcase failureWill Schmidt2-1/+16
2021-04-12[PATCH] gdb-power10-single-stepWill Schmidt5-9/+236
2021-04-12[PATCH, rs6000, v3][PR gdb/27525] displaced stepping across addpcis/lnia.Will Schmidt7-1/+319
2021-04-12[rs6000] Create a powerpc-power10.exp testWill Schmidt3-0/+1330
2021-04-12Add myself to gdb/MAINTAINERSWill Schmidt2-0/+5
2021-04-12RS6000 Add support to print vector register contents as float128Carl Love5-0/+138
2021-04-12gdb, gdbserver: remove WinCE support codeSimon Marchi3-16/+5
2021-04-12gdb, testsuite, btrace: relax unneeded stepi expected outputMarkus Metzger2-1/+5
2021-04-10Fix handling DLL loads at run timeEli Zaretskii2-11/+56
2021-04-09[AArch64] Fix include order for MTELuis Machado2-1/+6
2021-04-08Remove unused variable un darwin_nat_target::resumeDominique Quatravaux2-2/+5
2021-04-08gdb: Allow prologue detection via symbols for Intel compilers.Felix Willgerodt5-8/+33
2021-04-08gdb: Update producer check for Intel compilers.Felix Willgerodt3-54/+23
2021-04-07gdb: make target_ops::follow_fork return voidSimon Marchi12-40/+44
2021-04-07CTF: handle forward reference typeWeimin Pan5-13/+91
2021-04-07gdb/fortran: handle dynamic types within arrays and structuresAndrew Burgess7-4/+333
2021-04-07gdb: allow casting to rvalue reference in more casesAndrew Burgess5-2/+61
2021-04-07gdb: move cheap pointer equality check earlier in types_equalAndrew Burgess2-4/+9
2021-04-07gdb: handle relative paths to DWO filesCaroline Tice5-0/+175
2021-04-07gdb/testsuite: fix fission support in the Dwarf assemblerAndrew Burgess11-446/+620
2021-04-07gdb: Handle missing .debug_str sectionAndrew Burgess4-2/+63
2021-04-07gdb/py: fix gdb.parameter('data-directory')Andrew Burgess4-2/+78
2021-04-06[gdb/breakpoints] Workaround missing line-table entryTom de Vries4-16/+26
2021-04-06[gdb/tui] Fix len_without_escapes in tui-disasm.cTom de Vries2-2/+11
2021-04-06[gdb/testsuite] Fix xfail handling in gdb.threads/gcore-thread.expTom de Vries2-4/+22
2021-04-04gdb: fix internal error in avr_frame_unwind_cacheSimon Marchi2-1/+6
2021-04-02gdb: remove objfile parameter from get_objfile_bfd_dataSimon Marchi2-6/+9
2021-04-02gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtabSimon Marchi11-46/+75
2021-04-02gdb: use std::string in partial_symtab::partial_symtab / allocate_symtabSimon Marchi3-12/+16
2021-04-02gdb: add intern methods to objfile_per_bfd_storageSimon Marchi2-3/+26
2021-04-01gdb: remove TYPE_FLAG_ENUMSimon Marchi3-3/+6
2021-04-01gdb: add type::is_flag_enum / type::set_is_flag_enumSimon Marchi3-7/+24
2021-04-01gdb: remove TYPE_DECLARED_CLASSSimon Marchi9-22/+19
2021-04-01gdb: add type::is_declared_class / type::set_is_declared_classSimon Marchi3-4/+28
2021-04-01Fix obvious typo in gdb/testsuite/lib/pdtrace.inEgeyar Bagcioglu2-1/+5
2021-04-01Use importlib instead of imp module on python 3.4+Boris Staletic2-2/+9
2021-04-01[gdb/testsuite] Fix unset of DEBUGINFOD_URLS in default_gdb_initTom de Vries1-3/+1
2021-04-01Use startswith in gdb subfolder.Martin Liska6-42/+50
2021-03-31Remove two trivial functions from dwarf2/read.cTom Tromey2-35/+17
2021-03-31Fix typo in dwarf2/stringify.hTom Tromey2-1/+5
2021-03-31Add some error checking to DWARF assemblerTom Tromey2-33/+57