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] Add back missing debug for index-cache.exp
[committed][gdb/testsuite] Add readnow.exp
[committed][gdb/testsuite] Break up long debug_flags line in fission.exp
[committed][gdb/testsuite] Fix DW_AT_decl_file in gdb.trace tests
[committed][gdb/testsuite] Fix inter-cu refs in inlined_subroutine-inheritance.exp
[committed][gdb/testsuite] Fix label reference in implptr-64bit.exp
[committed][gdb/testsuite] Fix main high_pc in nonvar-access.exp
[committed][gdb/testsuite] Fix remove-inferiors.exp FAIL with readnow board
[committed][gdbserver] Fix s390x -m31 gdbserver build
Re: [EXT] Re: [PATCH][gdb] Fix build breaker with gcc 4.8
[fixed] Re: Oh dear. I regret to inform you that commit e6ed716cd5514c08b9d7c469d185b1aa177dbc22 might be unfortunate
[FYI] Allow re-assigning to convenience variables
[FYI] Don't cast a tui_win_info directly to tui_gen_win_info
[FYI] Don't declare tui_init_content_element
[FYI] Don't declare tui_init_win_info
[FYI] Fix crash when setting breakpoint condition
[FYI] Recognize _ in attribute names
[FYI] Remove fromhex implementation from gdbreplay
[FYI] Remove lookup_minimal_symbol_solib_trampoline
[FYI] Remove more unnecessary casts of NULL
[FYI] Remove shadowing from darwin-nat.c
[FYI] Remove some NULL checks from the TUI
[FYI] Remove tui_first_data_element_no_in_line
[FYI] Remove unnecessary casts of NULL
[FYI] Replace uses of concat with xstrdup
[GDB BuildBot] Upgrade & new URL (http://gdb-buildbot.osci.io)
[OB PATCH] Fix gnulib/update-gnulib.sh
[PATCH 0/4] C++-fication of dwo_file and removal of a VEC
[PATCH 0/4] Changes around annotate_source_line
[PATCH 0/4] Handle copy relocations and add $_ada_exception
[PATCH 0/4] Non-contiguous address range bug fixes / improvements
[PATCH 0/5] pipe command completer, and string options
Re: [PATCH 00/14] Add a type-safe API to registries
[PATCH 00/66] Clean up the TUI
RE: [PATCH 01/10] btrace: Introduce auxiliary instructions.
[PATCH 01/66] Use new and delete for TUI windows
RE: [PATCH 02/10] btrace: Enable auxiliary instructions in record instruction-history.
[PATCH 02/66] Add destructor to tui_win_info
RE: [PATCH 03/10] btrace: Enable auxiliary instructions in record function-call-history.
[PATCH 03/66] Create subclasses for different window types
RE: [PATCH 04/10] btrace: Handle stepping and goto for auxiliary instructions.
[PATCH 04/66] Remove an unnecessary NULL check from the TUI
RE: [PATCH 05/10] python: Introduce gdb.RecordAuxiliary class.
[PATCH 05/66] Simplify command window creation
RE: [PATCH 06/10] python: Add clear_trace() to gdb.Record.
[PATCH 06/66] Simplify source and disassembly window creation
RE: [PATCH 07/10] btrace, linux: Enable ptwrite packets.
[PATCH 07/66] Introduce tui_win_info::clear_detail method
RE: [PATCH 08/10] btrace, python: Enable ptwrite listener registration.
[PATCH 08/66] Remove tui_list
RE: [PATCH 09/10] btrace, python: Enable calling the ptwrite listener.
[PATCH 09/66] Split the tui_win_info destructor
[PATCH 1/2] AArch64: Add missing CPSR flags
[PATCH 1/2] arm-tdep: replace arm_mapping_symbol VEC with std::vector
[PATCH 1/3] Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clash
[PATCH 1/4] Change SYMBOL_VALUE_ADDRESS to be an lvalue
[PATCH 1/4] dwarf2read: Use bool for dwarf2_section_info fields
[PATCH 1/4] gdb: Remove unused parameter
[PATCH 1/4] Prefer symtab symbol over minsym for function names in non-contiguous blocks
[PATCH 1/5] Fix test_gdb_complete_tab_multiple race
RE: [PATCH 10/10] btrace: Extend event decoding for ptwrite.
[PATCH 10/66] Create tui_disasm_window
[PATCH 11/66] Introduce methods for scrolling
[PATCH 12/66] Don't use TUI_DISASM_WIN in tui_disasm_window method
[PATCH 13/66] Remove tui_clear_win_detail
[PATCH 14/66] Introduce has_locator method
[PATCH 15/66] Remove struct tui_source_info
[PATCH 16/66] Remove struct tui_command_info
[PATCH 17/66] Remove struct tui_data_info
[PATCH 18/66] Change tui_data_window::display_regs to bool
[PATCH 19/66] Inline constructors and initializers
[PATCH 2/2] arm-tdep: sort mapping symbols after parsing all minimal symbols
[PATCH 2/2] Suppress printing of empty bitfields when printing flags
[PATCH 2/3] Arm: Prefix register sizes with ARM_
[PATCH 2/4] dwarf2-frame.c: Fix FDE processing bug involving non-contiguous ranges
[PATCH 2/4] dwarf2read: C++ify dwo_file
[PATCH 2/4] gdb: New function to open source file and compute line charpos data
[PATCH 2/4] Handle copy relocations
[PATCH 2/5] Make gdb::option::complete_options save processed arguments too
Re: [PATCH 2/8] infcall, c++: allow more info to be computed for pass-by-reference values
[PATCH 20/66] Remove an unneeded NULL check
[PATCH 21/66] Introduce make_visible method
[PATCH 22/66] Use bool for visibility
[PATCH 23/66] Introduce the refresh method
[PATCH 24/66] Introduce two TUI source window methods
[PATCH 25/66] Introduce the refresh_all method
[PATCH 26/66] Introduce set_new_height method
[PATCH 27/66] Introduce max_height method
[PATCH 28/66] Remove redundant check from make_visible
[PATCH 29/66] Introduce set_highlight method
[PATCH 3/3] Arm/AArch64: Use a single set of Arm register set size defines
[PATCH 3/4] Allow display of negative offsets in print_address_symbolic()
[PATCH 3/4] Back out earlier Ada exception change
[PATCH 3/4] dwarf2read: Make dwo_file::dbfd a gdb_bfd_ref_ptr
[PATCH 3/4] gdb: Remove an update of current_source_line and current_source_symtab
Re: [PATCH 3/4] gdbserver: Ensure all debug output uses debug functions
[PATCH 3/5] Teach gdb::option about string options
Re: [PATCH 3/8] infcall, c++: collect more pass-by-reference information
[PATCH 30/66] Change tui_which_element::data_window to be a pointer
[PATCH 31/66] Use new and delete for tui_gen_win_info
[PATCH 32/66] Derive tui_win_info from tui_gen_win_info
[PATCH 33/66] Introduce refresh_window method
[PATCH 34/66] Change tui_update_source_window for better type safety
[PATCH 35/66] Introduce tui_gen_win_info::name method
[PATCH 36/66] Change tui_alloc_source_buffer return type to void
[PATCH 37/66] Remove NULL check from tui_set_exec_info_content
[PATCH 38/66] Change tui_set_exec_info_content to return void
[PATCH 39/66] Change more TUI functions to take a tui_source_window_base
[PATCH 4/4] Add $_ada_exception convenience variable
[PATCH 4/4] dwarf2read: Get rid of VEC (dwarf2_section_info_def)
[PATCH 4/4] gdb: Don't allow annotations to influence what else GDB prints
[PATCH 4/4] Improve test gdb.dwarf2/dw2-ranges-func.exp
[PATCH 4/5] Fix latent bug in test_gdb_complete_cmd_multiple
[PATCH 40/66] Remove tui_scroll_direction enum
[PATCH 41/66] Move make_visible method to tui_gen_win_info
[PATCH 42/66] Introduce tui_gen_win_info::reset method
[PATCH 43/66] Remove some TUI static allocations
[PATCH 44/66] Introduce enum tui_box
[PATCH 45/66] Introduce tui_win_info::update_tab_width
[PATCH 46/66] Introduce tui_win_info::make_visible_with_new_height
[PATCH 47/66] Don't check window type in tui_set_win_focus_to
[PATCH 48/66] Remove tui_alloc_win_info
[PATCH 49/66] Separate out execution-info window
[PATCH 5/5] pipe command completer
[PATCH 50/66] Separate out locator window
[PATCH 51/66] Remove layout_def::split
[PATCH 52/66] Remove command from tui_which_element
[PATCH 53/66] Remove two unused enum constants from tui_win_type
[PATCH 54/66] Separate out data item window
[PATCH 55/66] Remove tui_init_generic_part
[PATCH 56/66] Turn tui_first_data_item_displayed into a method
[PATCH 57/66] Remove "data_content" and "data_content_count" from TUI data window
[PATCH 58/66] Separate out data window
[PATCH 59/66] Fix "auxiliary" typo
[PATCH 60/66] Use bool for is_exec_point
[PATCH 61/66] More type safety for TUI source window functions
[PATCH 62/66] Remove union tui_which_element
[PATCH 63/66] Remove NULL checks before xfree
[PATCH 64/66] Fix latent bug in set_is_exec_point_at
[PATCH 65/66] Make tui_gen_win_info constructor protected
[PATCH 66/66] Tidy tui_delete_win
[PATCH v2 0/4] Introduce the "with" command
[PATCH v2 0/8] Fix inferior call for C++ pass-by-reference arguments
Re: [PATCH v2 00/24] gdb::option framework, "print -OPT", other cmd options
Re: [PATCH v2 04/24] Make check_for_argument skip whitespace after arg itself
Re: [PATCH v2 06/24] Fix "set enum-command value garbage"
Re: [PATCH v2 07/24] Remove "show" command completers, "set" command completers for string commands
[PATCH v2 1/4] Fix defaults of some "maint test-settings" subcommands
[PATCH v2 1/8] gdb: recognize new DWARF attributes: defaulted, deleted, calling conv.
Re: [PATCH v2 12/24] Introduce generic command options framework
Re: [PATCH v2 13/24] Make "print" and "compile print" support -OPT options
Re: [PATCH v2 19/24] Introduce complete_command
[PATCH v2 2/4] Fix a few comments in maint-test-settings.c
[PATCH v2 2/8] infcall, c++: allow more info to be computed for pass-by-reference values
[PATCH v2 3/4] "maint test-settings set/show" -> "maint set/show test-settings"
[PATCH v2 3/8] infcall, c++: collect more pass-by-reference information
[PATCH v2 4/4] Introduce the "with" command
[PATCH v2 4/8] infcall: refactor 'call_function_by_hand_dummy'
[PATCH v2 5/8] infcall: move assertions in 'call_function_by_hand_dummy' to an earlier spot
[PATCH v2 6/8] infcall: remove unused parameter in 'value_arg_coerce'
[PATCH v2 7/8] infcall: handle pass-by-reference arguments appropriately
[PATCH v2 8/8] testsuite, cp: increase the coverage of testing pass-by-ref arguments
[PATCH v2.1] Introduce the "with" command
[PATCH v2] AArch64: Add missing CPSR flags
[PATCH v2] Fix slow and non-deterministic behavior of isspace() and tolower()
[PATCH v3 0/11] OpenRISC orfpx64a32 and openrisc spec 1.3 support
Re: [PATCH v3 0/5] Create MI commands using python.
[PATCH v3 00/24] gdb::option framework, "print -OPT", other cmd options
[PATCH v3 01/11] cpu/or1k: Add support for orfp64a32 spec
[PATCH v3 01/24] Fix latent bug in custom word point completion handling
[PATCH v3 02/11] cpu/or1k: Define unordered comparisons
[PATCH v3 02/24] Fix latent bug with custom word point completers
[PATCH v3 03/11] cpu/or1k: Document no branch delay slot architectures and l.adrp
[PATCH v3 03/24] Fix TID parser bug
[PATCH v3 04/11] cpu/or1k: Update fpu compare symbols to imply set flag
[PATCH v3 04/24] Make check_for_argument skip whitespace after arg itself
[PATCH v3 05/11] opcodes/or1k: Regenerate opcodes
[PATCH v3 05/24] Allow "unlimited" abbreviations
[PATCH v3 06/11] sim/or1k: Regenerate sim
[PATCH v3 06/24] Fix "set enum-command value junk"
[PATCH v3 07/11] sim/common: Wire in df/di conversion
[PATCH v3 07/24] Remove "show" command completers, "set" command completers for string commands
[PATCH v3 08/11] sim/common: wire up new unordered comparisons
[PATCH v3 08/24] gdb.base/completion.exp: Fix comment typo
[PATCH v3 09/11] sim/testsuite/or1k: Add test for 64-bit fpu operations
[PATCH v3 09/24] New set/show testing framework (gdb.base/settings.exp)
[PATCH v3 10/11] sim/testsuite/or1k: Add test case for l.adrp instruction
[PATCH v3 10/24] boolean/auto-boolean commands, make "o" ambiguous
[PATCH v3 11/11] sim/testsuite/or1k: Add tests for unordered compares
[PATCH v3 11/24] number_or_range_parser::get_number, don't treat "1 -" as a range
[PATCH v3 12/24] Introduce generic command options framework
[PATCH v3 13/24] Make "print" and "compile print" support -OPT options
[PATCH v3 14/24] Migrate rest of compile commands to new options framework
[PATCH v3 15/24] "set print raw frame-arguments" -> "set print raw-frame-arguments"
[PATCH v3 16/24] Make "backtrace" support -OPT options
[PATCH v3 17/24] "backtrace full/no-filters/hide" completer
[PATCH v3 18/24] lib/completion-support.exp: Add test_gdb_completion_offers_commands
[PATCH v3 19/24] Introduce complete_nested_command_line
Re: [PATCH v3 2/5] Use classes to represent MI Command instead of structures
[PATCH v3 20/24] Make "frame apply" support -OPT options
[PATCH v3 21/24] "thread apply 1 -- -" vs "frame apply level 0 -- -"
[PATCH v3 22/24] Make "thread apply" use the gdb::option framework
[PATCH v3 23/24] Delete parse_flags/parse_flags_qcs
[PATCH v3 24/24] NEWS and manual changes for command options changes
Re: [PATCH v3 3/5] Create MI commands using python.
Re: [PATCH v3 4/5] mi/python: Allow redefinition of python MI commands
Re: [PATCH v3 5/5] mi/python: Add tests for python-defined MI commands
Re: [PATCH v3 6/8] Introduce thread-safe way to handle SIGSEGV
Re: [PATCH v4] Dwarf: Don't add nameless modules to partial symbol table.
[PATCH, gdb/contrib] Fix gdb/contrib/gdb-add-index.sh for dwz-m-ed execs
Re: [PATCH] Add "thread-exited" annotation
Re: [PATCH] Add an objfile getter to gdb.Type
[PATCH] Add an Objfile.lookup_global_symbol function
[PATCH] Add Rust support to source highlighting
Re: [PATCH] Add timestamps to "maint time" output
[PATCH] Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)
[PATCH] Allow nested function displays
Re: [PATCH] Apply substitute-path to relative filenames as well
[PATCH] Arm: Allow version strings in the triplet regexp
[PATCH] Change arm_objfile_data_key to use type-safe registry
[PATCH] Delay allocation of dbx_symfile_info
[PATCH] Do not emit style escape sequences to log file
Re: [PATCH] doc: fix false claim about second argument to gdb
[PATCH] doc: fix false claim about second argument to gdb (was: Manual contradicts itself regarding second command line argument)
[PATCH] Don't include gdbarch.h from defs.h
Re: [PATCH] Fix "list" when control characters are seen
[PATCH] Fix "set integer-command unlimited junk"
[PATCH] Fix breakpoints on file reloads for PIE binaries
[PATCH] Fix cache dir resolving on Windows
Re: [PATCH] Fix crash in cp_print_value_fields
[PATCH] Fix crash when using PYTHONMALLOC=debug (PR python/24742)
Re: [PATCH] Fix exception unwinding for ARM Cortex-M
Re: [PATCH] Fix gdb.ada/vla.exp
[PATCH] Fix link order on Windows
[PATCH] Fix slow and non-deterministic behavior of isspace() and tolower()
[PATCH] Fix TUI use of "has_break" field
[PATCH] Fix two buglets in cp_print_value_fields patch
Re: [PATCH] gdb/fortran: Show the type for non allocated / associated types
[PATCH] gdb/riscv: Don't error when decoding a 6 or 8 byte instruction
Re: [PATCH] gdb: Check for not allocated/associated values during array slicing
[PATCH] gdb: Don't skip prologue for explicit line breakpoints in assembler
[PATCH] gdb: Remove an update of current_source_line and current_source_symtab
[PATCH] gdb: Remove file path from test name
[PATCH] gdb: Remove use of deprecated_interactive_hook
[PATCH] gdb: Use scoped_restore_terminal_state in annotate.c
[PATCH] Handle either order of name and linkage name
[PATCH] Instantiate a single source highlighter
Re: [PATCH] Introduce and use make_unique_xstrdup
[PATCH] Introduce and use make_unique_xstrdup (was: Re: [PATCH v2 12/24] Introduce generic command options framework)
[PATCH] Introduce the "with" command
[PATCH] Make "info threads" use the gdb::option framework
[PATCH] Make documentation of "python" command match actual behavior
[PATCH] Make gdb.base/index-cache.exp work with readnow board (PR 24669)
[PATCH] Minor NEWS rearrangement
[PATCH] Move generic_load declaration to symfile.h
[PATCH] Move gnulib to top level
[PATCH] Remove alloca(0) calls
[PATCH] Remove is_a_field_of_this from ada_lookup_symbol
[PATCH] Remove newlines from warnings
[PATCH] Remove trailing newlines from help text
[PATCH] Remove two unused functions from the TUI
[PATCH] Rename common to gdbsupport
[PATCH] Specialize value_cast error message for Ada
[PATCH] Style "pwd" output
[PATCH] Update help text in ada-lang.c
[PATCH] Use gdbpy_enter in py-breakpoint.c
[PATCH] Warn if add-symbol-file does not provide any symbols
[PATCH][gdb/testsuite] Compile index-cache.c with -Wl,--build-id
[PATCH][gdb/testsuite] Compile varval twice, once without bad DWARF
[PATCH][gdb/testsuite] Fix infoline-reloc-main-from-zero.exp compilation
[PATCH][gdb/testsuite] Mark ptype_union.exp as unsupported for cc-with-gdb-index
[PATCH][gdb/testsuite] Regenerate dw2-restrict.S
[PATCH][gdb/testsuite] Use -fuse-ld=gold in fission.exp
[PATCH][gdb] Fix abstract_to_concrete type
[PATCH][gdb] Fix build breaker with gcc 4.8
[patch][gdb] Fix crashes in bz24364
[PATCH][gdb] Fix heap-buffer-overflow in child_path
[PATCH][gdb] Fix s390x -m31 build
[PATCH][PR/24474] Make gdb.lookup_static_symbol also check the STATIC_SCOPE
Re: [PATCHv2 4/5] gdb: Carry default property type around with dynamic properties
Re: [PATCHv2 5/5] gdb: Better support for dynamic properties with negative values
Re: [PATCHv2] gdb/mi: New commands to catch C++ exceptions
[PING][PATCH] Fix amd64->i386 linux syscall restart problem
[PING][PATCH] Fix breakpoints on file reloads for PIE binaries
[PING][PATCH][gdb] Write index for dwz -m file
[PING][PATCH][readline] Fix heap-buffer-overflow in update_line
[PING^2][PATCH][readline] Fix heap-buffer-overflow in update_line
[PROTOTYPE] Make "info breakpoints" show breakpoint's specs (Re: [PATCH] gdb: Don't skip prologue for explicit line breakpoints in assembler)
[pushed] Fix gdb build with -std=gnu++11
[PUSHED] gdb: Remove unused signal mask
Re: [pushed] MI: Add new command -complete
[RFA 0/3] Allow the user to define default leading args for commands and aliases
Re: [RFA 0/4] Improve "show style", use style in "help" and "apropos".
Re: [RFA 0/8] Ravenscar bug fixes
Re: [RFA 1/3] Implement info sources args [-d | -b] [--] [REGEXP]
[RFA 1/3] leading-args: allow to define default command/alias arguments
Re: [RFA 1/4] Add highlight style, title style, fputs_highlighted. Improve 'show style'
[RFA 2/3] Add tests for new leading-args related commands and arguments.
Re: [RFA 2/3] New test for 'info sources [-d | -b] [--] [REGEXP]'.
[RFA 3/3] NEWS and documentation for leading-args related concept and commands.
[RFA] Ensure GDB printf command can print convenience var strings without a target.
[RFA] Fix alias command not detecting non matching prefix & sometimes asserting.
Re: [RFA] Give thread names in thread events, give Ada task names in more output.
[RFA] Make first and last lines of 'command help documentation' consistent.
[RFA] Output the Ada task name in more messages.
[RFAv2 0/3] new args [-dirname | -basename] [--] [REGEXP] to info sources
[RFAv2 0/4] Improve "show style", have "help" and "apropos" styling their output.
Re: [RFAv2 1/3] Implement 'set print frame-info|frame-arguments presence'.
[RFAv2 1/3] New "info sources" args [-dirname | -basename] [--] [REGEXP]
[RFAv2 1/4] Add highlight style, title style, fputs_highlighted. Improve 'show style'
[RFAv2 2/3] New test for 'info sources [-dirname | -basename] [--] [REGEXP]'.
Re: [RFAv2 2/3] Test 'set print frame-info|frame-arguments presence'.
[RFAv2 2/4] Improve usability and/or readibility of help and apropos output.
[RFAv2 3/3] NEWS and documentation for info sources [-dirname | -basename] [--] [REGEXP].
[RFAv2 3/4] Update tests following changes to "help" and "apropos"
[RFAv2 4/4] Document in NEWS and gdb.texinfo the "help", "apropos" and "show style" changes.
[RFAv3 0/3] Implement 'set print frame-info|frame-arguments
[RFAv3 1/3] Implement 'set print frame-info|frame-arguments presence'.
[RFAv3 2/3] Test 'set print frame-info|frame-arguments presence'.
[RFAv3 3/3] Document 'set print frame-info|frame-arguments presence'.
Re: [RFC 0/2] Let's discuss moving gdbserver to top-level
Re: [RFC 1/2] Remove linux-waitpid.c debugging code
Re: [RFC 2/2] Move gdb's xmalloc and friends to new file
Re: [RFC PATCH] Add Hygon Dhyana processor support
[RFC] Fix comment for la_store_sym_names_in_linkage_form_p
[RFC] Make the first line of 'command help documentation' consistent.
Re: [RFC] Only compute realpath when basenames_may_differ is set
Breakage on builder Debian-s390x-m64, revision f948b2de97884bfb4e5fc11d40a6bea9e0b096ae
Breakage on builder Debian-s390x-native-extended-gdbserver-m64, revision f948b2de97884bfb4e5fc11d40a6bea9e0b096ae
Breakage on builder Debian-s390x-native-gdbserver-m64, revision f948b2de97884bfb4e5fc11d40a6bea9e0b096ae
Breakage on builder Fedora-x86_64-w64-mingw32, revision 79b377b3cf3a0e71e1e4710c4ee1e65e7a27a5d4
Breakage on builder NetBSD-x86_64-m64, revision 3360b6e7963e3c579e50078e78d226ea63e2960f
Breakage on builder NetBSD-x86_64-m64, revision e6ed716cd5514c08b9d7c469d185b1aa177dbc22
Breakage on builder RHEL-s390x-m64, revision 3360b6e7963e3c579e50078e78d226ea63e2960f
Breakage on builder RHEL-s390x-m64, revision e6ed716cd5514c08b9d7c469d185b1aa177dbc22
Commit a0486bac41d6ce47f27795a5abbca5cc53ddba00 breaks build on FreeBSD 12
The concept of 'one single line' help gives strange effects ...
INVEST BITCOIN TODAY
Linux Plumbers Toolchain Micro-Conference CFP
Re: MI commands with --thread (--frame?) do not preserve user selected thread / frame
New ARI warning Sat Jun 1 01:55:40 UTC 2019
New ARI warning Thu Jun 13 01:56:52 UTC 2019
Oh dear. I regret to inform you that commit 164e3873cf41d01a9a67396575dceef7489cee64 might be unfortunate
Oh dear. I regret to inform you that commit 3360b6e7963e3c579e50078e78d226ea63e2960f might be unfortunate
Oh dear. I regret to inform you that commit 79b377b3cf3a0e71e1e4710c4ee1e65e7a27a5d4 might be unfortunate
Oh dear. I regret to inform you that commit e6ed716cd5514c08b9d7c469d185b1aa177dbc22 might be unfortunate
Oh dear. I regret to inform you that commit f948b2de97884bfb4e5fc11d40a6bea9e0b096ae might be unfortunate
R: [PATCH] PR gdb/13519, disassemble command attempts to disassemble SRAM rather than program memory.
Recent changes broke the or1k simulator support
Testcase regression (gdb.base/index-cache.exp) on x86_64 (was: Re: [PATCH][gdb/testsuite] Compile index-cache.c with -Wl,--build-id)
ui_out format strings for fields and styles (Re: [PATCH] Style "pwd" output)
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]