public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFA_v3 0/8] Implement 'frame apply COMMAND', enhance 'thread apply COMMAND'
 2018-07-10 21:50 UTC  (18+ messages)
` [RFA_v3 6/8] Add a test for 'frame apply'
` [RFA_v3 1/8] Add helper functions parse_flags and parse_flags_qcs
` [RFA_v3 3/8] Add [FLAG]... arguments to 'thread apply'
` [RFA_v3 2/8] Implement frame apply [all | COUNT | -COUNT | id ID... ] [FLAG]... COMMAND
` [RFA_v3 8/8] Add a self-test for cli-utils.c
` [RFA_v3 4/8] Documents the new commands 'frame apply', faas, taas, tfaas

[RFA_v4 0/8] Implement 'frame apply COMMAND', enhance 'thread apply COMMAND'
 2018-07-10 21:39 UTC  (9+ messages)
` [RFA_v4 7/8] Modify gdb.threads/pthreads.exp to test FLAG qcs arguments for thread apply. Also, add prefixes to make some non unique tests unique
` [RFA_v4 3/8] Add [FLAG]... arguments to 'thread apply'
` [RFA_v4 2/8] Implement frame apply [all | COUNT | -COUNT | level LEVEL... ] [FLAG]... COMMAND
` [RFA_v4 8/8] Add a self-test for cli-utils.c
` [RFA_v4 4/8] Documents the new commands 'frame apply', faas, taas, tfaas
` [RFA_v4 6/8] Add a test for 'frame apply'
` [RFA_v4 5/8] Announce the user visible changes for frame/thread apply in NEWS
` [RFA_v4 1/8] Add helper functions parse_flags and parse_flags_qcs

[PATCH 0/2] Fix gdb.base/multi-forks.exp regression with gdbserver (PR gdb/23377)
 2018-07-10 19:06 UTC  (3+ messages)
` [PATCH 1/2] GDBserver: Don't assume thread's a current process in D;PID implementation "
` [PATCH 2/2] GDB: Workaround D;PID handling bug in older GDBservers "

[PATCH] GDBserver: Fix "Cond. jump or move depends on uninit value" in x87 code
 2018-07-10 18:58 UTC  (2+ messages)

[PATCH] Return bytes for tdesc_register_size()
 2018-07-10 18:45 UTC  (2+ messages)

[PATCH 0/8] Convert C compile to C++
 2018-07-10 17:07 UTC  (9+ messages)
` [PATCH 4/8] Add a C++ wrapper for GCC C plug-in
` [PATCH 6/8] Use std::unordered_map instead of htab_t

[PATCH v2] gdb: generate NT_PROCSTAT_AUXV in FreeBSD coredumps
 2018-07-10 16:25 UTC  (2+ messages)

[PATCH] gdb/testsuite: Run test when software watchpoints are used
 2018-07-10 14:01 UTC  (7+ messages)

[PUSHED] [PATCH 0/2] Small RiscV cleanup / fixes
 2018-07-10 11:58 UTC  (3+ messages)
` [PATCH 2/2] gdb/riscv: Fix assertion in inferior call code
` [PATCH 1/2] gdb/riscv: Use TYPE_SAFE_NAME

[PATCH] gdb: generate NT_PROCSTAT_AUXV in FreeBSD coredumps
 2018-07-10 11:07 UTC 

[RFA 00/42] Remove globals from buildsym
 2018-07-10  4:38 UTC  (114+ messages)
