public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
[binutils-gdb] Make sure momentary breakpoints are always thread-specific
 2022-05-20 19:44 UTC 

[binutils-gdb] Momentary breakpoints should have no breakpoint number
 2022-05-20 19:44 UTC 

[binutils-gdb] Add/tweak intro comments of struct breakpoint and several subclasses
 2022-05-20 19:43 UTC 

[binutils-gdb] Move add_location(sal) to base_breakpoint
 2022-05-20 19:43 UTC 

[binutils-gdb] Move common bits of catchpoint/exception_catchpoint to breakpoint's ctor
 2022-05-20 19:43 UTC 

[binutils-gdb] Make catchpoint inherit breakpoint, eliminate init_raw_breakpoint
 2022-05-20 19:43 UTC 

[binutils-gdb] Make breakpoint_address_bits look at the location kind
 2022-05-20 19:43 UTC 

[binutils-gdb] Make exception_catchpoint inherit base_breakpoint instead of catchpoint
 2022-05-20 19:43 UTC 

[binutils-gdb] Refactor momentary breakpoints, eliminate set_raw_breakpoint{, _without_location}
 2022-05-20 19:43 UTC 

[binutils-gdb] Refactor set_internal_breakpoint / internal_breakpoint ctor
 2022-05-20 19:43 UTC 

[binutils-gdb] Convert init_ada_exception_catchpoint to a ctor
 2022-05-20 19:43 UTC 

[binutils-gdb] Make ada_catchpoint_location's owner ctor parameter be ada_catchpoint
 2022-05-20 19:43 UTC 

[binutils-gdb] init_breakpoint_sal -> base_breakpoint::base_breakpoint
 2022-05-20 19:43 UTC 

[binutils-gdb] Remove "internal" parameter from a couple functions
 2022-05-20 19:43 UTC 

[binutils-gdb] More breakpoint_ops parameter elimination
 2022-05-20 19:42 UTC 

[binutils-gdb] Make a few functions work with base_breakpoint instead of breakpoint
 2022-05-20 19:42 UTC 

[binutils-gdb] ranged_breakpoint: move initialization to ctor
 2022-05-20 19:42 UTC 

[binutils-gdb] ranged_breakpoint: use install_breakpoint
 2022-05-20 19:42 UTC 

[binutils-gdb] ranged_breakpoint: don't use init_raw_breakpoint
 2022-05-20 19:42 UTC 

[binutils-gdb] Make structs breakpoint/base_breakpoint/catchpoint be abstract
 2022-05-20 19:42 UTC 

[binutils-gdb] add_location_to_breakpoint -> breakpoint::add_location
 2022-05-20 19:42 UTC 

[binutils-gdb] PowerPC: Make test gdb.arch/powerpc-power10.exp Endian independent
 2022-05-20 17:07 UTC 

[binutils-gdb] Remove obsolete text from documentation
 2022-05-20 16:08 UTC 

[binutils-gdb] Fix non-pointer type compilation error in aix-thread.c
 2022-05-20 14:17 UTC 

[binutils-gdb] gdb/doc: use @value{GDBP} in 'info pretty-printer' example
 2022-05-19 14:22 UTC 

[binutils-gdb] gdb/doc: make use of group/end group in 'info pretty-printers' example
 2022-05-19 14:22 UTC 

[binutils-gdb] gdb/doc: fix inconsistent info pretty-printer example
 2022-05-19 14:22 UTC 

[binutils-gdb] gdb: testsuite: Support displaced stepping on LoongArch
 2022-05-19 13:58 UTC 

[binutils-gdb] gdbsupport: fix path_join crash with -std=c++17 and -D_GLIBCXX_DEBUG
 2022-05-19 12:08 UTC 

[binutils-gdb] Use aarch64_features to describe register features in target descriptions
 2022-05-18 20:38 UTC 

[binutils-gdb] PowerPC: bp-permanent.exp, kill-after-signal fix
 2022-05-18 15:12 UTC 

