public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv2 0/2] Line table is_stmt support
 2020-04-05  8:55 UTC  (10+ messages)
` [PATCH 0/2] More regression fixing from is-stmt patches
` [PATCH 1/2] gdb/testsuite: Move helper function into lib/dwarf.exp
` [PATCH 2/2] gdb: Preserve is-stmt lines when switch between files

[PATCHv5] Fix range end handling of inlined subroutines
 2020-04-05  2:28 UTC  (8+ messages)
` [PATCHv6] "

[PATCH v3 2/2] Fix an undefined behavior in record_line
 2020-04-05  0:12 UTC  (16+ messages)

[PATCH] Change get_objfile_arch to a method on objfile
 2020-04-04 22:16 UTC 

[RFC][PATCH][PR gdb/15559] Use thiscall calling convention for class members
 2020-04-04 19:35 UTC 

[PATCH] Speed up psymbol reading by removing a copy
 2020-04-04 19:35 UTC 

[RFC 0/6] Some user-friendliness changes
 2020-04-04 16:42 UTC  (13+ messages)
` [RFC 1/6] Introduce read_entire_file
` [RFC 2/6] Add "help news"
` [RFC 3/6] Add "tips" file to gdb
` [RFC 4/6] Add get_standard_config_dir function
` [RFC 5/6] Let the user control the startup style
` [RFC 6/6] Add "set startup-quietly"

[PATCHv2 0/3] Remove C++ Symbol Aliases From Completion List
 2020-04-04 15:37 UTC  (4+ messages)
` [PATCHv2 2/3] gdb: Restructure the completion_tracker class
    ` [PATCH] gdb: Don't corrupt completions hash when expanding the hash table

[PATCH v2 00/20] Make DWARF attribute references safe
 2020-04-04 14:43 UTC  (21+ messages)
` [PATCH v2 01/20] Add attribute::value_as_string method
` [PATCH v2 02/20] Rename struct attribute accessors
` [PATCH v2 03/20] Avoid using DW_* macros in dwarf2/attribute.c
` [PATCH v2 04/20] Change some uses of DW_STRING to string method
` [PATCH v2 05/20] Remove some uses of DW_STRING_IS_CANONICAL
` [PATCH v2 06/20] Remove DW_STRING and DW_STRING_IS_CANONICAL
` [PATCH v2 07/20] Remove DW_BLOCK
` [PATCH v2 08/20] Remove DW_SIGNATURE
` [PATCH v2 09/20] Remove DW_SND
` [PATCH v2 10/20] Use setter for attribute's unsigned value
` [PATCH v2 11/20] Add reprocessing flag to struct attribute
` [PATCH v2 12/20] Remove DW_ADDR
` [PATCH v2 13/20] Change how reprocessing is done
` [PATCH v2 14/20] Change how accessibility is handled in dwarf2/read.c
` [PATCH v2 15/20] Add attribute::as_unsigned method
` [PATCH v2 16/20] Change is_valid_DW_AT_defaulted to a method on attribute
` [PATCH v2 17/20] Change die_info methods to check the attribute's form
` [PATCH v2 18/20] Add attribute::as_virtuality method
` [PATCH v2 19/20] Add attribute::as_boolean method
` [PATCH v2 20/20] Remove DW_UNSND

[PATCH 00/20] Make DWARF attribute references safe
 2020-04-04 14:23 UTC  (16+ messages)
` [PATCH 11/20] Add reprocessing flag to struct attribute
` [PATCH 12/20] Remove DW_ADDR
` [PATCH 13/20] Change how reprocessing is done
` [PATCH 15/20] Add attribute::get_unsigned method
` [PATCH 16/20] Change is_valid_DW_AT_defaulted to a method on attribute

[PATCH][PR gdb/25325] Fix attributes of typed enums of typedefs
 2020-04-03 20:14 UTC  (3+ messages)

[RFC][PATCH] Support frames inlined into the outer frame
 2020-04-03 19:37 UTC  (8+ messages)
` [PATCH] [gdb] "
      ` [PATCH v2] "

[PATCH v2 1/3] Support for DW_AT_loclists_base and DW_FORM_loclistx
 2020-04-03 18:07 UTC  (2+ messages)

[PATCH v3 1/3] Support for DW_AT_loclists_base and DW_FORM_loclistx
 2020-04-03 17:51 UTC  (3+ messages)
` [PATCH v3 2/3] DWARFv5: Handle location list for split dwarf

