public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
[binutils-gdb] Fix gdb build with -std=gnu++11
 2019-06-13  8:24 UTC 

[binutils-gdb] NEWS and manual changes for command options changes
 2019-06-12 23:30 UTC 

[binutils-gdb] Migrate rest of compile commands to new options framework
 2019-06-12 23:29 UTC 

[binutils-gdb] Make "frame apply" support -OPT options
 2019-06-12 23:29 UTC 

[binutils-gdb] Delete parse_flags/parse_flags_qcs
 2019-06-12 23:29 UTC 

[binutils-gdb] "set print raw frame-arguments" -> "set print raw-frame-arguments"
 2019-06-12 23:29 UTC 

[binutils-gdb] Make "backtrace" support -OPT options
 2019-06-12 23:29 UTC 

[binutils-gdb] Make "print" and "compile print" support -OPT options
 2019-06-12 23:29 UTC 

[binutils-gdb] Introduce complete_nested_command_line
 2019-06-12 23:29 UTC 

[binutils-gdb] "thread apply 1 -- -" vs "frame apply level 0 -- -"
 2019-06-12 23:29 UTC 

[binutils-gdb] lib/completion-support.exp: Add test_gdb_completion_offers_commands
 2019-06-12 23:29 UTC 

[binutils-gdb] Make "thread apply" use the gdb::option framework
 2019-06-12 23:29 UTC 

[binutils-gdb] "backtrace full/no-filters/hide" completer
 2019-06-12 23:29 UTC 

[binutils-gdb] gdb.base/completion.exp: Fix comment typo
 2019-06-12 23:28 UTC 

[binutils-gdb] Fix "set enum-command value junk"
 2019-06-12 23:28 UTC 

[binutils-gdb] boolean/auto-boolean commands, make "o" ambiguous
 2019-06-12 23:28 UTC 

[binutils-gdb] Remove "show" command completers, "set" command completers for string commands
 2019-06-12 23:28 UTC 

[binutils-gdb] Make check_for_argument skip whitespace after arg itself
 2019-06-12 23:28 UTC 

[binutils-gdb] number_or_range_parser::get_number, don't treat "1 -" as a range
 2019-06-12 23:28 UTC 

[binutils-gdb] Fix TID parser bug
 2019-06-12 23:28 UTC 

[binutils-gdb] New set/show testing framework (gdb.base/settings.exp)
 2019-06-12 23:28 UTC 

[binutils-gdb] Introduce generic command options framework
 2019-06-12 23:28 UTC 

[binutils-gdb] Fix latent bug with custom word point completers
 2019-06-12 23:28 UTC 

[binutils-gdb] Allow "unlimited" abbreviations
 2019-06-12 23:28 UTC 

[binutils-gdb] Fix latent bug in custom word point completion handling
 2019-06-12 23:27 UTC 

[binutils-gdb] Dwarf: Don't add nameless modules to partial symbol table (ChangeLogs)
 2019-06-11 19:39 UTC 

[binutils-gdb] Dwarf: Don't add nameless modules to partial symbol table
 2019-06-11 19:16 UTC 

[binutils-gdb] Move gdb's xmalloc and friends to new file
 2019-06-11 13:51 UTC 

[binutils-gdb] Remove linux-waitpid.c debugging code
 2019-06-11 13:51 UTC 

[binutils-gdb] Remove trailing newlines from help text
 2019-06-11 13:32 UTC 

[binutils-gdb] [gdb/testsuite] Fix remove-inferiors.exp FAIL with readnow board
 2019-06-11 11:54 UTC 

[binutils-gdb] Remove shadowing from darwin-nat.c
 2019-06-11 11:39 UTC 

[binutils-gdb] [gdb/testsuite] Fix main high_pc in nonvar-access.exp
 2019-06-11 11:22 UTC 

[binutils-gdb] [gdb/testsuite] Add readnow.exp
 2019-06-11  7:43 UTC 

[binutils-gdb] gdb: Check for not allocated/associated values during array slicing
 2019-06-10 22:06 UTC 

[binutils-gdb] [gdb] Fix heap-buffer-overflow in cp_find_first_component_aux
 2019-06-10 18:27 UTC 

[binutils-gdb] [gdb] Fix dynamic-stack-buffer-overflow in linespec_lexer_lex_string
 2019-06-10 18:17 UTC 

[binutils-gdb] [gdb/symtab] Fix symbol loading performance regression
 2019-06-10 18:05 UTC 

[binutils-gdb] Update help text in ada-lang.c
 2019-06-10 14:20 UTC 