[binutils-gdb] [AArch64] Return the regnum for PC (32) on aarch64
 2022-05-18 14:58 UTC 

[binutils-gdb] Support -prompt and -lbl in gdb_test
 2022-05-18 10:59 UTC 

[binutils-gdb] Remove unused DWARF PAUTH registers
 2022-05-18 10:25 UTC 

[binutils-gdb] Rename PAUTH_RA_STATE to RA_SIGN_STATE
 2022-05-18 10:25 UTC 

[binutils-gdb] [gdb/testsuite] Simplify unknown lang testing in gdb.base/parse_number.exp
 2022-05-18 10:12 UTC 

[binutils-gdb] [gdb/testsuite] Use hex_for_lang in gdb.base/parse_number.exp
 2022-05-18 10:12 UTC 

[binutils-gdb] [gdb/tdep] Add gdb/syscalls/update-linux-from-src.sh
 2022-05-18  9:56 UTC 

[binutils-gdb] Fix typo in info page
 2022-05-17 15:02 UTC 

[binutils-gdb] Fix gdb.python/py-connection.exp with remote targets
 2022-05-17 12:03 UTC 

[binutils-gdb] gdb, btrace: Throw an error for empty recordings when replaying starts
 2022-05-17 10:43 UTC 

[binutils-gdb] Make gdb_test's question non-optional if specified
 2022-05-17 10:15 UTC 

[binutils-gdb] gdb.base/skip.exp: Don't abuse gdb_test's question support
 2022-05-17 10:15 UTC 

[binutils-gdb] Avoid having to unload file in gdb.server/connect-with-no-symbol-file.exp
 2022-05-17 10:15 UTC 

[binutils-gdb] Fix bogus gdb_test invocations
 2022-05-17 10:15 UTC 

[binutils-gdb] gdb.base/scope.exp: Remove bogus gdb_test questions
 2022-05-17 10:15 UTC 

[binutils-gdb] Remove gdb_test questions that GDB doesn't ask
 2022-05-17 10:14 UTC 

[binutils-gdb] Reindent gdbsupport/event-loop.cc:handle_file_event
 2022-05-16 18:58 UTC 

[binutils-gdb] gdbsupport/event-loop.cc: simplify !HAVE_POLL paths
 2022-05-16 18:54 UTC 

[binutils-gdb] gdb: Fix typo in last change in gdb.texinfo
 2022-05-16 16:46 UTC 

[binutils-gdb] gdb: Document the 'metadata' styling in GDB displays
 2022-05-16 16:05 UTC 

[binutils-gdb] Fix Ada exception regression on Windows
 2022-05-16 15:10 UTC 

[binutils-gdb] gdb/testsuite: fix "continue outside of loop" TCL errors
 2022-05-16 13:08 UTC 

[binutils-gdb] Remove unused field cooked_index::m_start
 2022-05-13 19:53 UTC 

[binutils-gdb] Implement pid_to_exec_file for Windows in gdbserver
 2022-05-13 14:37 UTC 

[binutils-gdb] Remove windows_process_info::id
 2022-05-13 14:37 UTC 

[binutils-gdb] Constify target_pid_to_exec_file
 2022-05-13 14:37 UTC 

[binutils-gdb] Put corefile-run.core into test subdirectory
 2022-05-13 14:16 UTC 

[binutils-gdb] Do not double-read minimal symbols for PE COFF
 2022-05-13 14:15 UTC 

[binutils-gdb] Fix "gdb --write" with core files
 2022-05-13  9:56 UTC 

[binutils-gdb] Import libiberty from gcc
 2022-05-13  9:44 UTC 

[binutils-gdb] sim: remove use of PTR
 2022-05-13  5:14 UTC 

[binutils-gdb] gdb: remove use of PTR
 2022-05-12 23:23 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.cp/break-f-std-string.cc with older gcc
 2022-05-12 12:52 UTC 

[binutils-gdb] gdb: Workaround stringop-overread warning in debuginfod-support.c on powerpc64
 2022-05-12 10:41 UTC 

[binutils-gdb] Make gdb.ada/float-bits.exp more generic
 2022-05-12 10:30 UTC 

[binutils-gdb] [gdb/tdep] Improve gdb/syscalls/update-linux.sh
 2022-05-12  8:58 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.dwarf2/dw2-out-of-range-end-of-seq.exp on aarch64
 2022-05-12  8:52 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.base/catch-syscall.exp with --with-expat=no
 2022-05-11 13:48 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.base/catch-syscall.exp without --enable-targets
 2022-05-11 11:30 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.base/maint.exp on powerpc64le
 2022-05-11  9:14 UTC 

[binutils-gdb] [gdb/tdep] Update syscalls/{ppc64,ppc}-linux.xml
 2022-05-11  7:46 UTC 

[binutils-gdb] [gdb/testsuite] Remove target limits in gdb.base/catch-syscall.exp
 2022-05-11  7:33 UTC 

[binutils-gdb] [gdb/record] Handle statx system call
 2022-05-11  6:35 UTC 

[binutils-gdb] gdb: mips: Fix large-frame.exp test case failure
 2022-05-10 21:09 UTC 

[binutils-gdb] gdb: LoongArch: Use GDB style to check readbuf and writebuf
 2022-05-10 14:26 UTC 

[binutils-gdb] Fix --disable-threading build
 2022-05-10 14:17 UTC 

[binutils-gdb] Fix "b f(std::string)" when current language is C
 2022-05-10 13:18 UTC 

[binutils-gdb] Always pass an explicit language down to c_type_print
 2022-05-10 13:18 UTC 

[binutils-gdb] Fix "b f(std::string)", always use DMGL_VERBOSE
 2022-05-10 13:18 UTC 

[binutils-gdb] gdb/testsuite: fix testsuite regressions for unix/-m32 board
 2022-05-10 12:55 UTC 

[binutils-gdb] Move non-dependent gdb::observers::observable::visit_state outside template
 2022-05-10 12:43 UTC 

[binutils-gdb] gprofng: include percentages in default metrics list
 2022-05-10  5:42 UTC 

[binutils-gdb] gdb/testsuite: fix occasional failure in gdb.mi/mi-multi-commands.exp
 2022-05-09 15:57 UTC 

[binutils-gdb] [gdb] Update syscalls/{amd64,i386}-linux.xml
 2022-05-09 15:22 UTC 

[binutils-gdb] [gdb] Add gdb/syscalls/Makefile
 2022-05-09 14:44 UTC 

[binutils-gdb] gdb: LoongArch: Implement the return_value gdbarch method
 2022-05-09 14:35 UTC 

[binutils-gdb] gdb: fix for gdb.base/eof-exit.exp test failures
 2022-05-09 14:01 UTC 

[binutils-gdb] [gdb] Make btrace maintainer entry more clear
 2022-05-09 13:15 UTC 

[binutils-gdb] [gdb/tdep] Support catch syscall pipe2 for i386
 2022-05-09 10:22 UTC 

[binutils-gdb] [gdb/testsuite] Handle pipe2 syscall in gdb.base/catch-syscall.exp
 2022-05-09 10:01 UTC 

[binutils-gdb] [gdb/tdep] Handle pipe2 syscall for amd64
 2022-05-09  8:42 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.tui/scroll.exp with read1
 2022-05-08 17:47 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.cp/casts.exp with -m32
 2022-05-08 17:38 UTC 

[binutils-gdb] [gdb/testsuite] Handle init errors in gdb.mi/user-selected-context-sync.exp
 2022-05-08 16:32 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.ada/catch_ex_std.exp with remote-gdbserver-on-localhost
 2022-05-08 12:05 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp with check-readmore
 2022-05-08 11:53 UTC 

[binutils-gdb] Fix "catch syscall"
 2022-05-07 16:08 UTC 

[binutils-gdb] gdb/readline: fix extra 'quit' message problem
 2022-05-07  9:54 UTC 

[binutils-gdb] PowerPC fix for gdb.server/sysroot.exp
 2022-05-06 23:09 UTC 

[binutils-gdb] Introduce catchpoint class
 2022-05-06 18:11 UTC 

[binutils-gdb] Add initializers to tracepoint
 2022-05-06 18:11 UTC 

[binutils-gdb] Remove init_raw_breakpoint_without_location
 2022-05-06 18:11 UTC 

[binutils-gdb] Disable copying for breakpoint
 2022-05-06 18:11 UTC 

[binutils-gdb] Add constructor to exception_catchpoint
 2022-05-06 18:11 UTC 

[binutils-gdb] Add constructor to syscall_catchpoint
 2022-05-06 18:11 UTC 

[binutils-gdb] Add constructor to signal_catchpoint
 2022-05-06 18:10 UTC 

[binutils-gdb] Add constructor to solib_catchpoint
 2022-05-06 18:10 UTC 

[binutils-gdb] Add constructor to fork_catchpoint
 2022-05-06 18:10 UTC 

[binutils-gdb] Remove unnecessary line from catch_exec_command_1
 2022-05-06 18:10 UTC 

[binutils-gdb] Constify breakpoint::print_recreate
 2022-05-06 18:10 UTC 

[binutils-gdb] Constify breakpoint::print_mention
 2022-05-06 18:10 UTC 

[binutils-gdb] Constify breakpoint::print_one
 2022-05-06 18:10 UTC 

[binutils-gdb] Constify breakpoint::print_it
 2022-05-06 18:10 UTC 

[binutils-gdb] Move works_in_software_mode to watchpoint
 2022-05-06 18:10 UTC 

[binutils-gdb] Boolify breakpoint::explains_signal
 2022-05-06 18:10 UTC 

[binutils-gdb] Remove breakpoint::ops
 2022-05-06 18:10 UTC 

[binutils-gdb] Change print_recreate_thread to a method
 2022-05-06 18:10 UTC 

[binutils-gdb] PowerPC: bp-permanent.exp, kill-after-signal fix
 2022-05-06 17:46 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.dwarf2/locexpr-data-member-location.exp with nopie
 2022-05-06  2:51 UTC 

[binutils-gdb] gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order callback
 2022-05-05 19:27 UTC 

[binutils-gdb] gprofng: use $host instead $target
 2022-05-05 17:26 UTC 

[binutils-gdb] gdb: make regcache's cooked_write_test selftest work with native-extended-gdbserver board
 2022-05-05 14:54 UTC 

[binutils-gdb] Fix crash when creating index from index
 2022-05-04 14:38 UTC 

[binutils-gdb] Fix build failure for aarch64 gdbserver
 2022-05-04 14:37 UTC 

[binutils-gdb] gdb: Workaround stringop-overread warning in debuginfod-support.c on s390x
 2022-05-04 14:19 UTC 

[binutils-gdb] Fix GDBserver Aarch64 Linux regression
 2022-05-04 13:44 UTC 

[binutils-gdb] gdb/remote: send qSymbol to all inferiors on startup
 2022-05-04 12:25 UTC 

[binutils-gdb] gdb/remote: iterate on pspace inferiors in remote_new_objfile
 2022-05-04 12:17 UTC 

[binutils-gdb] gdbserver: Fix build after adding tls feature to arm tdesc
 2022-05-04  4:39 UTC 

[binutils-gdb] NEWS: Add a note for TLS support on FreeBSD/arm and FreeBSD/Aarch64
 2022-05-03 23:11 UTC 

[binutils-gdb] Read the tpidr register from NT_ARM_TLS on Linux
 2022-05-03 23:11 UTC 

[binutils-gdb] gdbserver: Read the tpidr register from NT_ARM_TLS on Linux
 2022-05-03 23:11 UTC 

