public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[binutils-gdb] Style the gdb welcome message
 2019-10-19 11:21 UTC  (4+ messages)

[review] Fix typo in symfile.c
 2019-10-19  5:14 UTC  (7+ messages)
` [review v2] Fix typos in symfile.c and i386-darwin-tdep.c
` [pushed] "

[PATCH] Make "skip" work on inline frames
 2019-10-19  4:40 UTC  (2+ messages)

[review] Replace some more qsort calls with std::sort
 2019-10-19  4:32 UTC  (5+ messages)

[review] infcall: remove unused parameter in 'value_arg_coerce'
 2019-10-18 21:00 UTC  (2+ messages)

[PATCH v4 1/2] Renaming of ctf (the trace format) files
 2019-10-18 20:36 UTC  (7+ messages)
` [PATCH v4 2/2] gdb: CTF support

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

[PATCH] DWARF 5 support: Handle line table and file indexes
 2019-10-18 19:31 UTC  (4+ messages)

[review] [gdb] Fix gdb.dwarf2/amd64-entry-value-param.exp with -fPIE/-pie
 2019-10-18 18:38 UTC 

[review] gdb/testsuite: Merge whatis.exp and ctf-whatis.exp
 2019-10-18 18:20 UTC  (2+ messages)

[review] gdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.exp
 2019-10-18 18:19 UTC  (2+ messages)

[review] [gdb/symtab] Prefer var def over decl
 2019-10-18 16:44 UTC  (2+ messages)

[review] [gdb/testsuite] Compile infcall-nested-structs.exp with -O2
 2019-10-18 15:48 UTC 

[review] infcall: move assertions in 'call_function_by_hand_dummy' to an earli
 2019-10-18 15:10 UTC  (2+ messages)

[PATCH 0/2] Fix BZ 25065 (LTO related GDB segfault)
 2019-10-18 15:07 UTC  (8+ messages)
` [PATCH 1/2] Fix BZ 25065 - Ensure that physnames are computed for inherited DIEs

[review] infcall, c++: collect more pass-by-reference information
 2019-10-18 14:08 UTC  (2+ messages)

[review] infcall, c++: allow more info to be computed for pass-by-reference va
 2019-10-18 14:06 UTC  (2+ messages)

[review] gdb: recognize new DWARF attributes: defaulted, deleted, calling conv
 2019-10-18 14:02 UTC  (2+ messages)

[review] infcall: refactor 'call_function_by_hand_dummy'
 2019-10-18 14:02 UTC 

[review] infcall: handle pass-by-reference arguments appropriately
 2019-10-18 13:53 UTC 

[review] testsuite, cp: increase the coverage of testing pass-by-ref arguments
 2019-10-18 13:53 UTC 

[review] infrun: mark an exited thread non-executing when attempting to stop
 2019-10-18 13:27 UTC 

[review] testsuite: add test for handling multiple inferiors exiting
 2019-10-18 13:27 UTC 

[review] Load system gdbinit files from a directory
 2019-10-18 11:57 UTC  (7+ messages)

testsuite report: individual test time
 2019-10-18 11:05 UTC 

[committed][gdb] Fix more typos in comments
 2019-10-18  0:49 UTC 

[review] Don't make an extra copy + allocation of the demangled name
 2019-10-17 22:47 UTC 

Oh dear. I regret to inform you that commit 9737e8af48e257f24e860fbf36af8c314e73076a might be unfortunate
 2019-10-17 19:46 UTC  (4+ messages)
` Breakage on builder Fedora-x86_64-w64-mingw32, revision 9737e8af48e257f24e860fbf36af8c314e73076a

[PATCH] Fix creation of stamp-h by gdb's configure script
 2019-10-17 19:21 UTC  (2+ messages)

Gerrit emails
 2019-10-17 18:29 UTC  (10+ messages)

[PATCH] Add libctf to src-release.sh:GDB_SUPPORT_DIRS
 2019-10-17 18:01 UTC  (3+ messages)

[review] [gdb] Fix typos in comments
 2019-10-17 16:07 UTC  (9+ messages)

[PATCH 00/23] Multi-target support
 2019-10-17 15:31 UTC  (37+ messages)
` [PATCH 08/23] Introduce switch_to_inferior_no_thread
` [PATCH 10/23] Some get_last_target_status tweaks
` [PATCH 18/23] Add multi-target tests
` [PATCH 17/23] Multi-target support
` [PATCH 01/23] Preserve selected thread in all-stop w/ background execution
    ` [PATCH v1.1 "
` [PATCH 23/23] Multi-target: NEWS and user manual
` [PATCH 14/23] Tweak handling of remote errors in response to resumption packet
    ` [PATCH 14.5/23] Avoid another inferior_ptid reference in gdb/remote.c (Re: [PATCH 14/23] Tweak handling of remote errors in response to resumption packet)
` [PATCH 21/23] Add "info connections" command, "info inferiors" connection number/string
      ` [PATCH] Avoid inferior_ptid reference in gdb/remote.c (Re: [PATCH 00/23] Multi-target support)

