aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-04-25Document the GDB 10.2 release in gdb/ChangeLogJoel Brobecker1-0/+4
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi45-141/+197
2021-04-23gdbsupport, gdb: change observer_debug to boolSimon Marchi2-6/+10
2021-04-23gdb: remove some caching from the dwarf readerAndrew Burgess5-52/+53
2021-04-22gdb: use function_view for iterate_over_bp_locations' callbackSimon Marchi4-6/+13
2021-04-22Fix ptype/o bug with "<no data fields>"Tom Tromey5-5/+37
2021-04-22gdb/testsuite: add Python support check in gdb.python/flexible-array-member.expSimon Marchi2-0/+8
2021-04-22gdb: fix getting range of flexible array member in PythonSimon Marchi8-4/+210
2021-04-22gdb/continuations: turn continuation functions into inferior methodsTankut Baris Aktemur9-108/+51
2021-04-22gdb/continuations: use lambdas instead of function pointersTankut Baris Aktemur5-143/+48
2021-04-22gdb/continuations: do minor cleanupTankut Baris Aktemur4-5/+9
2021-04-22gdb/continuations: remove the 'err' from 'do_all_inferior_continuations'Tankut Baris Aktemur5-20/+21
2021-04-22gdb/infcmd: update the comment for 'attach_post_wait'Tankut Baris Aktemur2-3/+7
2021-04-22gdb/infcmd: remove the unused parameter 'args' in 'attach_post_wait'Tankut Baris Aktemur2-8/+14
2021-04-22[gdb] Fix assert in remote_async_get_pending_events_handlerTom de Vries4-1/+22
2021-04-22Improve code coverage of Rust testingTom Tromey6-8/+41
2021-04-22gdb: allow default_addressable_memory_unit_size to handle more casesAndrew Burgess2-3/+10
2021-04-21Shrink size of dwarf2_per_cu_dataTom Tromey4-24/+34
2021-04-21Fix test case gdb.base/valgrind-bt.exp.Carl Love3-2/+16
2021-04-21[gdb/build] Hardcode --with-included-regexTom de Vries5-101/+8
2021-04-21gdb/breakpoint: add a 'force_condition' parameter to 'create_breakpoint'Tankut Baris Aktemur9-9/+81
2021-04-21testsuite, gdb.mi: fix duplicate test names in mi-break.expSimon Marchi2-9/+14
2021-04-21gdb/breakpoint: display "N" on MI for disabled-by-condition locationsTankut Baris Aktemur4-5/+28
2021-04-21update-netbsd.sh: fix script name, update year range in copyright.Frederic Cambus2-2/+7
2021-04-20gdb: Fix reduce/reduce conflicts for qualifier_seq_noopt in the C parser.Felix Willgerodt2-1/+6
2021-04-20gdb: Allow address space qualifier parsing in C++.Felix Willgerodt4-0/+48
2021-04-19gdb: use compiled_regex instead of std::regexAndrew Burgess2-9/+15
2021-04-19Fix kfail patterns in inline-locals.expTom Tromey2-2/+7
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