This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
[committed][gdb/testsuite] Fix gdb.mi/gdb2549.exp with check-read1
[committed][gdb/testsuite] Fix mi-sym-info.exp with check-read1
[committed][gdb/testsuite] Fix tcl error in gdb.mi/list-thread-groups-available.exp
[committed][gdb/testsuite] Update maint.exp for string cache
[gdb/testsuite] Fix missing uint8_t in gdb.fortran/logical.exp
[PATCH 0/4] Fix BZ 25631 - core file memory access problem
Re: [PATCH 0/6] Improve ptrace-error detection
[PATCH 00/31] Turn gdbserver's linux low targets into classes
[PATCH 01/31] gdbserver: make linux target op 'cannot_store_register' a predicate function
[PATCH 02/31] gdbserver/linux-low: turn some static functions into private methods
[PATCH 03/31] gdbserver/linux-low: start turning linux target ops into methods
[PATCH 04/31] gdbserver/linux-low: turn 'arch_setup' into a method
[PATCH 05/31] gdbserver/linux-low: turn 'regs_info' into a method
[PATCH 06/31] gdbserver/linux-low: turn 'cannot_{fetch/store}_register' into methods
[PATCH 07/31] gdbserver/linux-low: turn 'fetch_register' into a method
[PATCH 08/31] gdbserver/linux-low: turn some more static functions into private methods
[PATCH 09/31] gdbserver/linux-low: turn 'get_pc' and 'set_pc' into methods
[PATCH 1/4] gdb/selftest.m4: ensure $development is set
[PATCH 1/4] Remove hack for GDB which sets the section size to 0
[PATCH 10/31] gdbserver/linux-low: turn 'breakpoint_kind_from_{pc, current_state}' into methods
[PATCH 11/31] gdbserver/linux-low: turn 'sw_breakpoint_from_kind' into a method
[PATCH 12/31] gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' into methods
[PATCH 13/31] gdbserver/linux-low: move 'decr_pc_after_break' into linux_process_target
[PATCH 14/31] gdbserver/linux-low: turn 'breakpoint_at' into a method
[PATCH 15/31] gdbserver/linux-low: turn 'supports_z_point_type' into a method
[PATCH 16/31] gdbserver/linux-low: turn 'insert_point' and 'remove_point' into methods
[PATCH 17/31] gdbserver/linux-low: turn watchpoint ops into methods
[PATCH 18/31] gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methods
[PATCH 19/31] gdbserver/linux-low: turn 'siginfo_fixup' into a method
Re: [PATCH 2/2] gdb: Add support for tracking the DWARF line table is-stmt field
[PATCH 2/4] Add function for partitioning/splitting a section table
[PATCH 2/4] Move sourcing of development.sh to GDB_AC_COMMON
Re: [PATCH 2/6] Don't reset errno/bfd_error on 'throw_perror_with_name'
[PATCH 20/31] gdbserver/linux-low: turn process/thread addition/deletion ops into methods
[PATCH 21/31] gdbserver/linux-low: turn 'prepare_to_resume' into a method
[PATCH 22/31] gdbserver/linux-low: turn 'process_qsupported' into a method
[PATCH 23/31] gdbserver/linux-low: turn 'supports_tracepoints' into a method
[PATCH 24/31] gdbserver/linux-low: turn 'get_thread_area' into a method
[PATCH 25/31] gdbserver/linux-low: turn fast tracepoint ops into methods
[PATCH 26/31] gdbserver/linux-low: turn 'emit_ops' into a method
[PATCH 27/31] gdbserver/linux-low: turn 'supports_range_stepping' into a method
[PATCH 28/31] gdbserver/linux-low: turn 'supports_hardware_single_step' into a method
[PATCH 29/31] gdbserver/linux-low: turn 'get_syscall_trapinfo' into a method
[PATCH 3/4] Don't include selftests objects in build when unit tests are disabled
[PATCH 3/4] Provide access to non SEC_HAS_CONTENTS core file sections
[PATCH 30/31] gdbserver/linux-low: turn 'get_ipa_tdesc_idx' into a method
[PATCH 31/31] gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target'
[PATCH 4/4] Move gdb/selftest.m4 to gdbsupport/selftest.m4
[PATCH 4/4] Test ability to access unwritten-to mmap data in core file
Re: [PATCH v1] gdbsupport: Fix setting up 'development' var.
Re: [PATCH v2] Avoid infinite recursion in find_pc_sect_line
[PATCH v2] Implement debugging of WOW64 processes
Re: [PATCH v2] Rebase executable to match relocated base address
Re: [PATCH v3] Fix arm-netbsd build error: convert from FPA to VFP
[PATCH v3] Implement debugging of WOW64 processes
Re: [PATCH v3] Pass thread_info pointer to various inferior control functions
[PATCH v3] Rebase executable to match relocated base address
[PATCH] Add C parser support for "restrict" and "_Atomic"
[PATCH] arc: Migrate to new target features
[PATCH] Don't try to get the TIB address without an inferior
[PATCH] Explicitly put registers in the general group for ARM
Re: [PATCH] Find tailcall frames before inline frames
[PATCH] Fix printf of a convenience variable holding an inferior address
Re: [PATCH] Fix sizes and types of x86 segment and x87 registers
[PATCH] gdb, gdbserver, gdbsupport: add .gitattributes files
[PATCH] gdb.fortran: Allow Flang kind printing in fortran testing
[PATCH] gdb/fortran Fixed printing of logical true values for Flang
[PATCH] gdb/testsuite/fortran: Add mixed language stack test
[PATCH] gdb: enable -Wmissing-prototypes warning
[PATCH] gdb: make gdb.arch/amd64-disp-step-avx.exp actually test displaced stepping
[PATCH] gdb: Print frame address in more cases
[PATCH] gdb: recognize 64 bits Windows executables as Cygwin osabi
[PATCH] gdb: use foreach_with_prefix in gdb.base/break-interp.exp
[PATCH] gdbserver: Add .dir-locals.el file
[PATCH] Implement debugging of WOW64 processes
Re: [PATCH] Introduce objfile::intern
[PATCH] libctf: Mark bswap_identity_64 inline function as static.
[PATCH] Remove use of deprecated core functions (in NetBSD/ARM)
Re: [PATCH] Small clean up of use_displaced_stepping
Re: [PATCH] Update ELF auxv entry types and update GDB to use them.
[PATCH] Use std::string for 'psargs'.
Re: [PATCH]: DWARFv5: Handle location list for split dwarf
[PATCH][gdb,testsuite,doc,NEWS] Fix "the the".
[PATCH][gdb/doc] Remove trailing done from "Reading symbols from" lines
[PATCH][gdb/testsuite] Fix "text file busy" errors with cc-with-tweaks.exp
[PATCH][gdb] Remove trailing "done" after "Reading symbols from" message
[PATCH][gdb] Skip imports of c++ CUs
[PATCH][gdb] Support anonymous typedef generated by gcc -feliminate-dwarf2-dups
[PATCHv2] gdb/fortran: Fix printing of logical true values for Flang
Re: [PATCHv2] gdb: Allow GDB to _not_ load a previous command history
[PATCHv2] gdbserver: Add .dir-locals.el file
[PATCHv3 0/2] gdb/remote: Restore support for 'S' stop reply packet
[PATCHv3 1/2] gdbserver: Add mechanism to prevent sending T stop packets
[PATCHv3 2/2] gdb/remote: Restore support for 'S' stop reply packet
[PING] [PATCH v2] Rebase executable to match relocated base address
[PING][PATCH 0/2] All threads not stopped when a process exits
[PING][PATCH][gdb/testsuite] Fix check-read1 FAIL in gdb.tui/corefile-run.exp
[PING^2] [PATCH] Rebase executable to match relocated base address
[pushed] gdbsupport: re-generate Makefile.in
[pushed] Make "gnutarget" const
Re: [Regression] [PATCH] Do not print empty-group regs when printing general ones
Re: [RFC][gdb/testsuite] Add -lbl option in gdb_test_multiple
[RFC][gdb] Make sure verbose output is on single line
[RFC][gdb] Use partial symbol table to find language for main
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]