` [RFA 02/42] Change buildsym_compunit::comp_dir to be a unique_xmalloc_ptr
` [RFA 17/42] Move the subfile stack to buildsym_compunit
` [RFA 13/42] Remove buildsym_new_init
` [RFA 29/42] Move the symbol lists to buildsym_compunit
` [RFA 15/42] Remove merge_symbol_lists
` [RFA 22/42] Move current_subfile to buildsym_compunit
` [RFA 27/42] Do not look at file symbols when reading psymtabs
` [RFA 25/42] Remove the "listhead" argument from finish_block
` [RFA 04/42] Move last_source file to buildsym_compunit
` [RFA 26/42] Remove free_pendings
` [RFA 05/42] Move pending_macros to buildsym_compunit
` [RFA 03/42] Add assert in prepare_for_building
` [RFA 23/42] Move pending addrmap globals to buildsym_compunit
` [RFA 18/42] Make free_pending_blocks static
` [RFA 06/42] Move have_line_numbers to buildsym_compunit
` [RFA 20/42] Use outermost_context_p in more places
` [RFA 19/42] Move the using directives to buildsym_compunit
` [RFA 09/42] Make context_stack_size static in buildsym.c
` [RFA 08/42] Move processing_acc_compilation to dbxread.c
` [RFA 16/42] Use gdb_assert in two places in buildsym.c
` [RFA 07/42] Move last_source_start_addr to buildsym_compunit
` [RFA 28/42] Set list_in_scope later in DWARF reader
` [RFA 10/42] Move some code from buildsym to stabsread
` [RFA 21/42] Move the context stack to buildsym_compunit
` [RFA 01/42] Use new and delete for buildsym_compunit
` [RFA 14/42] Move scan_file_globals declaration to stabsread.h
` [RFA 12/42] Move within_function to stabsread
` [RFA 24/42] Move pending_blocks and pending_block_obstack to buildsym_compunit
` [RFA 11/42] Move processing_gcc to stabsread
` [RFA 34/42] Add many methods to buildsym_compunit
` [RFA 40/42] Convert the DWARF reader to new-style buildysm
` [RFA 39/42] Parameterize cp_scan_for_anonymous_namespaces
` [RFA 32/42] Remove EXTERN from buildsym.h
` [RFA 36/42] Remove reset_symtab_globals
` [RFA 42/42] Remove record_line_ftype
` [RFA 35/42] Do not use buildsym.h in some files
` [RFA 37/42] Move struct buildsym_compunit to buildsym.h
` [RFA 31/42] Remove a TODO
` [RFA 33/42] Remove parameter from record_pending_block
` [RFA 41/42] Remove some unused buildsym functions
` [RFA 38/42] Introduce legacy-buildsym.h
` [RFA 30/42] Remove buildsym_init

[RFC][PATCH] Consolidate gdbserver global variables
 2018-07-10  1:14 UTC  (7+ messages)
    ` [RFC][PATCH v2] "
        ` [RFC][PATCH v3] "

[PATCH 0/3] Add a DWARF index cache
 2018-07-09 21:57 UTC  (4+ messages)
` [PATCH 1/3] Make index reading functions more modular
` [PATCH 2/3] Introduce scoped_mmapped_file
` [PATCH 3/3] Add DWARF index cache

[PATCH RFC 0/5] Add a DWARF index cache
 2018-07-09 20:56 UTC  (4+ messages)
` [PATCH RFC 5/5] Add "

[RFC PATCH] Really fix gdb/23010: SYMBOL_LANGUAGE != DICT_LANGUAGE assertion
 2018-07-09 19:50 UTC  (5+ messages)

[RFA] Use std::vector for moribund_locations
 2018-07-09 17:10 UTC  (5+ messages)

[PATCH] gdb: Use add_setshow_zuinteger_unlimited_cmd in remote.c
 2018-07-09 17:10 UTC  (5+ messages)

[PATCH v4] Allow using special files with File I/O functions
 2018-07-09 15:37 UTC  (6+ messages)

[PATCH] MIPS/GDB/linux-nat.c: Fix a child detach condition for uClibc-ng
 2018-07-09 11:20 UTC  (6+ messages)

[PATCH] Install fileio.h to share File I/O protocol type definitions
 2018-07-09  9:34 UTC 

[RFA] Remove VEC from breakpoint
 2018-07-09  4:21 UTC  (7+ messages)

[PATCH] Fix PR c++/23373: GDB hangs when printing a struct with a static member of itself
 2018-07-07 21:26 UTC 

