public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
[binutils-gdb] Add PARSER_LEAVE_BLOCK_ALONE flag
 2023-05-23 20:18 UTC 

[binutils-gdb] Add PARSER_DEBUG flag
 2023-05-23 20:18 UTC 

[binutils-gdb] Rearrange parser_state
 2023-05-23 20:18 UTC 

[binutils-gdb] Boolify parser_state::comma_terminates
 2023-05-23 20:18 UTC 

[binutils-gdb] Simplify parser_state constructor
 2023-05-23 20:18 UTC 

[binutils-gdb] Introduce and use parser flags
 2023-05-23 20:18 UTC 

[binutils-gdb] Move innermost_block_tracker to expression.h
 2023-05-23 20:18 UTC 

[binutils-gdb] Avoid forward declaration in parse.c
 2023-05-23 20:18 UTC 

[binutils-gdb] Implement DAP loadedSources request
 2023-05-23 19:48 UTC 

[binutils-gdb] Implement gdb.execute_mi
 2023-05-23 19:48 UTC 

[binutils-gdb] Add second mi_parse constructor
 2023-05-23 19:47 UTC 

[binutils-gdb] Introduce mi_parse helper methods
 2023-05-23 19:47 UTC 

[binutils-gdb] Introduce "static constructor" for mi_parse
 2023-05-23 19:47 UTC 

[binutils-gdb] Change mi_parse_argv to a method
 2023-05-23 19:47 UTC 

[binutils-gdb] Use accessor for mi_parse::args
 2023-05-23 19:47 UTC 

[binutils-gdb] Use member initializers in mi_parse
 2023-05-23 19:47 UTC 

[binutils-gdb] Use field_signed from Python MI commands
 2023-05-23 19:47 UTC 

[binutils-gdb] gdb/cli-out.c: clear_current_line shouldn't trigger pagination prompt
 2023-05-23 15:12 UTC 

[binutils-gdb] Deleted branch 'mt-ld'
 2023-05-23 14:57 UTC 

[binutils-gdb] gdb/testsuite: change hardcoded assembly in gdb.arch/disp-step-insn-reloc.exp
 2023-05-23  8:50 UTC 

[binutils-gdb] [gdb/tui] Fix buglet in tui_update_variables
 2023-05-22 14:44 UTC 

[binutils-gdb] Remove some FIXME comments from DAP
 2023-05-22 12:54 UTC 

[binutils-gdb] gdb: add Richard Bunt to gdb/MAINTAINERS
 2023-05-22 10:48 UTC 

[binutils-gdb] [gdb/testsuite] Add Term::get_line_with_attrs
 2023-05-22 10:02 UTC 

[binutils-gdb] [gdb/testsuite] Factor out Term::_reset_attrs
 2023-05-22  9:38 UTC 

[binutils-gdb/gdb-13-branch] gdb: fix post-hook execution for remote targets
 2023-05-20 19:45 UTC 

[binutils-gdb] Update documentation for Python Frame.older and Frame.newer
 2023-05-19 16:47 UTC 

[binutils-gdb] gdb: fix post-hook execution for remote targets
 2023-05-19 12:38 UTC 

[binutils-gdb] gdb: Remove redundant frame switching
 2023-05-19 10:47 UTC 

[binutils-gdb] gdb: safety checks in skip_prologue_using_sal
 2023-05-19 10:06 UTC 

[binutils-gdb] gdb/testsuite: test for a function with no line table
 2023-05-19 10:06 UTC 

[binutils-gdb] gdb/breakpoint: use warning function instead of gdb_printf
 2023-05-19  9:15 UTC 

[binutils-gdb] gdb/testsuite: handle older Python versions in gdb.python/py-disasm.exp
 2023-05-19  9:01 UTC 

[binutils-gdb] Use lower-case in @sc in the documentation
 2023-05-18 19:29 UTC 

[binutils-gdb] gdb.fortran/lbound-ubound.exp: read expected lbound and ubound from function parameters (PR 30414)
 2023-05-18 17:22 UTC 

