Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[RFC 8.3 0/3] Some style fixes
 2019-03-09  6:17 UTC  (5+ messages)
` [RFC 8.3 1/3] Make TUI react to "set style enabled"
` [RFC 8.3 2/3] Add the "set style source" command
` [RFC 8.3 3/3] Avoid a crash in source_cache::extract_lines

GDB 8.2.90 available for testing
 2019-03-09  6:13 UTC  (13+ messages)

[PATCH 0/9] Minor minimal symbol improvements
 2019-03-08 23:44 UTC  (14+ messages)
` [PATCH 6/9] Use htab_up for demangled hash
` [PATCH 8/9] Use memcpy in minimal_symbol_reader::install
` [PATCH 4/9] Remove minsym termination
` [PATCH 2/9] Introduce and use language_set
` [PATCH 3/9] Remove some unneeded initializations in minimal_symbol_reader
` [PATCH 1/9] Slightly simplify minsym creation
` [PATCH 7/9] Allocate minimal symbols with malloc
` [PATCH 9/9] Change minimal_symbol inheritance
` [PATCH 5/9] Simplify per-BFD storage management

[PATCH 00/16] Add styling to the gdb CLI and TUI
 2019-03-08 21:11 UTC  (35+ messages)

[PATCH v2 00/11] Support for thread-local variables on FreeBSD
 2019-03-08 18:39 UTC  (17+ messages)
` [PATCH v2 06/11] Add a more general version of lookup_struct_elt_type
` [PATCH v2 07/11] Add a helper function to resolve TLS variable addresses for FreeBSD
` [PATCH v2 11/11] Support TLS variables on FreeBSD/powerpc
` [PATCH v2 05/11] Remove code disabled since at least 1999 from lookup_struct_elt_type
` [PATCH v2 04/11] Add a new gdbarch method to resolve the address of TLS variables

A knob to control source highlighting?
 2019-03-07 21:56 UTC  (3+ messages)

[PATCH] gdb/testsuite: Prepare for DejaGnu 1.6.2
 2019-03-07 21:55 UTC  (3+ messages)

MinGW build failure for GDB 8.2.90 with source-highlight
 2019-03-07 20:29 UTC  (8+ messages)

[pushed] Fix normal_stop latent bug
 2019-03-07 17:46 UTC 

[PATCH v2 00/22] Remove cleanups
 2019-03-07 17:42 UTC  (42+ messages)
` [PATCH v2 05/22] Remove last cleanup from gdbserver
` [PATCH v2 08/22] Remove last cleanup solib-aix.c
` [PATCH v2 12/22] Remove basic cleanup code
` [PATCH v2 22/22] Introduce and use bcache_up
` [PATCH v2 11/22] Use unique_xmalloc_ptr in remote.c
` [PATCH v2 10/22] Remove last cleanups from stabsread.c
` [PATCH v2 02/22] Update two cleanup comments
` [PATCH v2 01/22] Remove cleanups from coffread.c
` [PATCH v2 07/22] Remove last cleanups from solib-svr4.c
` [PATCH v2 21/22] Use SCOPE_EXIT in write_gcore_file
` [PATCH v2 04/22] C++ify remote notification code
` [PATCH v2 09/22] Remove last cleanup from linux-namespaces.c
` [PATCH v2 06/22] Remove cleanup from solib-svr4.c
` [PATCH v2 13/22] Remove free_current_contents
` [PATCH v2 03/22] Change displaced_step_clear_cleanup with a forward_scope_exit

[PUSHED 00/11] Fortran Parser Cleanup, KIND Support, and Intrinsic Functions
 2019-03-07 15:49 UTC  (16+ messages)
` [PATCH "
  ` [PUSHED 01/11] gdb/fortran: Remove some duplicate tests
  ` [PUSHED 02/11] gdb/fortran: Cleanup code for parsing logical constants
  ` [PUSHED 04/11] gdb/fortran: Add new function to evaluate Fortran expressions
  ` [PUSHED 10/11] gdb/fortran: Add support for the ABS intrinsic function
      ` [PATCH] gdb: Move value_from_host_double into value.c and make more use of it
  ` [PUSHED 07/11] gdb/fortran: Expand the set of types that support (kind=N)
  ` [PUSHED 11/11] gdb/fortran: Handle older TYPE*SIZE typenames
  ` [PUSHED 03/11] gdb/fortran: Simplify handling of Fortran dot operations and keywords
  ` [PUSHED 08/11] gdb/fortran: Add builtin 8-byte integer type with (kind=8) support
  ` [PUSHED 09/11] gdb/fortran: Use TYPE_CODE_CHAR for character types
  ` [PUSHED 06/11] gdb/fortran: Add Fortran 'kind' intrinsic and keyword
  ` [PUSHED 05/11] gdb/fortran: Enable debugging of the Fortran parser

[RFC][gdb/testsuite] Fix base address selection entry encoding in dw2-skip-prologue.S
 2019-03-07 12:11 UTC 

[RFC PATCH 0/6] Support for Linux kernel thread aware debug
 2019-03-07 11:50 UTC  (5+ messages)

[PATCH] Remove excess calls to gdb_flush
 2019-03-07  6:06 UTC  (6+ messages)

New ARI warning Thu Mar 7 01:56:49 UTC 2019
 2019-03-07  1:56 UTC 

[PATCH v2 0/2] MI: Add new command -complete
 2019-03-06 17:36 UTC  (15+ messages)
  ` [PATCH v3 2/2] "
  ` [PATCH v3 1/2] MI: extract command completion logic from complete_command()
  ` [PATCH v3 0/2] MI: Add new command -complete