[patch] contrib/gdb-add-index.sh -dwarf-5
 2018-07-07 21:20 UTC  (3+ messages)
  ` [commit+8.2] "

[PATCH] Implement IPv6 support for GDB/gdbserver
 2018-07-07 20:47 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] Make target_read_alloc & al return vectors
 2018-07-07 19:32 UTC  (8+ messages)

[PATCH] gdb/testsuite: Allow for failure to read some memory addresses
 2018-07-07 14:05 UTC  (4+ messages)

[PATCH] RISC-V: Add osabi support
 2018-07-07  1:53 UTC  (5+ messages)

[PATCH] gdb/testsuite: Ensure test links in malloc and free
 2018-07-06 13:20 UTC  (3+ messages)

[RFC] mi: add -a option to the "-data-disassemble" command
 2018-07-06 12:37 UTC  (2+ messages)

[RFA 0/6] info [args|functions|locals|variables] [-q] [-t TYPEREGEXP] [NAMEREGEXP]
 2018-07-06  5:37 UTC  (9+ messages)
` [RFA 3/6] Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|variables]
` [RFA 2/6] Make struct type_print_options default_ptype_flags non static
` [RFA 1/6] New cli-utils.h/.c function extract_info_print_args
` [RFA 5/6] Announce changes in NEWS to info [args|functions|locals|variables]
` [RFA 6/6] Add a test case for info args|functions|locals|variables [-q] [-t TYPEREGEXP] [NAMEREGEXP]
` [RFA 4/6] Document changes to info [args|functions|locals|variables]

[PATCH] RISC-V: Correct legacy misa register number
 2018-07-06  3:16 UTC  (4+ messages)

[pushed] darwin: Silence syscall deprecated declaration warning
 2018-07-06  1:53 UTC 

[PATCH v3] Allow using special files with File I/O functions
 2018-07-05 16:50 UTC  (8+ messages)

[PATCH 1/2] darwin: Silence syscall deprecated declaration warning
 2018-07-05 16:12 UTC  (7+ messages)
` [PATCH 2/2] darwin: Don't use sbrk

Why Your GUT Is the Most Important Part of Your Body
 2018-07-05 11:54 UTC 

New ARI warning Thu Jul 5 02:17:13 UTC 2018 in gdb-8.2-branch
 2018-07-05  2:17 UTC 

[RFA] Fix crash in "run" on macOS when gdb is not signed
 2018-07-04 17:34 UTC  (6+ messages)

Oh dear. I regret to inform you that commit f02a5b0d35750cb68177e4f213217eaf7722bc42 might be unfortunate [gdb-8.2-branch]
 2018-07-04 17:08 UTC  (3+ messages)
` Breakage on builder Fedora-x86_64-w64-mingw32, revision f02a5b0d35750cb68177e4f213217eaf7722bc42 [gdb-8.2-branch]

[RFC 0/5] info [args|functions|locals|variables] [-q] [-t TYPEREGEXP] [NAMEREGEXP]
 2018-07-04 16:44 UTC  (5+ messages)
` [RFC 4/5] Document changes to info [args|functions|locals|variables]

GDB 8.1.90 available for testing
 2018-07-04 16:32 UTC 

gdb-8.2 branch FROZEN
 2018-07-04 16:27 UTC  (2+ messages)
` gdb-8.2 branch open again

FYI/BRANCH: Patches applied to branch gdb-8.2-branch
 2018-07-04 16:19 UTC  (3+ messages)
` [release/branch 2/2] Bump GDB version number to 8.1.90.DATE-git
` [release/branch 1/2] Document the GDB 8.1.90 release in gdb/ChangeLog

[release/branch] Set GDB version number to 8.1.90
 2018-07-04 16:05 UTC 

[pushed/8.2] gdb/NEWS: Change "Changes since GDB 8.1" into "Changes in GDB 8.2"
 2018-07-04 16:03 UTC 

[PATCH] RISC-V: Add software single step support
 2018-07-04 16:02 UTC  (3+ messages)

[RFC][gdb] Fix build error in macroexp.c
 2018-07-04 15:51 UTC  (2+ messages)

FYI/HEAD: Patches applied to branch master
 2018-07-04 15:50 UTC  (3+ messages)
` [release/HEAD 2/2] Update NEWS post GDB 8.2 branch creation
` [release/HEAD 1/2] Bump version to 8.2.50.DATE-git

FYI/BRANCH: Patches applied to branch gdb-8.2-branch
 2018-07-04 15:49 UTC  (3+ messages)
` [release/branch 2/2] Set development mode to "off" by default
` [release/branch 1/2] Bump version to 8.1.90.DATE-git

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