[PATCH v2 3/3] DWARFv5: Info address command error in gdb with DWARFfv5
 2020-04-03 17:49 UTC  (2+ messages)

[PATCH 0/2] Avoid infinite recursion in get_msymbol_address
 2020-04-03 16:58 UTC  (3+ messages)
` [PATCH 1/2] Skip separate debug files when handling copy relocations
` [PATCH 2/2] Avoid infinite recursion in get_msymbol_address

[pushed] Fix DWARF disassembly of DW_OP_const_type
 2020-04-03 15:16 UTC 

[PATCH] Implement "info proc mappings" for NetBSD
 2020-04-03  1:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/7] Add "Windows" OS ABI
 2020-04-02 19:47 UTC  (24+ messages)
` [PATCH 6/7] gdb: select "Cygwin" OS ABI for Cygwin binaries
      ` [PATCH] gdb: use bfd_get_section_contents to read section contents in, is_linked_with_cygwin_dll (was: Re: [PATCH 6/7] gdb: select "Cygwin" OS ABI for Cygwin binaries)
        ` [PATCH] gdb: use bfd_get_section_contents to read section contents in, is_linked_with_cygwin_dll
    ` [PATCH] gdb: stop using host-dependent signal numbers in, windows-tdep.c (was: Re: [PATCH 0/7] Add "Windows" OS ABI)
      ` [PATCH] gdb: stop using host-dependent signal numbers in, windows-tdep.c

[PATCH] gdb: replace some calls to internal_error with gdb_assert
 2020-04-02 19:44 UTC  (3+ messages)

[PATCH] Implement basic threading support in the NetBSD target
 2020-04-02 19:24 UTC  (11+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "
      ` [PATCH v5] "

[pushed] Avoid assertion failure due to complex type change
 2020-04-02 19:19 UTC 

[PATCH v2 0/7] Update complex number support
 2020-04-02 19:17 UTC  (8+ messages)
` [PATCH v2 1/7] Change how complex types are created
` [PATCH v2 3/7] Change how complex types are printed in C
  ` [committed][gdb/testsuite] Accept new complex print style in mixed-lang-stack.exp

[pushed] Micro-optimize partial_die_info::read
 2020-04-02 18:55 UTC 

[review v2] infrun: handle already-exited threads when attempting to stop
 2020-04-02 18:00 UTC  (3+ messages)
` [PATCH v4 2/2] gdb/infrun: "

[PATCH v4 0/2] Handling already-exited threads in 'stop_all_threads'
 2020-04-02 15:31 UTC  (2+ messages)
` [PING][PATCH "

[PATCH][gdb/symtab] Fix check-psymtab failure for inline function
 2020-04-02 15:14 UTC  (7+ messages)
  ` [committed][gdb/testsuite] Add test-case gdb.dwarf2/break-inline-psymtab.exp
    ` [PING][PATCH][gdb/symtab] Fix check-psymtab failure for inline function

[PATCH] gdb: Restore previously selected thread when switching inferior
 2020-04-02 11:52 UTC  (4+ messages)

[PATCH][gdb] Expand symbolless symtabs using maint expand-symtabs
 2020-04-02  8:44 UTC  (4+ messages)

[PING^2][PATCH 00/31] Turn gdbserver's linux low targets into classes
 2020-04-02  7:33 UTC  (6+ messages)
  ` [PATCH 10/31] gdbserver/linux-low: turn 'breakpoint_kind_from_{pc, current_state}' into methods
  ` [PATCH 13/31] gdbserver/linux-low: move 'decr_pc_after_break' into linux_process_target
` [PATCH 00/31] Turn gdbserver's linux low targets into classes

