public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Fix expected received signal message in testsuite
 2019-09-13 12:47 UTC  (2+ messages)

[RFC] Apply compilation dir to source_path lookup
 2019-09-13  7:28 UTC  (6+ messages)

Oh dear. I regret to inform you that commit aa17805fb9a3a1983a510ba425b682fba03410c2 might be unfortunate
 2019-09-13  1:32 UTC  (4+ messages)
` Breakage on builder Solaris11-sparcv9-m64, revision aa17805fb9a3a1983a510ba425b682fba03410c2
` Breakage on builder Solaris11-amd64-m64, "

[PATCH 0/3] [RFC] Load gdbinit files from a directory
 2019-09-12 22:14 UTC  (5+ messages)

[PATCH 3/3] Load system gdbinit files from a directory
 2019-09-12 22:12 UTC  (4+ messages)
` [PATCH 3/3 v2] "

[PATCH][gdb/testsuite] Rewrite gdb.base/store.exp into .s test
 2019-09-12 19:43 UTC  (6+ messages)
  ` [PATCH][gdb/testsuite] Allow some tests in gdb.base/store.exp to be unsupported

[PATCH v2 0/2] Add Rust support to source highlighting
 2019-09-12 19:20 UTC  (5+ messages)
` [PATCH v2 2/2] "

[committed][gdb/testsuite] Fix regexp in skip_opencl_tests
 2019-09-12 18:58 UTC  (2+ messages)
` [8.3 backport][gdb/testsuite] "

