public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFA 00/10] some string cleanup removal
 2017-09-01  8:50 UTC  (13+ messages)
` [RFA 08/10] Return std::string from perror_string
` [RFA 07/10] Use std::string and unique_xmalloc_ptr in demangle_command
` [RFA 09/10] Use std::string and unique_xmalloc_ptr in compile/ code
` [RFA 05/10] Use unique_xmalloc_ptr in cd_command
` [RFA 04/10] Use std::string in mi_cmd_interpreter_exec
` [RFA 06/10] Use std::string in do_set_command
` [RFA 01/10] Return std::string from memory_error_message
` [RFA 02/10] Use std::string thread.c
` [RFA 03/10] Use unique_xmalloc_ptr in env_execute_cli_command
` [RFA 10/10] Use std::string in reopen_exec_file

[PATCH v4 0/5] sim port for OpenRISC
 2017-09-01  8:29 UTC  (11+ messages)
` [PATCH v4 1/5] sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd])

[PATCH] Implement the ability to transmit environment variables to GDBserver when starting the inferior
 2017-09-01  6:19 UTC  (13+ messages)
` [PATCH v3] Implement the ability to set/unset "
` [PATCH v4] "
` [PATCH v5] "

[patch+8.0.1] Fix T-stopped detach regression on old kernels
 2017-09-01  4:23 UTC  (3+ messages)
  ` [commit+8.0.1] "

New ARI warning Fri Sep 1 01:56:05 UTC 2017
 2017-09-01  1:56 UTC 

[PATCH] Add a 'starti' command
 2017-08-31 22:42 UTC  (5+ messages)

[PATCH/RFC] Implement the ability to set the current working directory in GDBserver
 2017-08-31 22:42 UTC  (5+ messages)

[PATCH v3] Unbreak gdb build on 32-bit host with ADI support
 2017-08-31 16:35 UTC  (4+ messages)
` ping: "

heads up: one week to 8.0.1 planned release time
 2017-08-31  7:48 UTC  (3+ messages)

Oh dear. I regret to inform you that commit 'PR22048, Incorrect .eh_frame section in libc.so' might be unfortunate
 2017-08-31  4:40 UTC 

[RFA 0/3] some C++-ification in breakpoint.c
 2017-08-30 22:06 UTC  (4+ messages)
` [RFA 1/3] Allocate bpstats with new
` [RFA 2/3] Use function_view in a couple of places in breakpoint.c
` [RFA 3/3] Change counted_command_line to a shared_ptr

[pushed] gdb.base/commands.exp: Remove unused global references
 2017-08-28 21:40 UTC 

[RFA] candidates for ambiguous command in upper case
 2017-08-28 21:20 UTC  (4+ messages)
` [PATCH] define_command: Don't convert command name to lower case

[PATCH] Honor an existing CC_FOR_BUILD in the environment for sim
 2017-08-28 16:23 UTC  (2+ messages)

hurd: update RPC prototypes
 2017-08-27 18:41 UTC 

hurd: fix RPC stubs names
 2017-08-27 18:37 UTC 

Check for truncated registers in process_g_packet
 2017-08-27 10:16 UTC  (12+ messages)
            ` [PATCH 0/4] Try to fix the gdb.multi/multi-arch-exec.exp failure
              ` [PATCH 2/4] Read stop_pc after updating the gdbarch when exec'ing
              ` [PATCH 1/4] Improve "'g' reply is is to long" error message
              ` [PATCH 4/4] Test different follow-exec-mode settings in gdb.multi/multi-arch-exec.exp
              ` [PATCH 3/4] Add thread after updating gdbarch when exec'ing

Oh dear. I regret to inform you that commit 'remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type' might be unfortunate
 2017-08-26 21:04 UTC  (4+ messages)

[PATCH] Fix leak of auto_obstack objfile_per_bfd_storage->storage_obstack;
 2017-08-26 12:06 UTC 

[commit/Ada] remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type
 2017-08-26  0:31 UTC 

[PATCH] Introduce dw2_linkage_name and dw2_linkage_name_attr
 2017-08-25 20:55 UTC 

[PATCH v2] break gdb build on 32-bit host with ADI support
 2017-08-25 17:43 UTC  (5+ messages)

[RFA 0/2] scalar printing regressions
 2017-08-25 16:54 UTC  (3+ messages)
` [RFA 1/2] Fix two regressions in scalar printing

[pushed] gdbserver: Rename some functions, thread -> inferior
 2017-08-25  8:53 UTC  (2+ messages)

[PATCH] break gdb build on 32-bit host with ADI support
 2017-08-24 21:51 UTC  (6+ messages)

[pushed] Remove unused function set_inferior_target_data
 2017-08-24 21:36 UTC 

[PATCH v2] gdbserver: linux_low: elf_64_file_p cache results
 2017-08-24 15:00 UTC  (6+ messages)

[patch+8.0] DWARF-5 Fix DW_FORM_implicit_const
 2017-08-24 14:44 UTC  (5+ messages)
  ` [patchv2+8.0] "
      ` [commit+8.0] "

[patch+80] DWARF-5: Fix -fdebug-types-section
 2017-08-24 14:37 UTC  (6+ messages)
  ` [commit+8.0] "

[PATCH, MIPS] Extract PID from core dump file
 2017-08-24 14:09 UTC 

[PATCH v3 0/6] Some Fortran Patches
 2017-08-24 12:36 UTC  (4+ messages)
` [PATCH v3 3/6] Fortran: Ptype, print type extension

[PATCH] gdbserver: linux_low: elf_64_file_p cache results
 2017-08-23 21:56 UTC 

[PATCH] Fix PR remote/21852: Remote run without specifying a local binary crashes GDB
 2017-08-23 21:29 UTC  (7+ messages)

[python] Allow explicit locations in breakpoints
 2017-08-23 18:31 UTC  (3+ messages)

[libcc1] Improve detection of triplet on compiler names
 2017-08-23 18:28 UTC  (9+ messages)
` [PATCH 1/2] [GCC] Improve regexp handling on libc[cp]1::compiler_triplet_regexp::find
` [PATCH 2/2] [GDB] Add trailing dash on triplet regexp

[PATCH v8] gdb: ADI support
 2017-08-23 17:29 UTC  (3+ messages)

[PUSHED 1/2] compile: set debug compile: Display GCC driver filename
 2017-08-23 15:20 UTC  (2+ messages)
` [PUSHED 2/2] compile: Add 'set compile-gcc'

[PATCH 3/7]: Regcache: Remove xmalloc/xfree methods
 2017-08-23 13:42 UTC  (3+ messages)

[PATCH 1/7] Regcache: Subclass ptid functionality to target_regcache
 2017-08-23 13:24 UTC  (3+ messages)

[PATCH 0/7] Regcache: Split out target regcache functionality
 2017-08-23 12:44 UTC  (4+ messages)

[PATCH] Rename some command functions
 2017-08-22 20:16 UTC  (3+ messages)

[PATCH] Clarify "list" output when specified lines are ambiguous
 2017-08-22 19:47 UTC 

[PATCH 0/2] Initial support for FreeBSD/aarch64
 2017-08-22 18:04 UTC  (4+ messages)
` [PATCH 2/2] Add native target "

[PATCH v1 1/1] list actual code around more than one locations
 2017-08-22 16:07 UTC  (3+ messages)
  ` [pushed] Add test for "List actual code around more than one location" change (Re: [PATCH v1 1/1] list actual code around more than one locations)

[RFA 0/2] small clean ups in breakpoint allocation
 2017-08-22  8:56 UTC  (6+ messages)
` [RFA 2/2] Change install_breakpoint to take a std::unique_ptr
` [RFA 1/2] Fix erroneous cleanup use in add_solib_catchpoint

[PATCH 0/3] Introduce gdb::array_view, symtabs_and_lines -> std::vector
 2017-08-21 19:28 UTC  (4+ messages)
` [PATCH 1/3] Introduce gdb::array_view
` [PATCH 2/3] struct symtabs_and_lines -> std::vector<symtab_and_line>
` [PATCH 3/3] Kill init_sal

[PATCH 00/22 v4] Make GDB builtin target descriptions more flexible
 2017-08-21 17:00 UTC  (27+ messages)
` [PATCH 05/22] Adjust code generated by regformats/regdat.sh
` [PATCH 09/22] [GDBserver] unit test to i386_tdesc
` [PATCH 08/22] [GDBserver] Centralize tdesc for i386-linux
` [PATCH 19/22] [GDBserver] Use pre-generated amd64-linux tdesc as test
` [PATCH 11/22] Share i386-linux target description between GDB and GDBserver
` [PATCH 16/22] Centralize amd64-linux target descriptions
` [PATCH 20/22] [GDBserver] Shorten srv_amd64_linux_xmlfiles
` [PATCH 01/22] Use amd64_target_description to get tdesc_amd64
` [PATCH 15/22] Update comments in amd64_linux_core_read_description
` [PATCH 03/22] Return X86_XSTATE_SSE_MASK instead of 0 in i386fbsd_core_read_xcr0
` [PATCH 04/22] Let i386_target_description return tdesc_i386_mmx
` [PATCH 18/22] Convert amd64-linux target descriptions
` [PATCH 13/22] [GDBserver] Use pre-generated tdesc as test
` [PATCH 14/22] [GDBserver] Shorten srv_i386_linux_xmlfiles
` [PATCH 22/22] Convert the rest x86 target descriptions
` [PATCH 12/22] Remove features/i386/i386-*linux.c
` [PATCH 06/22] Use VEC for target_desc.reg_defs
` [PATCH 21/22] Remove features/i386/amd64-*linux.c and features/i386/x32-*linux.c
` [PATCH 02/22] Use i386_target_description to get tdesc_i386
` [PATCH 17/22] Lazily and dynamically create amd64-linux target descriptions
` [PATCH 10/22] Dynamically composite xml in reply to GDB
` [PATCH 07/22] Return X86_TDESC_MMX in x86_get_ipa_tdesc_idx

[PATCH] PR21985: set inferior-tty doesn't work for remote or sim
 2017-08-21 16:20 UTC 

[PATCH 0/4] More Fortran Patches
 2017-08-21 12:20 UTC  (5+ messages)
` [PATCH 4/4] Remove C/C++ relevant code in Fortran specific file
` [PATCH 2/4] Fortran: Testsuite, fix differences in type naming
` [PATCH 1/4] Fix indentation for printing Fortran types with pointers
` [PATCH 3/4] fortran: Testsuite, fix typos in vla-value

[PATCH] Handle function aliases better (PR gdb/19487, errno printing)
 2017-08-21 10:40 UTC  (2+ messages)

[PATCH] Fix type casts losing typedefs and reimplement "whatis" typedef stripping
 2017-08-21 10:39 UTC  (3+ messages)

[RFA 0/5] simple string changes
 2017-08-21  9:57 UTC  (5+ messages)
` [RFA 3/5] Change gdb_realpath to return a unique_xmalloc_ptr
` [RFA 4/5] Change rewrite_source_path "
` [RFA 1/5] Change gdb_abspath "

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).