[PATCH 0/2] Improved variable object invalidation in GDB
 2019-10-17 10:03 UTC  (3+ messages)
` [PATCH 2/2] Testsuite for varobj updation after symbol removal
` [PATCH 1/2] Fix "

[committed][gdb/testsuite] Fix gdb.fortran/module.exp for debug info from other files
 2019-10-17  8:08 UTC 

Oh dear. I regret to inform you that commit 30d1f0184953478d14641c495261afd06ebfabac might be unfortunate
 2019-10-17  5:14 UTC  (3+ messages)
` Breakage on builder Fedora-x86_64-w64-mingw32, revision 30d1f0184953478d14641c495261afd06ebfabac

[FYI] Constify objfile::original_name
 2019-10-17  2:53 UTC 

[PATCHv3 0/9] Fortran 'info module *' commands and MI '-symbol-info-*' commands
 2019-10-16 23:28 UTC  (10+ messages)
` [PATCHv3 6/9] gdb/mi: Add new commands -symbol-info-{functions,variables,types}
` [PATCHv3 4/9] gdb: Introduce symbol_search_spec
` [PATCHv3 9/9] gdb/mi: Add -max-results parameter to some -symbol-info-* commands
` [PATCHv3 8/9] gdb/mi: Add -symbol-info-module-{variables,functions}
` [PATCHv3 7/9] gdb/mi: Add -symbol-info-modules command
` [PATCHv3 3/9] gdb: Don't print a newline in language la_print_typedef methods
` [PATCHv3 2/9] gdb: Add new commands to list module variables and functions
` [PATCHv3 1/9] gdb/fortran: Add new 'info modules' command
` [PATCHv3 5/9] gdb: Split print_symbol_info into two parts

[review] [RFC][gdb] Make script-extension strict reject unknown extensions
 2019-10-16 22:20 UTC 

[PATCH] gdb/python: smarter symbol lookup for gdb.lookup_static_symbol
 2019-10-16 21:53 UTC  (8+ messages)
` [PATCHv2] "
      ` [PATCH] gdb/python: Introduce gdb.lookup_all_static_symbols

[review] Don't save the signal state in SIGSETJMP
 2019-10-16 21:15 UTC  (8+ messages)
` [review] Allow not saving "

[review] DWARF reader: Reject sections with invalid sizes
 2019-10-16 20:17 UTC  (7+ messages)

[review] gdb/testsuite: Introduce compiler_supports_ctf_debug guard function
 2019-10-16 20:02 UTC  (3+ messages)

[PATCH v3 1/2] binutils, ld: work with --disable-libctf
 2019-10-16 19:10 UTC  (2+ messages)
` [PATCH v3 2/2] Fix --enable-libctf, --disable-static, and tests sans CTF-capable toolchain

Change in binutils-gdb[master]: Add initial compile command support to RISC-V port
 2019-10-16 18:01 UTC  (5+ messages)
` [review] "

[review] Create xml-builtin.h to declare xml_builtins
 2019-10-16 16:21 UTC  (5+ messages)

Aruba Network Install Base
 2019-10-16 15:21 UTC 

[review] [gdb/tdep] Fix 'Unexpected register class' assert in amd64_push_argum
 2019-10-16 15:13 UTC  (2+ messages)

[review] [gdb/tdep] Fix inferior call arg passing for amd64
 2019-10-16 15:13 UTC  (2+ messages)

[review] [gdb/testsuite] Fix local-static.exp with g++-4.8
 2019-10-16 15:01 UTC  (2+ messages)

Change in binutils-gdb[master]: [gdb/testsuite] Fix regexp for reg value in jit-reader.exp
 2019-10-16 14:54 UTC  (3+ messages)
` [review] "

Fwd: Change in binutils-gdb[master]: [gdb/tdep] Fix 'Unexpected register class' assert in amd64_push_argum
 2019-10-16 14:21 UTC  (3+ messages)
  `  "

[RFC] [PATCH] Add gdbserver multiclient support for strace
 2019-10-16 13:34 UTC  (3+ messages)

[review] Use libxxhash for hashing, if present
 2019-10-16 13:09 UTC  (3+ messages)

[review] Add a fast_hash function in common-utils
 2019-10-16 13:09 UTC  (3+ messages)

[review] Store the mangled name as a string_view
 2019-10-16 13:08 UTC 

[PATCH v2 1/2] binutils, ld: work with --disable-libctf
 2019-10-16 12:53 UTC  (4+ messages)
` [PATCH v2 2/2 gdb] Fix --enable-libctf, --disable-static, and tests sans CTF-capable toolchain

[review] Change some arguments to gdb::string_view instead of name+len
 2019-10-16 12:39 UTC  (3+ messages)

[review] Add a string_view version of startswith
 2019-10-16 12:39 UTC 

[PATCH] Obsolete Solaris 10 support
 2019-10-16 10:22 UTC 

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