aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-05-07gdb: make target_desc_info::filename an std::stringSimon Marchi2-20/+26
2021-05-07gdb: (de-)allocate target_desc_info with new/deleteSimon Marchi2-5/+13
2021-05-07gdb: change target_desc_info::fetched to boolSimon Marchi2-3/+10
2021-05-07gdb: remove target description macrosSimon Marchi2-38/+53
2021-05-07gdb: some int to bool conversionAndrew Burgess4-7/+18
2021-05-07gdb: remove reference to current inferior in target_stack::unpushSimon Marchi2-1/+6
2021-05-07gdb: make target_close check that the target isn't pushed in all inferiorsSimon Marchi2-1/+7
2021-05-07debuginfod-support.c: Use long-lived debuginfod_clientAaron Merey2-12/+25
2021-05-07Remove streq_hash in favor of htab_eq_stringTom Tromey6-16/+13
2021-05-07gdb: re-format Python files using black 21.4b0Simon Marchi84-1835/+2348
2021-05-07gdb: add lookup_cmd_exact to simplify a common patternMarco Barisione3-17/+40
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