[PATCH] Implement nbsd_nat_target::thread_name
 2020-04-01 20:45 UTC  (4+ messages)

[PATCH 0/3] Fix gdb's BFD cache
 2020-04-01 20:20 UTC  (5+ messages)
` [PATCH 2/3] Consistently use BFD's time

[RFC][gdb] Use partial symbol table to find language for main
 2020-04-01 20:07 UTC  (6+ messages)
      ` [PATCH][gdb] "

[PATCH] Clarify when dont_repeat should be called
 2020-04-01 20:03 UTC  (2+ messages)

[PATCH 0/2] Make Rust tests more "past-proof"
 2020-04-01 20:02 UTC  (2+ messages)

[PATCH 0/2] All threads not stopped when a process exits
 2020-04-01 19:35 UTC  (5+ messages)
` [PATCH 2/2] gdb/infrun: stop all threads if there exists a non-stop target
` [PING^3][PATCH 0/2] All threads not stopped when a process exits

[PATCH v2 1/3] Support for DW_AT_loclists_base and DW_FORM_loclistx
 2020-04-01 19:24 UTC  (4+ messages)
` [PATCH v2 3/3] DWARFv5: Info address command error in gdb with DWARFfv5

[PATCH v2][PR gdb/24789] Allow pointer arithmetic with integer references
 2020-04-01 18:55 UTC  (7+ messages)

[PATCH 0/3] Keep duplicate line table entries
 2020-04-01 18:34 UTC  (7+ messages)
` [PATCH 1/3] gdb/testsuite: Add compiler options parameter to function_range helper
` [PATCH 2/3] gdb/testsuite: Add support for DW_LNS_set_file to DWARF compiler
` [PATCH 3/3] gdb: Don't remove duplicate entries from the line table

[PATCH][gdb/ada] Fix -readnow FAILs
 2020-04-01 18:30 UTC  (2+ messages)

[RFC][gdb/testsuite] Fix silent timeout in gdb.multi/multi-target.exp
 2020-04-01 16:34 UTC  (4+ messages)
` [PING][RFC][gdb/testsuite] "

[pushed 0/3] Small cleanups in the psymtab department
 2020-04-01 16:29 UTC  (2+ messages)

[PATCH v3 1/2] Fix the resizing condition of the line table
 2020-04-01 16:16 UTC  (2+ messages)

[PATCH v2] gdb/remote: do not check for null_ptid in stop reply (was: [PATCH] gdb: do not require ptid in stop reply if target does not support multi-process)
 2020-04-01 14:43 UTC  (2+ messages)

[pushed v2 0/2] Avoid copying in name lookup
 2020-04-01 13:55 UTC  (3+ messages)
` [pushed v2 1/2] Avoid some copying in psymtab.c
` [pushed v2 2/2] Avoid copying in lookup_name_info

[PATCH] gdb: do not require ptid in stop reply if target does not support multi-process
 2020-04-01 13:15 UTC  (3+ messages)

Alternative Mailing list archives
 2020-04-01  8:47 UTC  (3+ messages)

[PATCH] breakpoint: Make sure location types match before swapping
 2020-04-01  1:38 UTC 

[PATCH][PR gdb/24789] Allow pointer arithmetic with integer references
 2020-03-31 20:15 UTC  (2+ messages)

[pushed] Fix py-tui.c build problem
 2020-03-31 20:09 UTC 

[PATCH 0/2] Avoid copying in name lookup
 2020-03-31 19:35 UTC  (11+ messages)
` [PATCH 1/2] Avoid some copying in psymtab.c
` [PATCH 2/2] Avoid copying in lookup_name_info

[PATCH v3 1/9] [gdb/testsuite] allow more registers in reader test
 2020-03-31 17:13 UTC  (2+ messages)
  ` [PATCH v3 9/9] [gdb/testsuite] handle compilation failures in jit-elf-helpers

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