public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 1/5] gnulib: import count-one-bits module and use it
 2020-02-18 22:25 UTC  (24+ messages)
` [PATCH 3/5] gdb: allow duplicate enumerators in flag enums
` [PATCH 2/5] gdb: fix printing of flag enums with multi-bit enumerators
` [PATCH 5/5] gdb: change print format of flag enums with value 0
` [PATCH 4/5] gdb: print unknown part of flag enum in hex

[PATCH][gdb/testsuite] Be quiet about untested dtrace-prob.exp
 2020-02-18 21:26 UTC  (6+ messages)

[PATCH ?] Fix gdb build with gcc-4.8.x
 2020-02-18 21:17 UTC  (4+ messages)

[PATCH v3] Pass thread_info pointer to various inferior control functions
 2020-02-18 21:12 UTC  (3+ messages)

[PATCH v2] gdb: print thread names in thread apply command output
 2020-02-18 20:57 UTC  (2+ messages)

[PATCH v2 0/3] low_new_clone in linux-nat.c and powerpc watchpoint fixes
 2020-02-18 20:31 UTC  (8+ messages)
` [PATCH v2 2/3] [PowerPC] Move up some register access routines
` [PATCH v2 3/3] [PowerPC] Fix debug register issues in ppc-linux-nat
` [PATCH v2 1/3] Add low_new_clone method to linux_nat_target

[PATCH] Check for null result from gdb_demangle
 2020-02-18 19:55 UTC  (5+ messages)

[pushed] gdb: update email address for Palmer Dabbelt
 2020-02-18 19:40 UTC 

[PATCH 00/14] Fixes for GDB Testsuites
 2020-02-18 15:45 UTC  (10+ messages)
` [PATCH 05/14] gdb/testsuite: Skip a few gdb.base/skip.exp tests for remote targets
` [PATCH 01/14] gdb/testsuite: Fix an invalid is_remote check in fileio test
` [PATCH 04/14] gdb/testsuite: Avoid fake failures when exit is unreliable

[PATCH][gdb/testsuite] Ignore pass/fail/unsupported in gdb-caching-proc.exp
 2020-02-18 15:29 UTC  (9+ messages)
          ` [committed][gdb/testsuite] Handle missing gnatmake in gnat_runtime_has_debug_info
            ` [RFC][gdb/testsuite] Ignore pass in gdb_caching_proc

[PATCH][gdb/testsuite] Fix funcall_ref.exp xpass
 2020-02-18 14:21 UTC 

[review] jit: enhance test suite
 2020-02-18 12:46 UTC  (2+ messages)

[PATCH 0/7] refactor and enhance jit testing
 2020-02-18 12:42 UTC  (8+ messages)