[binutils-gdb] Remove newlines from warnings
 2019-06-10 13:55 UTC 

[binutils-gdb] Use gdbpy_enter in py-breakpoint.c
 2019-06-10 13:28 UTC 

[binutils-gdb] Delay allocation of dbx_symfile_info
 2019-06-10 13:24 UTC 

[binutils-gdb] [gdb/symtab] Support DW_AT_main_subprogram with -readnow
 2019-06-10  7:28 UTC 

[binutils-gdb] libctf: avoid strndup
 2019-06-07 13:11 UTC 

[binutils-gdb] libctf: explicitly cast more size_t types used in printf()s
 2019-06-07 13:11 UTC 

[binutils-gdb] libctf: mark various args as unused in the !HAVE_MMAP case
 2019-06-07 13:11 UTC 

[binutils-gdb] Apply substitute-path to relative filenames as well
 2019-06-06 18:01 UTC 

[binutils-gdb] Add thread-exit annotation
 2019-06-06 17:35 UTC 

[binutils-gdb] Add timestamps to "maint time" output
 2019-06-06 14:56 UTC 

[binutils-gdb] libctf: eschew %zi format specifier
 2019-06-05 13:13 UTC 

[binutils-gdb] gdb/testsuite: Improve comments in recently added test
 2019-06-05  9:37 UTC 

[binutils-gdb] gdb/riscv: Don't error when decoding a 6 or 8 byte instruction
 2019-06-05  8:55 UTC 

[binutils-gdb] Introduce and use make_unique_xstrdup
 2019-06-04 21:49 UTC 

[binutils-gdb] Fix paths to ChangeLog files
 2019-06-04 21:46 UTC 

[binutils-gdb] Use CHAR_BIT instead of NBBY in libctf
 2019-06-04 20:11 UTC 

[binutils-gdb] libctf: work on platforms without O_CLOEXEC
 2019-06-04 16:12 UTC 

[binutils-gdb] libctf: fix use-after-free in function dumping
 2019-06-04 16:12 UTC 

[binutils-gdb] libctf: look for BSD versus GNU qsort_r signatures
 2019-06-04 16:12 UTC 

[binutils-gdb] Add an objfile getter to gdb.Type
 2019-06-04 15:46 UTC 

[binutils-gdb] Document in NEWS and gdb.texinfo the "help", "apropos" and "show style" changes
 2019-06-03 20:21 UTC 

[binutils-gdb] Improve usability and/or readibility of help and apropos output
 2019-06-03 20:20 UTC 

[binutils-gdb] Add highlight style, title style, fputs_highlighted. Improve 'show style'
 2019-06-03 20:20 UTC 

[binutils-gdb] Update tests following changes to "help" and "apropos"
 2019-06-03 20:20 UTC 

[binutils-gdb] Revert patch that disables building libctf for non-ELF based targets
 2019-06-03 15:29 UTC 

[binutils-gdb] Remove fromhex implementation from gdbreplay
 2019-06-02 22:45 UTC 

[binutils-gdb] Add previous_saved_command_line to allow a command to repeat a previous command
 2019-05-31 15:28 UTC 

[binutils-gdb] Implement | (pipe) command
 2019-05-31 15:28 UTC 

[binutils-gdb] Test the | (pipe) command
 2019-05-31 15:28 UTC 

[binutils-gdb] Add function execute_command_to_ui_file
 2019-05-31 15:28 UTC 

[binutils-gdb] NEWS and documentation for | (pipe) command
 2019-05-31 15:28 UTC 

[binutils-gdb] libctf: fix a number of build problems found on Solaris and NetBSD
 2019-05-31  9:11 UTC 

[binutils-gdb] Two comment fixes in gdbtypes.h
 2019-05-30 14:54 UTC 

[binutils-gdb] Initialize variable word in complete
 2019-05-30 12:18 UTC 

[binutils-gdb] Revert "Sync top level files with versions from gcc."
 2019-05-30 10:25 UTC 

[binutils-gdb] Don't crash is dwarf_decode_macro_bytes's 'body' is NULL, even when '!is_define'
 2019-05-29 20:15 UTC 

[binutils-gdb] Fix failure in gdb.ada/complete.exp
 2019-05-29 16:08 UTC 

[binutils-gdb] Make some DWARF complaints clearer
 2019-05-29 16:02 UTC 

[binutils-gdb] Fix crash in cp_print_value_fields
 2019-05-29 15:44 UTC 

[binutils-gdb] Add new GCC 9 warnings to warnings.m4
 2019-05-29 15:11 UTC 