[binutils-gdb] gdb/elfread.c: Add plt symbol check for _PROCEDURE_LINKAGE_TABLE_
 2023-05-18 14:33 UTC 

[binutils-gdb] [gdb/testsuite] Fix whitespace and indentation in lib/tuiterm.exp
 2023-05-18  7:29 UTC 

[binutils-gdb] libsframe: testsuite: add tests for sframe_get_funcdesc_with_addr API
 2023-05-18  6:15 UTC 

[binutils-gdb] libsframe: testsuite: add new tests for sframe_find_fre API
 2023-05-18  6:15 UTC 

[binutils-gdb] Special case "&str" in Rust parser
 2023-05-17 17:50 UTC 

[binutils-gdb] gprofng: include a new function in the right place
 2023-05-16 19:30 UTC 

[binutils-gdb/gdb-13-branch] gdbserver/linux-low.cc: Fix a typo in ternary operator
 2023-05-16 16:53 UTC 

[binutils-gdb] [gdb/tui] Don't show line number for lines not in source file
 2023-05-16 15:40 UTC 

[binutils-gdb] Update comments for the gdb/24331 fix
 2023-05-16 12:28 UTC 

[binutils-gdb] gdb/testsuite: fix formatting of gdb.python/py-disasm.py
 2023-05-16 11:00 UTC 

[binutils-gdb] gdb/testsuite: make gdb_supported_languages a caching proc
 2023-05-16 10:37 UTC 

[binutils-gdb] gdb/testsuite: fix regressions in break-main-file-remove-fail.exp
 2023-05-16  9:40 UTC 

[binutils-gdb] gdb/python: extend the Python Disassembler API to allow for styling
 2023-05-16  9:31 UTC 

[binutils-gdb] gdb/python: rework how the disassembler API reads the result object
 2023-05-16  9:31 UTC 

[binutils-gdb/gdb-13-branch] Correctly handle forward DIE references in scanner
 2023-05-15 15:16 UTC 

[binutils-gdb] Correctly handle forward DIE references in scanner
 2023-05-15 14:51 UTC 

