public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFA 0/8] various cleanup removals
 2017-09-11 20:35 UTC  (12+ messages)
` [RFA 3/8] Replace clear_hook_in_cleanup with scoped_restore_hook_in
` [RFA 5/8] Remove cleanups from find_frame_funname
` [RFA 8/8] Remove make_show_memory_breakpoints_cleanup
` [RFA 4/8] Remove cleanups from findcmd.c
` [RFA 2/8] Replace interp_set_temp with scoped_restore_interp
` [RFA 1/8] Change setup_breakpoint_reporting to return a scoped_restore
` [RFA 7/8] Use std::string in d-namespace.c
` [RFA 6/8] Use std::string in ctf_start

[RFA 0/3] preparation for command constification; cleanup removal
 2017-09-11 19:52 UTC  (7+ messages)
` [RFA 2/3] Constify language_enum
` [RFA 3/3] Make extract_arg return a std::string
` [RFA 1/3] Rename _const functions to use overloading instead

[RFA 0/3] add a few Python events
 2017-09-11 14:29 UTC  (18+ messages)
` [RFA 3/3] Make it simpler to add events to Python
` [RFA 1/3] Add new_inferior, inferior_deleted, and new_thread events
` [RFA 2/3] Small event ownership clean up in Python layer

[PATCH 0/5] Fortran: Array strides
 2017-09-11 12:58 UTC  (6+ messages)
` [PATCH 4/5] Fortran: Change subrange enum to bit field
` [PATCH 1/5] Fortran: Move calc_f77_array_dims
` [PATCH 5/5] Fortran: Enable parsing of stride parameter for subranges
` [PATCH 2/5] Fortran: Move value_f90_subarray
` [PATCH 3/5] Fortran: Allow multi-dimensional subarrays

[PATCH] Rename __BIT() to __ONEBIT() in the nds32 target
 2017-09-11  6:45 UTC  (6+ messages)
` [PATCH v2] Rename __BIT() to N32_BIT() "

[commit/obvious] Fix build breakage on GNU/Linux AArch64
 2017-09-10 22:13 UTC  (2+ messages)
` [commit/obvious] Fix build breakage on GNU/Linux AArch64, take 2

[PATCH] Use std::vector on tdesc->reg_defs (gdbserver/tdesc.h)
 2017-09-10 21:35 UTC  (3+ messages)

[PATCH 0/3] Small cleanups in gdbserver
 2017-09-10 20:11 UTC  (4+ messages)
` [PATCH 1/3] gdbserver: Remove duplicate functions to find any thread of process
` [PATCH 3/3] gdbserver: Remove thread_to_gdb_id
` [PATCH 2/3] gdbserver: Remove gdb_id_to_thread_id

[PATCH 1/2] lwp_info; Make the arch code free arch_lwp_info
 2017-09-10 19:14 UTC  (2+ messages)
` [PATCH 2/2] linux low: Make the arch code free arch_process_info

[PATCH 1/2] Make probe_ops::get_probes fill an std::vector
 2017-09-10 17:59 UTC  (4+ messages)
` [PATCH 2/2] Make collect_probes return "

[PATCH] Fix build breakage on GNU/Linux AArch64 and use std::vector on tdesc.reg_defs
 2017-09-10 16:12 UTC  (3+ messages)

[PATCH 1/2] mi_load_progress: Use unique_ptr to manage ui_out lifetime
 2017-09-10 12:55 UTC  (2+ messages)
` [PATCH 2/2] mi_load_progress: Restore current_uiout using a scoped_restore

Oh dear. I regret to inform you that commit b1308d2c3749cc454f00b70768ee33724d919527 might be unfortunate
 2017-09-10  5:54 UTC  (13+ messages)

[pushed] Remove unnecessary calls to is_mi_like_p in print_thread_info_1
 2017-09-09 20:53 UTC 

[RFA 0/4] some vector-related cleanup removal
 2017-09-09 19:55 UTC  (6+ messages)
` [RFA 2/4] Use gdb::byte_vector in pascal_object_print_value
` [RFA 3/4] Use gdb::def_vector in create_sals_line_offset
` [RFA 1/4] Use gdb::def_vector in func_command
` [RFA 4/4] Use std::vector in add_using_directive

[RFA 0/7] more ui-out cleanup removal
 2017-09-09 19:44 UTC  (20+ messages)
` [RFA 4/7] Use ui_out_emit_tuple in disasm.c
` [RFA 3/7] Use ui_out_emit_tuple in more places
` [RFA 5/7] Use ui_out_emit_list "
` [RFA 1/7] Use ui_out_emit_table and ui_out_emit_list in print_thread_info_1
` [RFA 6/7] Remove make_cleanup_ui_out_redirect_pop
` [RFA 2/7] Remove make_cleanup_ui_out_table_begin_end
` [RFA 7/7] Use ui_out_emit_list and ui_out_emit_tuple with gdb::optional

[PATCH] Introduce gdb::byte_vector, add allocator that default-initializes
 2017-09-09 19:11 UTC  (6+ messages)

[PATCH] gdb: Remove check for gdb_stderr == NULL
 2017-09-09 18:57 UTC  (2+ messages)

[PATCH] Add DISABLE_COPY_AND_ASSIGN
 2017-09-09 18:45 UTC  (5+ messages)

[PATCH v2] Remove unnecessary function prototypes
 2017-09-09 17:29 UTC  (2+ messages)

[PATCH] Remove unnecessary function prototypes
 2017-09-09 15:54 UTC  (3+ messages)

Page blank
 2017-09-09  2:42 UTC 