[binutils-gdb] Add "set print finish"
 2019-05-29 14:37 UTC 

[binutils-gdb] Update release tools with libctf support
 2019-05-29 11:49 UTC 

[binutils-gdb] Sync top level files with versions from gcc
 2019-05-29 11:44 UTC 

[binutils-gdb] Do not build libctf for targets that do not use the ELF file format
 2019-05-29 10:33 UTC 

[binutils-gdb] Fix libctf build on non-ELF targets
 2019-05-29  9:12 UTC 

[binutils-gdb] Remove find_old_style_renaming_symbol
 2019-05-28 16:39 UTC 

[binutils-gdb] libctf: build system
 2019-05-28 16:38 UTC 

[binutils-gdb] Add libctf to top-level MAINTAINERS; add myself as CTF maintainer
 2019-05-28 16:38 UTC 

[binutils-gdb] libctf: debug dumping
 2019-05-28 16:38 UTC 

[binutils-gdb] libctf: labels
 2019-05-28 16:38 UTC 

[binutils-gdb] libctf: library version enforcement
 2019-05-28 16:37 UTC 

[binutils-gdb] libctf: implementation definitions related to file creation
 2019-05-28 16:37 UTC 

[binutils-gdb] libctf: low-level list manipulation and helper utilities
 2019-05-28 16:37 UTC 

[binutils-gdb] libctf: mmappable archives
 2019-05-28 16:37 UTC 

[binutils-gdb] libctf: opening
 2019-05-28 16:37 UTC 

[binutils-gdb] libctf: error handling
 2019-05-28 16:37 UTC 

[binutils-gdb] libctf: ELF file opening via BFD
 2019-05-28 16:37 UTC 

[binutils-gdb] libctf: lookups by name and symbol
 2019-05-28 16:37 UTC 

[binutils-gdb] libctf: type copying
 2019-05-28 16:37 UTC 

[binutils-gdb] libctf: core type lookup
 2019-05-28 16:37 UTC 

[binutils-gdb] libctf: hashing
 2019-05-28 16:37 UTC 

[binutils-gdb] libctf: creation functions
 2019-05-28 16:37 UTC 

[binutils-gdb] libctf: lowest-level memory allocation and debug-dumping wrappers
 2019-05-28 16:36 UTC 

[binutils-gdb] Suppress SIGTTOU when handling errors
 2019-05-28  9:37 UTC 

[binutils-gdb] Fix typo in gdb/NEWS
 2019-05-27 20:53 UTC 

[binutils-gdb] [gdb/testsuite] Add test-case for gdb-add-index.sh
 2019-05-24 12:25 UTC 

[binutils-gdb] config.guess, config.sub: synchronize with config project master sources
 2019-05-23 16:22 UTC 

[binutils-gdb] Constify target_ops::follow_exec
 2019-05-22 19:44 UTC 

[binutils-gdb] Add "style" proc to the test suite
 2019-05-22 18:02 UTC 

[binutils-gdb] [gdb/testsuite] Require c++11 for gdb.base/align.exp
 2019-05-22 16:13 UTC 

[binutils-gdb] [gdb/testsuite] Add missing mi_skip_python_tests to py-mi-var-info-path-expression.exp
 2019-05-22 15:55 UTC 

[binutils-gdb] AArch64: Treat pauth ops as nops on non-pauth systems
 2019-05-22 13:39 UTC 

[binutils-gdb] Document gdb.in/gdb.cmd files and debugredirect cli command
 2019-05-22 12:44 UTC 

[binutils-gdb] gdb/riscv: Improve flen length determination
 2019-05-22 12:04 UTC 

[binutils-gdb] gdb/doc: Minor formatting fixes in documentation of -complete
 2019-05-22 11:51 UTC 

[binutils-gdb] gdb/fortran: Handle gdbarch_floatformat_for_type returning nullptr
 2019-05-21 22:55 UTC 

[binutils-gdb] [gdb/cli] Fix use of uninitialized variable in complete_command
 2019-05-21 14:32 UTC 

[binutils-gdb] [gdb/testsuite] Require c++11 where necessary
 2019-05-21 14:32 UTC 

[binutils-gdb] testsuite: Mark the kill in gdbserver_run as optional
 2019-05-21  9:43 UTC 

[binutils-gdb] gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floats
 2019-05-18  8:52 UTC 

[binutils-gdb] gdb: Add constructor to struct cu_partial_die_info
 2019-05-18  8:47 UTC 

[binutils-gdb] Don't cast away const in find_and_open_source
 2019-05-17 16:23 UTC 

[binutils-gdb] Constify annotate_source
 2019-05-17 16:23 UTC 

[binutils-gdb] testsuite: Remove TRANSCRIPT support
 2019-05-17 15:49 UTC 

[binutils-gdb] testsuite: Add replay logging to GDBSERVER_DEBUG
 2019-05-17 15:46 UTC 

[binutils-gdb] testsuite: Create .cmd files for gdb and gdbserver
 2019-05-17 15:42 UTC 

[binutils-gdb] testsuite: Record all gdb input to gdb.in
 2019-05-17 15:35 UTC 

[binutils-gdb] testsuite: Disable some tests when logging
 2019-05-17 14:36 UTC 

[binutils-gdb] testsuite: Add option to capture GDB debug
 2019-05-17 13:36 UTC 

[binutils-gdb] Add debug redirect option
 2019-05-17 13:22 UTC 

[binutils-gdb] Change file close behavior for tee_file
 2019-05-17 13:09 UTC 

[binutils-gdb] MI: extract command completion logic from complete_command()
 2019-05-17 10:21 UTC 

[binutils-gdb] MI: Add new command -complete
 2019-05-17 10:21 UTC 

[binutils-gdb] Add myself to gdb/MAINTAINERS
 2019-05-17  9:50 UTC 

[binutils-gdb] [gdb] Fix heap-use-after-free in typename_concat
 2019-05-17  7:35 UTC 

[binutils-gdb] Slightly improve logic of some operations on stap-probe.c
 2019-05-16 20:31 UTC 

[binutils-gdb] Bool-ify stap-probe.c and stap-related code on i386-tdep.c
 2019-05-16 20:31 UTC 

[binutils-gdb] Make stap-probe.c:stap_parse_register_operand's "regname" an std::string
 2019-05-16 20:31 UTC 

[binutils-gdb] Update some comments on stap-probe.c
 2019-05-16 20:31 UTC 

[binutils-gdb] Fix complaint string formatting on stap-probe.c
 2019-05-16 20:31 UTC 

[binutils-gdb] Fix darwin-nat.c build
 2019-05-16 16:49 UTC 

[binutils-gdb] gdb/fortran: Add sizeof tests for indexed and sliced arrays
 2019-05-15 21:28 UTC 

[binutils-gdb] linux-thread-db.c: use bool where possible in thread_db code
 2019-05-15 15:21 UTC 

[binutils-gdb] Don't crash if dwarf_decode_macro_bytes's 'body' is NULL
 2019-05-15 13:58 UTC 

[binutils-gdb] GDB (s12z): Improve reliability of the stack unwinder
 2019-05-15  5:12 UTC 

[binutils-gdb] Fix assertion failure in coerce_unspec_val_to_type
 2019-05-14 22:11 UTC 

[binutils-gdb] [gdb/doc] Mention index cache in concept and command index
 2019-05-14 15:46 UTC 

[binutils-gdb] Add file name styling to "info sharedlibrary"
 2019-05-14 13:49 UTC 

[binutils-gdb] AArch64: Add half float view to V registers
 2019-05-14  9:37 UTC 

[binutils-gdb] [gdb/testsuite] Fix base address selection entry encoding in dw2-skip-prologue.S
 2019-05-14  8:10 UTC 

[binutils-gdb] [gdb/doc] Fix "maint info selftests" command index entry
 2019-05-14  7:58 UTC 

[binutils-gdb] Fix two langauge -> language typos
 2019-05-12 15:56 UTC 

[binutils-gdb] Document the GDB 8.3 release in gdb/ChangeLog
 2019-05-11 18:39 UTC 

[binutils-gdb/gdb-8.3-branch] Document the GDB 8.3 release in gdb/ChangeLog
 2019-05-11 18:38 UTC 

[binutils-gdb/gdb-8.3-branch] Bump GDB version number to 8.3.0.DATE-git
 2019-05-11 18:38 UTC 

[binutils-gdb] Created tag gdb-8.3-release
 2019-05-11 18:28 UTC 

[binutils-gdb/gdb-8.3-branch] Set GDB version number to 8.3
 2019-05-11 18:20 UTC 

[binutils-gdb] Fix GDB build when using --disable-gdbmi
 2019-05-10 22:03 UTC 

[binutils-gdb] cc-with-tweaks: show dwz stderr and verify result
 2019-05-10 20:30 UTC 

[binutils-gdb] Document lazy computation for pretty-printer "children" method
 2019-05-10 18:55 UTC 

[binutils-gdb] Add completion for Ada catch commands
 2019-05-10 15:58 UTC 

[binutils-gdb] Minor "catch" documentation improvements
 2019-05-10 14:40 UTC 

[binutils-gdb] Two minor constifications
 2019-05-10 13:20 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.arch/amd64-tailcall-self.S
 2019-05-09 10:24 UTC 

[binutils-gdb] [gdb/testsuite] Fix gdb.arch/amd64-entry-value-paramref.S
 2019-05-08 22:41 UTC 

[binutils-gdb] Convert dwarf2-frame.c to type-safe registry API
 2019-05-08 22:10 UTC 

[binutils-gdb] Convert gdbtypes.c to type-safe registry API
 2019-05-08 22:10 UTC 

[binutils-gdb] Convert hppa-tdep.c to type-safe registry API
 2019-05-08 22:09 UTC 

[binutils-gdb] Convert nto-tdep.c to type-safe registry API
 2019-05-08 22:09 UTC 

[binutils-gdb] Convert elfread.c to type-safe registry API
 2019-05-08 22:09 UTC 

[binutils-gdb] Convert ada-lang.c to type-safe registry API
 2019-05-08 22:09 UTC 

[binutils-gdb] Convert mdebugread.c to type-safe registry API
 2019-05-08 22:09 UTC 

[binutils-gdb] Convert fbsd-tdep.c to type-safe registry API
 2019-05-08 22:09 UTC 

[binutils-gdb] Convert objc-lang.c to type-safe registry API
 2019-05-08 22:09 UTC 

[binutils-gdb] Convert coffread.c to type-safe registry API
 2019-05-08 22:09 UTC 

[binutils-gdb] Convert ada-tasks.c to type-safe registry API
 2019-05-08 22:09 UTC 

[binutils-gdb] Remove mips_pdr_data
 2019-05-08 22:09 UTC 

[binutils-gdb] Convert stabsread.c to type-safe registry API
 2019-05-08 22:09 UTC 

[binutils-gdb] Add a noop deleter
 2019-05-08 22:09 UTC 

[binutils-gdb] Convert probes to type-safe registry API
 2019-05-08 22:08 UTC 

[binutils-gdb] Convert dwarf2_per_objfile to type-safe registry API
 2019-05-08 22:08 UTC 

[binutils-gdb] Convert break-catch-syscall.c to type-safe registry API
 2019-05-08 22:08 UTC 

[binutils-gdb] Convert auto-load.c to type-safe registry API
 2019-05-08 22:08 UTC 

[binutils-gdb] Convert symfile-debug.c to type-safe registry API
 2019-05-08 22:08 UTC 

[binutils-gdb] Convert linux-tdep.c to type-safe registry API
 2019-05-08 22:08 UTC 

[binutils-gdb] Convert objfiles.c to type-safe registry API
 2019-05-08 22:08 UTC 

[binutils-gdb] Convert solib-svr4.c to type-safe registry API
 2019-05-08 22:08 UTC 

[binutils-gdb] Convert xcoffread.c to type-safe registry API
 2019-05-08 22:08 UTC 

[binutils-gdb] Convert auxv.c to type-safe registry API
 2019-05-08 22:08 UTC 

[binutils-gdb] Convert remote.c to type-safe registry API
 2019-05-08 22:08 UTC 

[binutils-gdb] Convert breakpoint.c to type-safe registry API
 2019-05-08 22:08 UTC 

[binutils-gdb] Convert symbol_cache to type-safe registry API
 2019-05-08 22:07 UTC 

[binutils-gdb] Convert inflow to type-safe registry API
 2019-05-08 22:07 UTC 

[binutils-gdb] Convert target dcache to type-safe registry API
 2019-05-08 22:07 UTC 

[binutils-gdb] Add a type-safe C++ interface to a registry
 2019-05-08 22:07 UTC 

[binutils-gdb] Convert main_info to type-safe registry API
 2019-05-08 22:07 UTC 

[binutils-gdb] gdb: Merge two 'New commands' sections in NEWS file
 2019-05-08 20:02 UTC 

[binutils-gdb] When debugging a mixed Ada/C program using this scenario:
 2019-05-08 17:42 UTC 

[binutils-gdb] Move interpreter_p declaration to main.h
 2019-05-08 16:46 UTC 

[binutils-gdb] Change some remote.c globals to "static"
 2019-05-08 16:46 UTC 

[binutils-gdb] Move "watchdog" to remote.c
 2019-05-08 16:46 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).