[binutils-gdb] Fix bad interaction between element limit and repeated values (BZ#24331)
 2023-05-13 22:42 UTC 

[binutils-gdb] Fix regression due to Pragma Import series
 2023-05-12 19:29 UTC 

[binutils-gdb] Use bool and early loop exit in remove_extra_symbols
 2023-05-12 19:29 UTC 

[binutils-gdb] Use reference parameter in remove_extra_symbols
 2023-05-12 19:29 UTC 

[binutils-gdb] Handle Ada Pragma Import and Pragma Export
 2023-05-12 19:28 UTC 

[binutils-gdb] Introduce symbol_block_ops::get_block_value
 2023-05-12 19:28 UTC 

[binutils-gdb] Define symbol::value_block separately
 2023-05-12 19:28 UTC 

[binutils-gdb] Bump MAX_SYMBOL_IMPLS
 2023-05-12 19:28 UTC 

[binutils-gdb] Introduce lookup_minimal_symbol_linkage
 2023-05-12 19:28 UTC 

[binutils-gdb] gdb: remove unnecessary call to std::string constructor
 2023-05-12 18:50 UTC 

[binutils-gdb] Add dynamic_prop::is_constant
 2023-05-12 18:35 UTC 

[binutils-gdb] Implement DAP register scope
 2023-05-12 18:29 UTC 

[binutils-gdb] Fix calling debuginfo-less functions in Ada
 2023-05-12 18:18 UTC 

[binutils-gdb] gdb/python: implement DisassemblerResult.__str__ method
 2023-05-12 17:42 UTC 

[binutils-gdb] gdb/python: implement __repr__ methods for py-disasm.c types
 2023-05-12 17:42 UTC 

[binutils-gdb] gdb/doc: improve Python Disassembler API documentation
 2023-05-12 17:42 UTC 

[binutils-gdb] gdb/testsuite: extend special '^' handling to gdb_test_multiple
 2023-05-12 12:53 UTC 

[binutils-gdb] gdb: fix error message for $_gdb_maint_setting
 2023-05-12  9:54 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.dwarf2/opt-out-not-implptr.exp for -m32
 2023-05-12  9:43 UTC 

[binutils-gdb] [gdb/testsuite] Make is_64_target more robust
 2023-05-12  9:43 UTC 

[binutils-gdb] [gdb/cli] Fix wrapping for TERM=ansi
 2023-05-12  9:43 UTC 

[binutils-gdb] Do not print <synthetic pointer> when piece is optimized out
 2023-05-11 21:48 UTC 

[binutils-gdb] gdb/testsuite: Match file size in gdb.debuginfod/crc_mismatch.exp
 2023-05-11 17:12 UTC 

[binutils-gdb] Disable out-of-scope watchpoints
 2023-05-11 16:10 UTC 

[binutils-gdb] Add "scheduler-locking" to documentation index
 2023-05-11 15:28 UTC 

[binutils-gdb] [gdb/tui] Fix tui compact-source a bit more
 2023-05-10 18:11 UTC 

[binutils-gdb] gdb/rust: fix crash for expression debug with strings
 2023-05-10 13:54 UTC 

[binutils-gdb] [gdb/tui] Fix tui compact-source
 2023-05-10  4:56 UTC 

[binutils-gdb] Support higher baud rates when they are defined
 2023-05-09 18:31 UTC 

[binutils-gdb] gdb: fix use-after-free in check_longjmp_breakpoint_for_call_dummy
 2023-05-09 17:48 UTC 

[binutils-gdb] gdbserver: Clear upper ZMM registers in the right location
 2023-05-08 17:40 UTC 

[binutils-gdb] x86-fbsd-nat: Add missing public label
 2023-05-08 17:40 UTC 

[binutils-gdb] gdb: Avoid warning for the jump command inside an inline function
 2023-05-08  7:22 UTC 

[binutils-gdb] Remove parameter from select_source_symtab
 2023-05-07 19:48 UTC 

[binutils-gdb] Remove ALL_BREAKPOINTS_SAFE
 2023-05-07 18:57 UTC 

[binutils-gdb] Remove ALL_DICT_SYMBOLS
 2023-05-07 18:56 UTC 

[binutils-gdb] Remove ALL_OBJFILE_OSECTIONS
 2023-05-07 18:56 UTC 

[binutils-gdb] Rename objfile::sections
 2023-05-07 18:56 UTC 

[binutils-gdb] Allow pretty-print of static members
 2023-05-06 16:49 UTC 

[binutils-gdb] Filter out types from DAP scopes request
 2023-05-05 20:00 UTC 

[binutils-gdb] Use discrete_position in ada-valprint.c
 2023-05-05 19:53 UTC 

[binutils-gdb/gdb-13-branch] gdb: fix -Wsingle-bit-bitfield-constant-conversion warning in z80-tdep.c
 2023-05-05 19:27 UTC 

[binutils-gdb/gdb-13-branch] gdbsupport: ignore -Wenum-constexpr-conversion in enum-flags.h
 2023-05-05 19:27 UTC 

[binutils-gdb] gdb/python: add mechanism to manage Python initialization functions
 2023-05-05 17:25 UTC 

[binutils-gdb] gdb/testsuite: more newline pattern cleanup
 2023-05-05 16:59 UTC 

[binutils-gdb] [gdb/testsuite] Generate long string in gdb.base/page.exp
 2023-05-05 16:57 UTC 

[binutils-gdb] gdb/testsuite: tighten patterns in build-id-no-debug-warning.exp
 2023-05-05 15:58 UTC 

[binutils-gdb] Simplify decode_locdesc
 2023-05-05 15:13 UTC 

[binutils-gdb] Simplify auto_load_expand_dir_vars and remove substitute_path_component
 2023-05-05 14:17 UTC 

[binutils-gdb] [gdb/testsuite] Add gdb.base/wrap-line.exp
 2023-05-05 12:34 UTC 

[binutils-gdb] [gdb/testsuite] Add gdb.tui/wrap-line.exp
 2023-05-05 10:20 UTC 

[binutils-gdb] Revert "gdb/testsuite: add KFAILs to gdb.reverse/step-reverse.exp"
 2023-05-04 15:19 UTC 

[binutils-gdb] Don't treat references to compound values as "simple"
 2023-05-04 15:08 UTC 

[binutils-gdb] [gdb/build] Fix frame_list position in frame.c
 2023-05-03 19:43 UTC 

[binutils-gdb] Deleted branch 'lsix/poke-gdb'
 2023-05-03 16:25 UTC 

[binutils-gdb/lsix/poke-gdb] gdb: Add the $_poke utility function
 2023-05-03 16:24 UTC 

[binutils-gdb/lsix/poke-gdb] gdb/poke: Support the $reg::REGNAME syntax
 2023-05-03 16:24 UTC 

[binutils-gdb/lsix/poke-gdb] gdb/poke: Support non 8-bits targets
 2023-05-03 16:24 UTC 

[binutils-gdb/lsix/poke-gdb] gdb/poke: Various style updates and fixes
 2023-05-03 16:24 UTC 

[binutils-gdb/lsix/poke-gdb] Integrate GNU poke in GDB
 2023-05-03 16:24 UTC 

[binutils-gdb] Created branch 'lsix/poke-gdb'
 2023-05-03 16:24 UTC 

[binutils-gdb] gdb/show_args_command: print to the ui_file argument
 2023-05-03 15:31 UTC 

[binutils-gdb] Pass const frame_info_ptr reference for skip_[language_]trampoline
 2023-05-03 15:11 UTC 

[binutils-gdb] Change signature of bfd crc functions
 2023-05-03  6:05 UTC 

[binutils-gdb] gdb.base/watchpoint-unaligned.exp: Always initialize wpoffset_to_wpnum
 2023-05-02 20:51 UTC 

[binutils-gdb] xcoffread.c: Fix -Werror=dangling-pointer= issue with main_subfile
 2023-05-02 15:49 UTC 

[binutils-gdb] [gdb/testsuite] Use set in lmap in gdb.dwarf2/dw2-abs-hi-pc.exp
 2023-05-02 15:37 UTC 

[binutils-gdb] Fix Assertion pid != 0 failure in AIX
 2023-05-02 15:33 UTC 

[binutils-gdb] Remove error_stream
 2023-05-02 15:29 UTC 

[binutils-gdb] gdb/testsuite: compile gdb.linespec/cp-completion-aliases.exp as C++
 2023-05-02 10:54 UTC 

[binutils-gdb] Document DAP 'launch' parameter
 2023-05-01 20:19 UTC 

[binutils-gdb] gdb: remove ui_interp_info
 2023-05-01 19:46 UTC 

[binutils-gdb] gdb: store interps in an intrusive_list
 2023-05-01 19:46 UTC 

[binutils-gdb] gdb: move struct ui and related things to ui.{c,h}
 2023-05-01 19:46 UTC 

[binutils-gdb] Turn set_inferior_args_vector into method of inferior
 2023-05-01 17:14 UTC 

[binutils-gdb] Remove evaluate_type
 2023-05-01 17:08 UTC 

[binutils-gdb] Remove evaluate_expression
 2023-05-01 17:08 UTC 

[binutils-gdb] Remove op_name
 2023-05-01 17:07 UTC 

[binutils-gdb] Fix crash in Rust expression parser
 2023-05-01 16:16 UTC 

[binutils-gdb] Replace field_is_static with a method
 2023-05-01 15:35 UTC 

[binutils-gdb] [gdb/tui] Fix TUI resizing for TERM=ansi
 2023-04-30 11:06 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.base/readline.exp with stub-termcap
 2023-04-29  8:47 UTC 

[binutils-gdb] gdb: Fix building with latest libc++
 2023-04-29  7:36 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.ada/excep_handle.exp for updated gdb_test
 2023-04-29  6:56 UTC 

[binutils-gdb] [gdb/build] Fix build without ncurses in maintenance_info_screen
 2023-04-29  5:04 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.tui/main.exp without TUI
 2023-04-29  5:00 UTC 

[binutils-gdb] gdb/mi: check thread exists when creating thread-specific b/p
 2023-04-28 23:16 UTC 

[binutils-gdb] gdb: make deprecated_show_value_hack static
 2023-04-28 21:51 UTC 

[binutils-gdb] gdb: make set/show inferior-tty work with $_gdb_setting_str
 2023-04-28 21:51 UTC 

[binutils-gdb] gdb: make set/show cwd work with $_gdb_setting_str
 2023-04-28 21:51 UTC 

[binutils-gdb] gdb: make set/show args work with $_gdb_setting_str
 2023-04-28 21:51 UTC 

[binutils-gdb] gdb: cleanup command creation in infcmd.c
 2023-04-28 21:51 UTC 

[binutils-gdb] gdb/record-full: disable range stepping when resuming threads
 2023-04-28 18:30 UTC 

[binutils-gdb] Allow strings with printf/eval
 2023-04-28 17:45 UTC 

[binutils-gdb] Move find_minimal_symbol_address to minsyms.c
 2023-04-28 17:17 UTC 

[binutils-gdb] Do not change type in get_discrete_low_bound
 2023-04-28 17:14 UTC 

[binutils-gdb] Remove @var from @defun in Python documentation
 2023-04-28 17:02 UTC 

[binutils-gdb] gdb/testsuite: additional test fixes after gdb_test changes
 2023-04-28 15:48 UTC 

[binutils-gdb] Fix a typo in gdb.texinfo
 2023-04-28 15:36 UTC 

[binutils-gdb] Avoid some compiler warnings in gdb.ada
 2023-04-27 16:32 UTC 

[binutils-gdb] gdb/doc: extend the documentation of the jump command
 2023-04-27 12:59 UTC 

[binutils-gdb] gdb/testsuite: special case '^' in gdb_test pattern
 2023-04-27 12:57 UTC 

[binutils-gdb] gdb/testsuite: change newline patterns used in gdb_test
 2023-04-27 12:57 UTC 

[binutils-gdb] gdb/testsuite: use 'return' in gdb_test_no_output
 2023-04-27 12:57 UTC 

[binutils-gdb] gdb: remove some trailing newlines from warning messages
 2023-04-27 12:57 UTC 

[binutils-gdb] gdb/testsuite: fix occasional failure in gdb.base/clear_non_user_bp.exp
 2023-04-27 12:57 UTC 

[binutils-gdb] gdb, doc: add index entry for the $_inferior_thread_count convenience var
 2023-04-27 12:44 UTC 

[binutils-gdb] sim: bpf: update to new BPF relocations
 2023-04-26 17:22 UTC 

[binutils-gdb] [gdb/tui] Fix length of status line string
 2023-04-26 16:15 UTC 

[binutils-gdb] Rewrite gdb_mpz::operator==
 2023-04-26 14:39 UTC 

[binutils-gdb] Updated debug architecture version checks for fbsd
 2023-04-26  6:00 UTC 

[binutils-gdb] Add new debug architecture version
 2023-04-26  6:00 UTC 

[binutils-gdb] Use scoped_restore in varobj.c
 2023-04-25 18:02 UTC 

[binutils-gdb] Remove some "goto"s from parse.c
 2023-04-25 17:57 UTC 

[binutils-gdb] [gdb/testsuite] Fix timeout in gdb.tui/empty.exp
 2023-04-25  6:34 UTC 

[binutils-gdb] [gdb/testsuite] Fix timeout in gdb.tui/completion.exp
 2023-04-25  6:34 UTC 

[binutils-gdb] [gdb/testsuite] Fix timeout in gdb.tui/new-layout.exp
 2023-04-25  6:34 UTC 

[binutils-gdb] [gdb/testsuite] Fix timeout in gdb.tui/main.exp
 2023-04-25  6:34 UTC 

[binutils-gdb] [gdb/testsuite] Fix timeout in gdb.tui/corefile-run.exp
 2023-04-25  6:34 UTC 

[binutils-gdb] [gdb/testsuite] Add debug prints in Term::wait_for
 2023-04-25  6:34 UTC 

[binutils-gdb] [gdb/testsuite] Add warning for timeout in accept_gdb_output
 2023-04-25  6:33 UTC 

[binutils-gdb] [gdb/testsuite] Fix auto-indent in gdb.gdb/python-helper.exp
 2023-04-24 20:09 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.gdb/python-helper.exp with -O2 -flto
 2023-04-24 20:09 UTC 

[binutils-gdb] [gdb/testsuite] Fix -wrap in presence of -prompt in gdb_test_multiple
 2023-04-24 20:08 UTC 

[binutils-gdb] gdb: remove end_stepping_range observable
 2023-04-24 19:51 UTC 

[binutils-gdb] [gdb/testsuite] Use -std=gnu99 for gdb.server/attach-flag.exp
 2023-04-24 13:03 UTC 

[binutils-gdb] [gdb/testsuite] Require GCC >= 5.x.x in gdb.base/utf8-identifiers.exp
 2023-04-24 12:48 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.multi/multi-arch.exp on powerpc64le
 2023-04-24 12:48 UTC 

[binutils-gdb] [gdb/testsuite] Add basic lmap for tcl < 8.6
 2023-04-24 12:48 UTC 

[binutils-gdb] [gdb/testsuite] Don't use string cat in gdb.dwarf2/dw2-abs-hi-pc.exp
 2023-04-24 12:48 UTC 

[binutils-gdb] [gdb/testsuite] Skip dap tests for tcl 8.5
 2023-04-24  9:29 UTC 

[binutils-gdb] [gdb/testsuite] Remove debug prints in gdb_find_gdc
 2023-04-22  9:04 UTC 

[binutils-gdb/gdb-13-branch] gdb: Fix false match issue in skip_prologue_using_linetable
 2023-04-22  7:33 UTC 

[binutils-gdb] gdb: Fix false match issue in skip_prologue_using_linetable
 2023-04-22  5:50 UTC 

[binutils-gdb] gdb: remove language_auto
 2023-04-21 18:11 UTC 

[binutils-gdb] gdb: switch "set language" to getter/setter
 2023-04-21 18:11 UTC 

[binutils-gdb] gdb: remove return value of set_language
 2023-04-21 18:11 UTC 

[binutils-gdb] [gdb/testsuite] Add make-check-all.sh
 2023-04-21 15:40 UTC 

[binutils-gdb] [gdb/cli] Add maint info screen
 2023-04-21 15:12 UTC 

[binutils-gdb] Use entry values for 32-bit PPC struct return
 2023-04-21 13:40 UTC 

[binutils-gdb] Handle erroneous DW_AT_call_return_pc
 2023-04-21 13:40 UTC 

[binutils-gdb] Handle function descriptors in call_site_target
 2023-04-21 13:40 UTC 

[binutils-gdb] Add a SECURITY.txt file describing the GNU Binutils' project's stance on security related bugs
 2023-04-20 15:52 UTC 

[binutils-gdb] libsframe: minor formatting fixes in sframe_encoder_write_fre
 2023-04-19 22:00 UTC 

[binutils-gdb] libsframe: use consistent function argument names
 2023-04-19 21:59 UTC 

[binutils-gdb] sframe: correct some typos
 2023-04-19 21:59 UTC 

[binutils-gdb] libsframe: use return type of bool for predicate functions
 2023-04-19 21:59 UTC 

[binutils-gdb] Remove adjust_type_signedness
 2023-04-19 14:07 UTC 

[binutils-gdb] gdb: re-format Python code with black 23
 2023-04-18 16:11 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).