[PATCH OB] Remove unused field field_info.fnfields
 2017-09-09  0:05 UTC 

[PATCH v4 0/5] Some Fortran Patches
 2017-09-08 14:35 UTC  (8+ messages)
` [PATCH v4 4/5] Dwarf: Fortran, support DW_TAG_entry_point
` [PATCH v4 5/5] Fortran: Nested functions, add scope parameter
` [PATCH v4 2/5] Fortran: Accessing fields of inherited types via fully qualified name
` [PATCH v4 3/5] Fortran: Ptype, print type extension
` [PATCH v4 1/5] DWARF: Don't add nameless modules to partial symbol table

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

[PATCH v3 0/6] Some Fortran Patches
 2017-09-08 12:13 UTC  (4+ messages)
` [PATCH v3 6/6] Fortran: Nested functions, add scope parameter

[PATCH] Add selftests run filtering
 2017-09-07 15:11 UTC  (9+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

gdb-8.0 branch FROZEN
 2017-09-07 14:58 UTC  (2+ messages)
` gdb-8.0 branch OPEN again

[release/HEAD] Document the GDB 8.0.1 release in gdb/ChangeLog
 2017-09-07 14:51 UTC 

FYI/BRANCH: Patches applied to branch gdb-8.0-branch
 2017-09-07 14:50 UTC  (3+ messages)
` [release/branch 1/2] Document the GDB 8.0.1 release in gdb/ChangeLog
` [release/branch 2/2] Bump GDB version number to 8.0.1.DATE-git

[release/branch] Set GDB version number to 8.0.1
 2017-09-07 14:29 UTC 

[pushed/ob] remove QStartupWithShell entry from NEWS::Changes in GDB 7.11
 2017-09-07 14:28 UTC 

hurd: update RPC prototypes
 2017-09-07 11:12 UTC  (4+ messages)

[RFC][00/19] Target FP: Precise target floating-point emulation
 2017-09-06 21:04 UTC  (5+ messages)

[RFA 0/4] remove some cleanups from parsing code
 2017-09-06 19:39 UTC  (9+ messages)
` [RFA 4/4] Change funcall_chain to be a std::vector
` [RFA 2/4] Remove last cleanups from d-exp.y
` [RFA 1/4] Remove make_cleanup_clear_parser_state
` [RFA 3/4] Remove last cleanups from go-exp.y

[PATCH 0/2] Make "list ambiguous" show symbol names too
 2017-09-06 18:43 UTC  (5+ messages)
` [PATCH 2/2] "
` [PATCH 1/2] Fix "list ambiguous_variable"

[PATCH/RFC] Implement the ability to set the current working directory in GDBserver
 2017-09-06 18:18 UTC  (5+ messages)

[PATCH, gdb/testsuite] Fix compare-sections.exp FAIL
 2017-09-06 17:13 UTC  (2+ messages)

[PATCH, gdb/testsuite] Fix calls in gdb.arch/thumb2-it.exp
 2017-09-06 16:56 UTC  (3+ messages)

[PATCH] Add myself as a write-after-approval GDB maintainer
 2017-09-06 16:26 UTC 

[PATCH] Introduce dw2_linkage_name and dw2_linkage_name_attr
 2017-09-06 15:06 UTC  (2+ messages)

[RFA] Cast char constant to int in sizeof.exp
 2017-09-06 14:29 UTC  (2+ messages)

[patch+7.12.1 1/2] Code cleanup: write_exp_msymbol: +is_tls
 2017-09-06 12:14 UTC  (2+ messages)

[patch+7.12.1 2/2] Fix TLS (such as 'errno') regression
 2017-09-06 11:58 UTC  (2+ messages)

[PATCH] icc: allow code path for newer versions of icc
 2017-09-06  8:47 UTC  (3+ messages)
` [PATCH] gdb - avx512: tests were failing due to missing memory aligment
` [PATCH] symlookup: improves symbol lookup when a file is specified

[PATCH] Implement the ability to transmit environment variables to GDBserver when starting the inferior
 2017-09-06  8:36 UTC  (9+ messages)
` [PATCH v5] Implement the ability to set/unset "

[PATCH] Correct shell compatibility issue detected with pkgsrc
 2017-09-06  1:04 UTC  (4+ messages)

[PATCH] Define HAVE_NATIVE_GCORE_HOST on NetBSD
 2017-09-06  0:19 UTC  (2+ messages)

[PATCH v2 0/2] Initial support for FreeBSD/aarch64
 2017-09-05 19:41 UTC  (5+ messages)

[PATCH v2] Define an error function in the PPC simulator library
 2017-09-05 19:38 UTC  (8+ messages)

[PATCH v4 0/5] sim port for OpenRISC
 2017-09-05 18:53 UTC  (5+ messages)
` [PATCH v4 3/5] sim: or1k: add or1k target to sim

[PATCH] Fix leak of auto_obstack objfile_per_bfd_storage->storage_obstack;
 2017-09-05 18:31 UTC  (2+ messages)

[RFC][17/19] Target FP: Remove unused floating-point routines
 2017-09-05 18:22 UTC 

[RFC][19/19] Target FP: Implement binary FP operations via MPFR
 2017-09-05 18:22 UTC 

[RFC][16/19] Target FP: Remove unused union
 2017-09-05 18:22 UTC 

[RFC][15/19] Target FP: Remove convert_typed_floating from tdep files
 2017-09-05 18:22 UTC 

[RFC][18/19] Target FP: Merge doublest.c and dfp.c into target-float.c
 2017-09-05 18: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).