[PATCH v2 0/8] Support for AArch64 Pointer Authentication
 2019-03-06 15:36 UTC  (10+ messages)
` [PATCH v2 4/8] AArch64: gdbserver: read pauth registers
` [PATCH v2 3/8] AArch64: Read "
` [PATCH v2 1/8] AArch64: Add pointer authentication feature
` [PATCH v2 6/8] AArch64: DWARF unwinder support for signed return addresses
` [PATCH v2 8/8] AArch64: Read pauth section from core files
` [PATCH v2 2/8] AArch64: Use HWCAP to detect pauth feature
` [PATCH v2 7/8] AArch64: Prologue scan unwinder support for signed return addresses
` [PATCH v2 5/8] AArch64: Add pauth DWARF registers

[FYI] Fix remote-sim.c build after warn-unused-result change
 2019-03-06 14:59 UTC 

Commit "Introduce ATTRIBUTE_UNUSED_RESULT and use it" breaks gdb build
 2019-03-06 14:58 UTC  (2+ messages)

[PATCH] Testsuite: Ensure pie is disabled on some tests
 2019-03-06 10:20 UTC 

[PATCH] Apply substitute-path to relative filenames as well
 2019-03-06 10:06 UTC  (3+ messages)

[PATCH V2] Testsuite: Ensure changing directory does not break the log file
 2019-03-05 22:15 UTC  (3+ messages)

[FYI] Remove some Python 3 #ifs
 2019-03-05 22:14 UTC 

[PATCH v2 0/5] Add python method gdb.InferiorThread.thread_handle
 2019-03-05 21:54 UTC  (9+ messages)
` [PATCH v2 1/5] Introduce target_ops method thread_info_to_thread_handle
` [PATCH v2 2/5] Add python method InferiorThread.thread_handle
` [PATCH v2 3/5] Support buffer objects as handles in Inferior.thread_from_thread_handle()
` [PATCH v2 4/5] Tests for gdb.InferiorThread.thread_handle

[RFC] Change the_dummy_target to be a global
 2019-03-05 20:46 UTC  (3+ messages)

[PATCH 0/4] Make "checkpoint" not rely on inferior_ptid
 2019-03-05 19:46 UTC  (8+ messages)
` [PATCH 3/4] linux-fork.c: rewrite inf_has_multiple_threads
` [PATCH 2/4] C++ify fork_info, use std::list
` [PATCH 4/4] Eliminate fork_info::clobber_regs
` [PATCH 1/4] Make "checkpoint" not rely on inferior_ptid

[PATCH] Small fix to gdb.Value constructor doc
 2019-03-05 19:02 UTC  (3+ messages)

[PATCH][PR gdb/8527] Interrupt not functional in Eclipse/CDT on Solaris
 2019-03-05 18:58 UTC  (9+ messages)

[FYI] Remove gdb_bfd_fdopenr
 2019-03-05 16:04 UTC 

[PATCH 0/7] Use warn_unused_result on release methods
 2019-03-05 15:46 UTC  (2+ messages)

[PATCH 0/2] constify null_ptid and minus_one_ptid
 2019-03-04 23:30 UTC  (5+ messages)
` [PATCH 1/2] Change iterate_over_lwps to take a gdb::function_view
` [PATCH 2/2] Make null_ptid and minus_one_ptid "const"

[PATCH] Use '$enable_unittest' instead of '$development' on gdbserver/configure.srv (for 'aarch64*-*-linux*' case)
 2019-03-04 21:49 UTC  (3+ messages)

[RFC] gdb/riscv: Add target description support
 2019-03-04 16:18 UTC  (5+ messages)
` [PATCH] "

[COMMIT] Fix documentation of styles
 2019-03-02 19:45 UTC 

[PATCH 00/11] Adds functionality and fixes some code
 2019-03-02 18:52 UTC  (8+ messages)
` [PATCH 02/11] Fortran: Fix negative bounds for dynamic allocated arrays
` [PATCH 01/11] Dwarf: Fix dynamic properties with neg. value
` PING Re: [PATCH 00/11] Adds functionality and fixes some code

[RFA/commit] gdb-gdb.py.in: Fix error when printing range type
 2019-03-02 13:49 UTC 

[PATCH] Fix coff_start_symtab resource leak found by Coverity
 2019-03-01 14:10 UTC  (3+ messages)

Oh dear. I regret to inform you that commit 2c3fc25dd18d3afb4b4cb494c4803fdfbf00ae9b might be unfortunate
 2019-03-01  9:51 UTC  (2+ messages)
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, revision 2c3fc25dd18d3afb4b4cb494c4803fdfbf00ae9b

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox