aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione69-285/+236
2021-05-12gdb, btrace, pt: ignore status update enable eventsMarkus Metzger2-0/+8
2021-05-11gdb: fix indentation in arm_record_data_proc_misc_ld_strSimon Marchi2-14/+19
2021-05-11gdb: fix indentation of cmd_list_elementSimon Marchi2-193/+197
2021-05-11[gdb/testsuite] Update infrun regexp in gdb.base/watch_thread_num.expTom de Vries2-4/+21
2021-05-11[gdb/testsuite] Fix read1 timeout in gdb.base/gdb-sigterm.expTom de Vries2-1/+5
2021-05-11gdb/fortran: Breakpoint location is modified.Bhuvanendra Kumar N2-2/+6
2021-05-10[PR gdb/27614] gdb-add-index fails on symlinks.Lancelot SIX4-0/+86
2021-05-10gdb/testsuite: don't use source tree as temporary HOME directoryAndrew Burgess2-1/+17
2021-05-10gdb/testsuite: use proc parameters in gdb.arch/amd64-osabi.expSimon Marchi2-3/+8
2021-05-10gdb, gdbserver: make status_to_str display the signal nameSimon Marchi2-4/+10
2021-05-10gdb/doc: reword a sentenceAndrew Burgess3-2/+7
2021-05-09gdb/doc: document 'set debug py-unwind'Andrew Burgess2-0/+12
2021-05-09gdb/py: add some debugging to py-breakpoint.cAndrew Burgess4-3/+83
2021-05-09gdb/py: convert debug logging in py-unwind to use new schemeAndrew Burgess2-16/+51
2021-05-09gdb: replace fprint_frame_idAndrew Burgess7-75/+68
2021-05-08gdb, gdbserver: make status_to_str return std::stringSimon Marchi4-24/+35
2021-05-08gdb: add missing space in infrun_debug_printfSimon Marchi2-1/+5
2021-05-08Don't run personality syscall at configure time; don't check it at allPedro Alves5-96/+11
2021-05-07gdb/guile: perform tilde expansion when sourcing guile scriptsAndrew Burgess4-2/+28
2021-05-07gdb/testsuite: use gdb_test_no_output instead of send_gdbAndrew Burgess2-2/+7
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