[binutils-gdb] Read the tpidr register from NT_ARM_TLS core dump notes on Linux Aarch64
 2022-05-03 23:11 UTC 

[binutils-gdb] Fetch the NT_ARM_TLS register set for native FreeBSD/Aarch64 processes
 2022-05-03 23:11 UTC 

[binutils-gdb] Support TLS variables on FreeBSD/Aarch64
 2022-05-03 23:10 UTC 

[binutils-gdb] Read the tpidr register from NT_ARM_TLS core dump notes on FreeBSD/Aarch64
 2022-05-03 23:10 UTC 

[binutils-gdb] Add an aarch64-tls feature which includes the tpidr register
 2022-05-03 23:10 UTC 

[binutils-gdb] Fetch the NT_ARM_TLS register set for native FreeBSD/arm processes
 2022-05-03 23:10 UTC 

[binutils-gdb] Support TLS variables on FreeBSD/arm
 2022-05-03 23:10 UTC 

[binutils-gdb] Read the tpidruro register from NT_ARM_TLS core dump notes on FreeBSD/arm
 2022-05-03 23:10 UTC 

[binutils-gdb] Add an arm-tls feature which includes the tpidruro register from CP15
 2022-05-03 23:10 UTC 

[binutils-gdb] fbsd-nat: Add helper routines for register sets using PT_[G]SETREGSET
 2022-05-03 23:10 UTC 

[binutils-gdb] gdbserver: track current process as well as current thread
 2022-05-03 14:24 UTC 

[binutils-gdb] Fix gdb.threads/access-mem-running-thread-exit.exp w/ native-extended-gdbserver
 2022-05-03 14:24 UTC 

[binutils-gdb] gdb: add some additional thread status debug output
 2022-05-03 14:04 UTC 

[binutils-gdb] gdb/testsuite: small cleanup in mi-break-qualified.exp
 2022-05-03  9:49 UTC 

[binutils-gdb] gdb/testsuite: change mi_gdb_start to take a list of flags
 2022-05-03  9:48 UTC 

[binutils-gdb] gdb/testsuite: fix mi-exec-run.exp with native-extended-gdbserver board
 2022-05-03  9:48 UTC 

[binutils-gdb] gdb: fix failures in gdb.mi/mi-exec-run.exp with native-extended-gdbserver
 2022-05-03  9:48 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.cp/align.exp with gcc 12.1 / 11.3
 2022-05-02 20:27 UTC 

[binutils-gdb] gdb/debuginfod: Whitespace-only URL should disable debuginfod
 2022-05-02 20:15 UTC 

[binutils-gdb] gdb: remove type_wanted parameter from a few functions
 2022-05-02 20:14 UTC 

[binutils-gdb] gnulib: update to bd11400942d6
 2022-05-02 16:09 UTC 

[binutils-gdb] Fix Ada catchpoint regression
 2022-05-02 14:32 UTC 

[binutils-gdb/gdb-12-branch] Bump GDB's version number to 12.1.90.DATE-git
 2022-05-01 19:01 UTC 

[binutils-gdb] Created tag 'gdb-12.1-release'
 2022-05-01 18:55 UTC 

[binutils-gdb/gdb-12-branch] Set GDB version number to 12.1
 2022-05-01 18:47 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.multi/attach-no-multi-process.exp with check-readmore
 2022-05-01 16:06 UTC 

[binutils-gdb] Remove create_breakpoints_sal_default
 2022-04-29 22:24 UTC 

[binutils-gdb] Remove allocate_bp_location
 2022-04-29 22:24 UTC 

[binutils-gdb] Constify breakpoint_ops
 2022-04-29 22:24 UTC 

[binutils-gdb] Remove breakpoint ops initialization
 2022-04-29 22:24 UTC 

[binutils-gdb] Remove vtable_breakpoint_ops
 2022-04-29 22:24 UTC 

