aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-04-17Handle unaligned mapping of .gdb_indexTom Tromey4-81/+132
2021-04-17Avoid crash in write_psymtabs_to_indexTom Tromey4-1/+39
2021-04-17Simplify quick_symbol_functions::map_matching_symbolsTom Tromey8-84/+76
2021-04-17Remove quick_symbol_functions::expand_symtabs_with_fullnameTom Tromey7-72/+37
2021-04-17Remove quick_symbol_functions::expand_symtabs_for_functionTom Tromey7-176/+41
2021-04-17Remove quick_symbol_functions::map_symtabs_matching_filenameTom Tromey7-215/+77
2021-04-17Remove quick_symbol_functions::lookup_symbolTom Tromey7-180/+66
2021-04-17Add 'domain' parameter to expand_symtabs_matchingTom Tromey11-18/+66
2021-04-17Add search_flags to expand_symtabs_matchingTom Tromey14-23/+128
2021-04-17Let expand_symtabs_matching short-circuitTom Tromey10-48/+114
2021-04-17Add block_search_flagsTom Tromey2-0/+15
2021-04-16Rewrite the Rust expression parserTom Tromey7-2890/+2373
2021-04-16Fix syntax error in Rust testTom Tromey2-1/+5
2021-04-16gdb/testsuite: use -gdwarf-4 in simavr boardSimon Marchi2-0/+8
2021-04-16Print bfloat16 DWARF types correctlyLuis Machado4-1/+97
2021-04-15gdb fbsd-nat: Use new-style debug macrosJohn Baldwin2-35/+28
2021-04-15gdb/testsuite: don't include paths in test namesAndrew Burgess2-1/+7
2021-04-15gdb/testsuite: use foreach_with_prefix in gdb.threads/fork-plus-threads.expSimon Marchi2-6/+8
2021-04-15Avoid crash in Ada value printing with optimized-out arrayTom Tromey4-2/+45
2021-04-15Use common_val_print_checked in print_variable_and_valueTom Tromey2-1/+6
2021-04-15Use block_symbol in var_value_operationTom Tromey15-70/+122
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