` [PATCH 4/7] [gdb/testsuite] use args as lib list for jit-elf tests
` [PATCH 1/7] [gdb/testsuite] allow more registers in reader test
` [PATCH 5/7] [gdb/testsuite] add lib/jit-elf-helpers.exp
` [PATCH 3/7] [gdb/testsuite] share jit-protocol.h by all jit tests
` [PATCH 2/7] [gdb/testsuite] structured rename of jit test files
` [PATCH 7/7] [gdb/testsuite] add jit-elf-util.h and run jit function
` [PATCH 6/7] [gdb/testsuite] use -Ttext-segment for jit-elf tests

[PATCH 00/14] Share DWARF partial symtabs between objfiles
 2020-02-18 12:26 UTC  (24+ messages)
` [PATCH 07/14] Add dwarf2_per_cu_data::index
` [PATCH 04/14] Convert IS_TYPE_UNIT_GROUP to method
` [PATCH 02/14] Simplify setting of reading_partial_symbols
` [PATCH 05/14] Introduce dwarf2_unshareable and move die_type_hash
` [PATCH 10/14] Introduce dwarf2_enter_objfile and use it
` [PATCH 14/14] Share DWARF partial symtabs
` [PATCH 06/14] Add "objfile" parameter to two partial_symtab methods
` [PATCH 08/14] Remove symtab links from dwarf2_psymtab and dwarf2_per_cu_quick_data
` [PATCH 13/14] Move signatured_type::type to unshareable object
` [PATCH 01/14] Fix latent bug in dwarf2_find_containing_comp_unit
` [PATCH 03/14] Introduce dwarf2_per_objfile::obstack
` [PATCH 09/14] Add objfile member to DWARF batons
` [PATCH 11/14] Split type_unit_group
` [PATCH 12/14] Fix a memory leak and remove an unused member

[PATCH] gdb/testsuite: Regenerate the testglue if it is not in path
 2020-02-18 11:51 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/4] GDB fixes for the remote end having gone astray
 2020-02-18 10:38 UTC  (3+ messages)

[PATCH] Search .dwo in the binary directory
 2020-02-18  2:33 UTC  (2+ messages)

[PATCH] gdb: print thread names in thread apply command output
 2020-02-18  2:02 UTC  (4+ messages)

[PATCH] Move gdbserver to top level
 2020-02-17 18:46 UTC  (23+ messages)

[PATCH v2 00/58] Turn gdbserver's process_stratum_target into a class
 2020-02-17 17:05 UTC  (59+ messages)
` [PATCH v2 08/58] gdbserver: turn target op 'join' into a method
` [PATCH v2 13/58] gdbserver: turn prepare_to_access_memory & done_accessing_memory into methods
` [PATCH v2 15/58] gdbserver: turn target op 'look_up_symbols' into a method
` [PATCH v2 05/58] gdbserver: turn target op 'kill' "
` [PATCH v2 07/58] gdbserver: turn target op 'mourn' "
` [PATCH v2 09/58] gdbserver: turn target op 'thread_alive' "
` [PATCH v2 27/58] gdbserver: turn target op 'qxfer_osdata' "
` [PATCH v2 12/58] gdbserver: turn target ops 'fetch_registers' and 'store_registers' into methods
` [PATCH v2 14/58] gdbserver: turn target ops 'read_memory' and 'write_memory' "
` [PATCH v2 16/58] gdbserver: turn target op 'request_interrupt' into a method
` [PATCH v2 10/58] gdbserver: turn target op 'resume' "
` [PATCH v2 02/58] gdbserver: turn target op 'create_inferior' "
` [PATCH v2 03/58] gdbserver: turn target op 'post_create_inferior' "
` [PATCH v2 52/58] gdbserver: turn breakpoint kind-related target ops into methods
` [PATCH v2 34/58] gdbserver: turn target op 'core_of_thread' into a method
` [PATCH v2 18/58] gdbserver: turn target op 'supports_z_point_type' "
` [PATCH v2 20/58] gdbserver: turn target op '{supports_}stopped_by_sw_breakpoint' "
` [PATCH v2 26/58] gdbserver: turn target op 'hostio_last_error' "
` [PATCH v2 32/58] gdbserver: turn target op 'handle_new_gdb_connection' "
` [PATCH v2 42/58] gdbserver: turn target op 'stabilize_threads' "
` [PATCH v2 49/58] gdbserver: turn target op 'supports_range_stepping' "
` [PATCH v2 39/58] gdbserver: turn target op 'thread_stopped' "
` [PATCH v2 24/58] gdbserver: turn target op 'read_offsets' "
` [PATCH v2 57/58] gdbserver: simply copy the pointer in 'set_target_ops'
` [PATCH v2 40/58] gdbserver: turn target op 'get_tib_address' into a method
` [PATCH v2 55/58] gdbserver: turn target op 'supports_catch_syscall' "
` [PATCH v2 54/58] gdbserver: turn target op 'supports_software_single_step' "
` [PATCH v2 17/58] gdbserver: turn target op 'read_auxv' "
` [PATCH v2 33/58] gdbserver: turn target op 'handle_monitor_command' "
` [PATCH v2 35/58] gdbserver: turn target op 'read_loadmap' "
` [PATCH v2 53/58] gdbserver: turn target ops 'thread_name' and 'thread_handle' into methods
` [PATCH v2 38/58] gdbserver: turn target ops 'read_pc' and 'write_pc' "
` [PATCH v2 30/58] gdbserver: turn target op 'supports_multi_process' into a method
` [PATCH v2 29/58] gdbserver: turn non-stop and async target ops into methods
` [PATCH v2 04/58] gdbserver: turn target op 'attach' into a method
` [PATCH v2 01/58] gdbserver: start turning the target ops vector into a class
` [PATCH v2 44/58] gdbserver: turn target op 'emit_ops' into a method
` [PATCH v2 21/58] gdbserver: turn target op '{supports_}stopped_by_hw_breakpoint' "
` [PATCH v2 22/58] gdbserver: turn target op 'supports_hardware_single_step' "
` [PATCH v2 11/58] gdbserver: turn target op 'wait' "
` [PATCH v2 37/58] gdbserver: turn target op 'supports_tracepoints' "
` [PATCH v2 23/58] gdbserver: turn target ops 'stopped_by_watchpoint' and 'stopped_data_address' into methods
` [PATCH v2 47/58] gdbserver: turn target op 'supports_agent' into a method
` [PATCH v2 19/58] gdbserver: turn target ops 'insert_point' and 'remove_point' into methods
` [PATCH v2 45/58] gdbserver: turn target op 'supports_disable_randomization' into a method
` [PATCH v2 43/58] gdbserver: turn fast tracepoint target ops into methods
` [PATCH v2 56/58] gdbserver: turn target op 'get_ipa_tdesc_idx' into a method
` [PATCH v2 25/58] gdbserver: turn target op 'get_tls_address' "
` [PATCH v2 06/58] gdbserver: turn target op 'detach' "
` [PATCH v2 28/58] gdbserver: turn target op 'qxfer_siginfo' "
` [PATCH v2 41/58] gdbserver: turn target ops 'pause_all' and 'unpause_all' into methods
` [PATCH v2 48/58] gdbserver: turn btrace-related target ops "
` [PATCH v2 58/58] gdbserver: finish turning the target ops vector into a class
` [PATCH v2 50/58] gdbserver: turn target op 'pid_to_exec_file' into a method
` [PATCH v2 36/58] gdbserver: turn target op 'process_qsupported' "
` [PATCH v2 51/58] gdbserver: turn target ops 'multifs_{open, readlink, unlink}' into methods
` [PATCH v2 46/58] gdbserver: turn target op 'qxfer_libraries_svr4' into a method
` [PATCH v2 31/58] gdbserver: turn target ops 'supports_{fork,vfork,exec}_events' into methods

[pushed] Fix gdbserver-without-gdb build
 2020-02-17 17:05 UTC 

[PATCH] Fix off-by-one bug in dwarf 5 file indexes
 2020-02-16  6:21 UTC  (3+ messages)

[PATCH] Link to -lssp when available (fixes mingw build)
 2020-02-15 14:06 UTC  (14+ messages)

Using the vcs_to_changelog.py script
 2020-02-15  7:26 UTC  (12+ messages)

[PATCH] Change gdbserver to use existing gnulib and libiberty
 2020-02-14 21:27 UTC  (2+ messages)

[PATCH 1/2] gdb: cleanup of displaced_step_inferior_state::reset/displaced_step_clear
 2020-02-14 20:31 UTC  (7+ messages)
` [PATCH 2/2] gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptr

[PATCH 0/2] Line table is_stmt support
 2020-02-14 20:05 UTC  (5+ messages)
` [PATCH 2/2] gdb: Add support for tracking the DWARF line table is-stmt field

[PATCH] gnulib: import count-one-bits module and use it
 2020-02-14 19:43 UTC  (3+ messages)

[PATCH v7 0/2] RISC-V/Linux `gdbserver' support and associated fixes
 2020-02-14 19:33 UTC  (3+ messages)
` [PATCH v7 1/2] gdb/riscv: Update API for looking up target descriptions
` [PATCH v7 2/2] gdbserver: Add RISC-V/Linux support

[PATCH] Return unique_xmalloc_ptr from call_site_find_chain
 2020-02-14 19:14 UTC  (2+ messages)

[PATCH] Have testsuite find gdbserver in new location
 2020-02-14 18:42 UTC  (3+ messages)

[RFC 00/17] Merge event loop implementations
 2020-02-14 18:36 UTC  (10+ messages)

[PATCH v2] Rebase executable to match relocated base address
 2020-02-14 14:41 UTC  (6+ messages)

[PATCH 00/58] Turn gdbserver's process_stratum_target into a class
 2020-02-14 13:07 UTC  (5+ messages)
` [PATCH 02/58] gdbserver: turn target op 'create_inferior' into a method

[PATCH] Add support for DW_TAG_skeleton_unit
 2020-02-14 10:45 UTC  (2+ messages)

[PATCH] Cache .gnu_debugdata BFD
 2020-02-14 10:22 UTC  (2+ messages)

[PATCH] Fix program invocation by gdbserver on MS-Windows
 2020-02-14  9:56 UTC  (3+ messages)

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