aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-05-04[gdb/guile] Don't allow libguile to change libgmp mem fnsTom de Vries2-0/+22
2021-05-03gdb/testsuite: update expected results in gdb.python/py-startup-opt.expAndrew Burgess2-1/+36
2021-04-30Do not separately read type unitsTom Tromey2-133/+69
2021-04-30Remove dwarf2_per_bfd::all_type_unitsTom Tromey4-123/+87
2021-04-30Allocate dwarf2_per_cu_data with 'new'Tom Tromey4-208/+265
2021-04-30Make get_image_name staticTom Tromey3-8/+12
2021-04-30Share DLL code between gdb and gdbserverTom Tromey4-169/+192
2021-04-30Use nat/windows-nat function indirection codeTom Tromey3-1/+14
2021-04-30Move function indirection code to nat/windows-natTom Tromey4-201/+279
2021-04-30Use template functions in windows-nat.cTom Tromey2-48/+24
2021-04-30Fix crash with GNAT minimal encodingsTom Tromey6-2/+28
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