[PATCH] Improve ptrace-error detection on Linux targets
 2019-09-12 18:29 UTC  (19+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

[RFC] Only compute realpath when basenames_may_differ is set
 2019-09-12 17:47 UTC  (4+ messages)

[RFAv2] Fix internal error and improve 'set debug infrun 1'/target wait kind trace
 2019-09-12 17:15 UTC  (6+ messages)
          ` [PATCH, 8.3][gdb/testsuite] Mark watchthreads-reorder.exp FAIL as KFAIL

[RFC][PATCH 0/2] Add RISC-V cpu description and sim
 2019-09-12 11:42 UTC  (5+ messages)
` [RFC][PATCH 2/2] RISC-V: Add cgen-based simulator port
` [RFC][PATCH 1/2] RISC-V: Add cgen cpu description and generated files

[PATCH 00/20] Final round of TUI refactorings
 2019-09-12  3:29 UTC  (24+ messages)
` [PATCH 14/20] Change members of tui_locator_window to std::string
` [PATCH 20/20] Change TUI window commands to be case-sensitive
` [PATCH 09/20] Use "bool" in tui_data_window::show_register_group
` [PATCH 17/20] Remove strcat_to_buf
` [PATCH 16/20] Rename a private data member in tui_source_window
` [PATCH 19/20] Use make_unique_xstrdup in TUI
` [PATCH 01/20] Remove tui_clear_source_windows_detail
` [PATCH 07/20] Simplify tui_source_window_base::show_source_content
` [PATCH 11/20] Set TUI locator height to 1
` [PATCH 03/20] Move "fullname" to tui_source_window
` [PATCH 08/20] Simplify TUI disassembly
` [PATCH 18/20] Remove separator comments from TUI
` [PATCH 13/20] Remove a call to tui_locator_win_info_ptr
` [PATCH 05/20] Change tui_make_status_line to be a method
` [PATCH 04/20] Change tui_make_status_line to return std::string
` [PATCH 15/20] Rename private data members of tui_data_window
` [PATCH 02/20] Change tui_source_element::line to be a unique_xmalloc_ptr
` [PATCH 12/20] Don't call refresh in tui_resize_all
` [PATCH 10/20] Change "win_resized" to bool
` [PATCH 06/20] Remove some explicit re-rendering from the TUI

[PING 3][PATCH v2] gdb: CTF support
 2019-09-12  0:40 UTC 

[PATCH 0/3] Refactor some path methods in main.c to use std::string
 2019-09-11 21:36 UTC  (17+ messages)
` [PATCH 1/3] Refactor get_init_files "
    ` [PATCH 1/3 v2] "
` [PATCH 2/3] Factor out the code to do the datadir-relocation for gdbinit
      ` [PATCH 2/3 v2] "
` [PATCH 3/3] Make relocate_{path,gdb_directory} return std::string
      ` [PATCH v2 "

Updates on GDB 8.3.1 and GDB 9 releases (2019-07-14)
 2019-09-11 20:11 UTC  (8+ messages)
    ` [8.3 backport] Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)
      ` [PING][8.3 "

[RFAv4] Output the Ada task name in more messages
 2019-09-11 19:54 UTC  (2+ messages)

[PATCH] Change the type of copy_names from int to bool
 2019-09-11 17:47 UTC  (3+ messages)

[gmane.comp.gnu.binutils] [PATCH 2/2] Introduce bfd_set_filename
 2019-09-11 17:12 UTC 

[PATCH 00/23] Multi-target support
 2019-09-11 17:11 UTC  (38+ messages)
` [PATCH 01/23] Preserve selected thread in all-stop w/ background execution
` [PATCH 09/23] switch inferior/thread before calling target methods
` [PATCH 17/23] Multi-target support
` [PATCH 10/23] Some get_last_target_status tweaks
` [PATCH 18/23] Add multi-target tests
` [PATCH 03/23] Make "show remote exec-file" inferior-aware
` [PATCH 08/23] Introduce switch_to_inferior_no_thread
` [PATCH 15/23] Fix reconnecting to a gdbserver already debugging multiple processes, I
` [PATCH 11/23] tfile_target::close: trace_fd can't be -1
` [PATCH 19/23] gdbarch-selftests.c: No longer error out if debugging something
` [PATCH 20/23] Revert 'Remove unused struct serial::name field'
` [PATCH 16/23] Fix reconnecting to a gdbserver already debugging multiple processes, II
` [PATCH 02/23] Don't rely on inferior_ptid in record_full_wait
` [PATCH 06/23] Don't check target is running in remote_target::mourn_inferior
` [PATCH 13/23] Delete exit_inferior_silent(int pid)
` [PATCH 23/23] Multi-target: NEWS and user manual
` [PATCH 04/23] exceptions.c:print_flush: Remove obsolete check
` [PATCH 05/23] Make target_ops::has_execution take an 'inferior *' instead of a ptid_t
` [PATCH 12/23] Use all_non_exited_inferiors in infrun.c
` [PATCH 14/23] Tweak handling of remote errors in response to resumption packet
` [PATCH 07/23] Delete unnecessary code from kill_command
` [PATCH 21/23] Add "info connections" command, "info inferiors" connection number/string
` [PATCH 22/23] Require always-non-stop for multi-target resumptions

[PATCH] Make ada_decode not use a static buffer
 2019-09-11 15:05 UTC  (3+ messages)
` [PATCH v2] "
  ` [PING] "

[PATCH] Give a name to the TUI SingleKey keymap
 2019-09-11  2:39 UTC  (2+ messages)

[PATCH] Fix float to LONGEST conversion
 2019-09-10 18:46 UTC  (5+ messages)

[PATCH 1/4] Increasing support for dwarf 5
 2019-09-10 18:45 UTC  (7+ messages)
