aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-04-30[gdb/testsuite] Make gdb.mi/mi-sym-info.exp more robust against timeoutsTom de Vries2-33/+42
2021-04-30[gdb/testsuite] Fix duplicate test name in gdb.mi/mi-sym-info.expTom de Vries2-33/+4
2021-04-29[gdb/testsuite] Fix timeout in gdb.base/valgrind-infcall-2.expTom de Vries2-1/+7
2021-04-29gdb: don't use C++17 namespace declaration styleSimon Marchi2-2/+8
2021-04-29gdb: move some variables to an inner scope in save_waitstatusSimon Marchi2-3/+6
2021-04-29gdb/NEWS: Fix typo and stray full stopAndrew Burgess2-2/+6
2021-04-28Fix Ada overloading with 'null'Tom Tromey7-16/+121
2021-04-28gdb/doc: use @env to reference environment variablesAndrew Burgess2-27/+42
2021-04-28gdb: startup commands to control Python extension languageAndrew Burgess7-0/+289
2021-04-28gdb: extension languages finish_initialization to initializeAndrew Burgess7-33/+50
2021-04-28gdb: initialise extension languages after processing early startup filesAndrew Burgess3-6/+9
2021-04-28gdb delay guile initialization until gdbscm_finish_initializationAndrew Burgess10-42/+109
2021-04-28gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess12-48/+125
2021-04-28gdb: ensure SIGINT is set to SIG_DFL during initialisationAndrew Burgess2-1/+34
2021-04-28gdb: remove unused argument from gdb_initAndrew Burgess4-3/+12
2021-04-27Fix timeout with maint print objfilesLuis Machado6-15/+26
2021-04-27Fix timeout for gdb.xml/tdesc-reload.expLuis Machado2-2/+9
2021-04-27gdb: do autoload before notifying Python side in new_objfile eventMichael Weghorn11-3/+303
2021-04-27gdbsupport: allow to specify dependencies between observersMichael Weghorn2-0/+127
2021-04-26Add test case for gdb 10 crashTom Tromey4-0/+209
2021-04-26gdb: check result of gdb_fopen_cloexec in dump_binary_fileSimon Marchi4-0/+24
2021-04-26Fix gdb.arch/aarch64-dbreg-contents.exp FAILLuis Machado2-1/+6
2021-04-26gdb: fix sparc build failure of linux-natSergei Trofimovich2-2/+7
2021-04-25[PR gdb/22640] ptype: add option to use hexadecimal notationLancelot SIX12-295/+559
2021-04-25gdb/typeprint.h: reorder struct declarationLancelot SIX2-30/+35
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