aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-05-07[gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builder()Tom de Vries4-25/+18
2021-05-07gdb/guile: Have gdbscm_safe_source_script return a unique_ptrAndrew Burgess5-15/+18
2021-05-06gdb: make inferior::args a unique_xmalloc_ptrSimon Marchi4-6/+16
2021-05-06gdb/guile: don't try to print location for watchpointsAndrew Burgess4-5/+21
2021-05-06gdb/testsuite: use proc_with_prefix in gdb.guile/scm-breakpoint.expAndrew Burgess2-424/+423
2021-05-06gdb/testsuite: resolve duplicate test names in gdb.guile/scm-breakpoint.expAndrew Burgess2-10/+19
2021-05-06gdb/mi: add a '--force' flag to the '-break-condition' commandTankut Baris Aktemur11-29/+147
2021-05-06gdb/mi: add a '--force-condition' flag to the '-break-insert' cmdTankut Baris Aktemur7-3/+61
2021-05-05[gdb/testsuite] Fix timeout in gdb.threads/detach-step-over.exp with readnowTom de Vries2-17/+38
2021-05-05[gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp with readnowTom de Vries2-2/+7
2021-05-04gdb: update Type.fields doc based on actual GDB behaviorSimon Marchi4-6/+40
2021-05-04gdb/testsuite: adjust gdb.python/flexible-array-member.exp expected patternSimon Marchi2-4/+18
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