[binutils-gdb] Remove most fields from breakpoint_ops
 2022-04-29 22:24 UTC 

[binutils-gdb] Remove breakpoint_ops from init_catchpoint
 2022-04-29 22:24 UTC 

[binutils-gdb] Remove breakpoint_ops from init_ada_exception_breakpoint
 2022-04-29 22:24 UTC 

[binutils-gdb] Merge probe and ordinary tracepoints
 2022-04-29 22:24 UTC 

[binutils-gdb] Merge probe and ordinary breakpoints
 2022-04-29 22:24 UTC 

[binutils-gdb] Remove bkpt_base_breakpoint_ops
 2022-04-29 22:24 UTC 

[binutils-gdb] Convert static marker tracepoints to vtable ops
 2022-04-29 22:23 UTC 

[binutils-gdb] Add bp_static_marker_tracepoint
 2022-04-29 22:23 UTC 

[binutils-gdb] Convert ranged breakpoints to vtable ops
 2022-04-29 22:23 UTC 

[binutils-gdb] Convert dprintf to vtable ops
 2022-04-29 22:23 UTC 

[binutils-gdb] Convert Ada catchpoints to vtable ops
 2022-04-29 22:23 UTC 

[binutils-gdb] Convert ordinary breakpoints to vtable ops
 2022-04-29 22:23 UTC 

[binutils-gdb] Change inheritance of dprintf
 2022-04-29 22:23 UTC 

[binutils-gdb] Convert momentary breakpoints to vtable ops
 2022-04-29 22:23 UTC 

[binutils-gdb] Convert internal breakpoints to vtable ops
 2022-04-29 22:23 UTC 

[binutils-gdb] Convert break-catch-throw to vtable ops
 2022-04-29 22:23 UTC 

[binutils-gdb] Convert base breakpoints to vtable ops
 2022-04-29 22:23 UTC 

[binutils-gdb] Add some new subclasses of breakpoint
 2022-04-29 22:23 UTC 

[binutils-gdb] Convert tracepoints to vtable ops
 2022-04-29 22:22 UTC 

[binutils-gdb] Convert watchpoints to vtable ops
 2022-04-29 22:22 UTC 

[binutils-gdb] Convert break-catch-load to vtable ops
 2022-04-29 22:22 UTC 

[binutils-gdb] Convert break-catch-fork to vtable ops
 2022-04-29 22:22 UTC 

[binutils-gdb] Convert break-catch-exec to vtable ops
 2022-04-29 22:22 UTC 

[binutils-gdb] Convert break-catch-syscall to vtable ops
 2022-04-29 22:22 UTC 

[binutils-gdb] Convert break-catch-sig to use vtable ops
 2022-04-29 22:22 UTC 

[binutils-gdb] Add a vtable-based breakpoint ops
 2022-04-29 22:22 UTC 

[binutils-gdb] Return bool from breakpoint_ops::print_one
 2022-04-29 22:22 UTC 

[binutils-gdb] Delete some unnecessary wrapper functions
 2022-04-29 22:22 UTC 

[binutils-gdb] Add an assertion to clone_momentary_breakpoint
 2022-04-29 22:22 UTC 

[binutils-gdb] Boolify print_solib_event
 2022-04-29 22:21 UTC 

[binutils-gdb] Move "catch load" to a new file
 2022-04-29 22:21 UTC 

[binutils-gdb] gprofng: assertion in gprofng/src/Expression.cc:139
 2022-04-29 21:04 UTC 

[binutils-gdb] De-duplicate .gdb_index
 2022-04-29 20:26 UTC 

[binutils-gdb] Fix .debug_names regression with new indexer
 2022-04-29 20:26 UTC 

[binutils-gdb] gdb/infrun: make fetch_inferior_event restore thread if exited or signalled
 2022-04-29 13:28 UTC 

[binutils-gdb] Slightly tweak and clarify target_resume's interface
 2022-04-29 11:37 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).