` [PATCH v2 1/4] DWARF 5 support: Handle dwo_id
        ` [PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strx

[PATCH] gdb: Don't ignore all SIGSTOP when the signal handler is set to pass
 2019-09-10 17:38 UTC 

[PATCH][gdb] Fix gdb.dwarf2/amd64-entry-value-param.exp with -fPIE/-pie
 2019-09-10 15:49 UTC  (7+ messages)
        ` [PING][PATCH][gdb] "
          ` [PING^2][PATCH][gdb] "

[PATCH][gdb/symtab] Prefer var def over decl
 2019-09-10 15:43 UTC 

[PATCH v3] Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_order
 2019-09-10 14:35 UTC  (3+ messages)
  ` [ping] "

[PATCH 0/8] Add Ada support for .debug_names
 2019-09-10 14:22 UTC  (2+ messages)

Fix a crash in compile_to_object function
 2019-09-10  9:18 UTC  (7+ messages)

New ARI warning Tue Sep 10 01:56:49 UTC 2019
 2019-09-10  1:56 UTC 

[PATCH] Use ui_out for "info win"
 2019-09-09 23:10 UTC  (2+ messages)

[RFA] Fix leak detected in python.c initialization code
 2019-09-09 21:53 UTC  (3+ messages)

bfd_get_filename
 2019-09-09 18:17 UTC  (2+ messages)

[RFC/RFA] Remove Cell Broadband Engine debugging support
 2019-09-09 18:03 UTC  (2+ messages)

[PATCH 0/3] Fixes for gdb.base/maint.exp failures
 2019-09-09 17:31 UTC  (2+ messages)

[PATCH + 8.3] Don't derive partial_symbol from general_symbol_info
 2019-09-09 16:35 UTC  (4+ messages)

[PATCH] Truncate long TUI window titles
 2019-09-08 19:56 UTC  (5+ messages)

[RFAv2 0/3] Allow the user to define default leading args for commands and aliases
 2019-09-08 18:50 UTC  (5+ messages)
` [RFAv2 1/3] leading-args: allow to define default command/alias arguments
` PING Re: [RFAv2 0/3] Allow the user to define default leading args for commands and aliases

[RFAv4 0/3] Convenience functions $_gdb_setting/$_gdb_setting_str
 2019-09-08 17:41 UTC  (8+ messages)
` [RFAv4 1/3] Implement convenience functions to examine GDB settings
` [RFAv4 3/3] NEWS and documentation for $_gdb_setting and $_gdb_int_setting
` [RFAv4 2/3] Test the convenience functions "

[PATCH] Change lookup_symbol's block_index parameter type to block_enum
 2019-09-07 16:07 UTC  (3+ messages)

[PATCH 0/2] OpenMP parallel region scope tests
 2019-09-07 15:51 UTC  (2+ messages)
` [PING][PATCH "

[RFC] Have an option to tell GDB to detect and possibly handle mismatched exec-files
 2019-09-07 11:46 UTC  (7+ messages)
    ` PING "
      ` PING^2 "
          ` PING^6 "

[RFA] Implement 'print -raw-values' and 'set print raw-values on|off'
 2019-09-07 11:42 UTC  (2+ messages)
` PING "

[patch] [gdb/testsuite] XFAIL under Clang tests using label debug info
 2019-09-06 21:19 UTC  (11+ messages)

[PATCH] [PUSHED/OBVIOUS] Change int to bool for the relocate_* functions
 2019-09-06 19:35 UTC 

[PATCH][gdb/symtab] Handle gas-generated stabs with -fPIE/-pie
 2019-09-06 15:31 UTC  (3+ messages)
` [PING][PATCH][gdb/symtab] "
  ` [PING^2][PATCH][gdb/symtab] "

[PATCH][gdb/contrib] cc-with-tweaks.sh: Create .dwz file in .tmp subdir
 2019-09-06 15:28 UTC  (2+ messages)
` [PING][PATCH][gdb/contrib] "

[PATCH][gdb] Make INTERP_TUI's default ui_out the INTERP_CONSOLE ui_out
 2019-09-05 12:50 UTC  (2+ messages)

[RFC][gdb/testsuite] Remove breakpoint command in gdb.base/ui-redirect.exp
 2019-09-05 12:42 UTC  (7+ messages)
  ` [PATCH][gdb/testsuite] Restore breakpoint command in ui-redirect.exp

[RFA] Avoid expect's buffer overflow in info-var.exp test
 2019-09-04 20:42 UTC  (3+ messages)

[PATCH v6 1/3] PRU Simulator port
 2019-09-04 20:09 UTC  (2+ messages)
` [PATCH v6 3/3] sim:pru: Autogenerated configure script

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).