public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/17] Fix spelling mistakes in comments - GDB
 2016-11-25 19:48 UTC  (12+ messages)
` [PATCH 07/17] Fix spelling in comments in Assembler files (gdb)
` [PATCH 06/17] Fix spelling in comments in C source files (readline)
` [PATCH 17/17] Fix spelling in comments in .tbl files (opcodes)
` [PATCH 15/17] Fix spelling in comments in .opc files (cpu)
` [PATCH 09/17] Fix spelling in comments in XML files (gdb)
` [PATCH 03/17] Fix spelling in comments in C source files (include)
` [PATCH 14/17] Fix spelling in comments in .m4 files (config)
` [PATCH 13/17] Fix spelling in comments in .l files (gdb)
` [PATCH 04/17] Fix spelling in comments in C source files (intl)
` [PATCH 01/17] Fix spelling in comments in C source files (bfd)
` [PATCH 16/17] Fix spelling in comments in .opc files (opcodes)

[PATCH 0/5] Fix spelling mistakes in comments - SIM
 2016-11-25 19:47 UTC  (6+ messages)
` [PATCH 3/5] Fix spelling in comments in .igen files (sim)
` [PATCH 1/5] Fix spelling in comments in C source "
` [PATCH 4/5] Fix spelling in comments in .in "
` [PATCH 5/5] Fix spelling in comments in .inc "
` [PATCH 2/5] Fix spelling in comments in Assembler "

[PATCH 0/3] Fix spelling mistakes in comments - ZLIB
 2016-11-25 19:45 UTC  (4+ messages)
` [PATCH 3/3] Fix spelling in comments in Assembler files (zlib)
` [PATCH 2/3] Fix spelling in comments in Ada source "
` [PATCH 1/3] Fix spelling in comments in C "

[PATCH] Remove check requiring void argument to functions with no parameters
 2016-11-25 18:42 UTC  (2+ messages)

[PATCH 0/8] Fix gdb's testsuite test names
 2016-11-25 18:39 UTC  (20+ messages)
` [PATCH 5/8] Fix test names starting with uppercase using gdb_test_multiple
` [PATCH 3/8] Fix test names starting with uppercase using gdb_test on a single line
` [PATCH 7/8] Fix test names starting with uppercase using multi-line gdb_test_no_output
` [PATCH 4/8] Fix test names starting with uppercase using gdb_test_no_output
` [PATCH 6/8] Fix test names starting with uppercase using multi-line gdb_test/mi_gdb_test
` [PATCH 8/8] Fix test names starting with uppercase using multi-line gdb_test_multiple
` [PATCH 1/8] Fixup testcases outputting own name as a test name
` [PATCH 2/8] Fix test names starting with uppercase output by basic functions

[PATCH] Define an error function in the PPC simulator
 2016-11-25 18:20 UTC  (3+ messages)

[PATCH 00/18] sim: port for OpenRISC
 2016-11-25 16:19 UTC  (19+ messages)
` [PATCH 11/18] sim: or1k: fix segfault when run without arguments
` [PATCH 05/18] sim: or1k: add NOP_EXIT_SILENT; make simulator print exit code for NOP_EXIT;
` [PATCH 08/18] sim: or1k: fix fl1 in sim
` [PATCH 07/18] sim: or1k: remove erroneous warning message in sim/or1k/or1k.c
` [PATCH 17/18] sim: or1k: Implement fetch/store for ppc and sr
` [PATCH 10/18] sim: testsuite: add testsuite for or1k sim
` [PATCH 02/18] sim: cgen: add mul-o1flag, mul-o2flag RTL functions to CGEN
` [PATCH 03/18] sim: cgen: allow suffix on generated arch.[ch] and cpuall.h
` [PATCH 01/18] sim: cgen: add rem (remainder) function (needed for OR1K lf.rem.[sd])
` [PATCH 12/18] sim: or1k: Get or1k sim building with latest sim common
` [PATCH 06/18] sim: or1k: fix branching and exceptions in sim
` [PATCH 09/18] sim: or1k: regenerate sim files
` [PATCH 16/18] sim: or1k: Do trap breakpoint handling
` [PATCH 13/18] sim: or1k: Regenerate cgen files
` [PATCH 15/18] sim: or1k: Implement register store/fetch
` [PATCH 18/18] sim: or1k: add additional stubs for linux build

[PATCH obv] Fix typos in comment
 2016-11-25 14:43 UTC 

[PATCH 0/9 V3] Use reinsert breakpoint for vCont;s
 2016-11-25 14:28 UTC  (12+ messages)

[PATCH obv] Fix typo in comment
 2016-11-25 14:11 UTC 

[PATCH 1/3] New function value_has_address
 2016-11-25 12:10 UTC  (13+ messages)
      ` [PATCH 0/3] regnum and next_frame_id are only used for lval_register
        ` [PATCH 2/3] Adjust Value.location "
        ` [PATCH 1/3] Move computed value's frame id to piece_closure
        ` [PATCH 3/3] Restrict checking value.lval on using address

[PATCH] Read corrrect auxiliary entry in AIX
 2016-11-25 11:44 UTC  (6+ messages)

[PATCH 0/2] Auto roll back on error while changing a setting
 2016-11-24 23:57 UTC  (7+ messages)
` [PATCH 2/2] gdb: Simplify variable set hooks
` [PATCH 1/2] gdb: Restore a settings previous value on error during change

[PATCH 00/18] gdb: Port for OpenRISC
 2016-11-24 20:37 UTC  (20+ messages)
` [PATCH 13/18] gdb: Add OpenRISC to texinfo menu
` [PATCH 17/18] gdb: or1k: Updates for compiler type checking
` [PATCH 15/18] gdb: or1k: Update calling conventions to help pass tests
` [PATCH 09/18] gdb: or1k: Silence gcc warning
` [PATCH 03/18] gdb: or1k: Add or1k_push_dummy_code and use it
` [PATCH 16/18] gdb: Remove corelow object from or1k linux build
` [PATCH 04/18] gdb: add tdesc_find_register functions
` [PATCH 05/18] gdb: handle arbitrary strings in tdesc_register_in_reggroup_p
` [PATCH 12/18] gdb: or1k: Apply changes of the last two years
` [PATCH 08/18] gdb: or1k: change or1k_push_dummy_code stack alignment
` [PATCH 10/18] gdb: or1k: Fixes for things that broke after upstream merge
` [PATCH 01/18] gdb: add or1k and or1knd target support
` [PATCH 06/18] gdb: or1k: set gdbarch num regs to gpr + spr regs
` [PATCH 14/18] gdb: testsuite: Add or1k l.nop inscruction
` [PATCH 07/18] gdb: or1k: add target descriptor support
` [PATCH 11/18] Add gdb for or1k build
` [PATCH 02/18] gdb: or1k: Add a check for NULL ptr in or1k_skip_prologue
` [PATCH 18/18] gdb: or1k: Refactor to new bp_kind_from_pc and pb_from_kind

[PATCH 00/22] Convert ui-out subsystem to C++
 2016-11-24 20:33 UTC  (34+ messages)
` [PATCH 03/22] Remove ui_out_destroy
` [PATCH 01/22] Remove unused functions and declarations
` [PATCH 07/22] Remove stale comments
` [PATCH 08/22] Use new/delete instead of malloc/free-based functions
` [PATCH 02/22] Rename ui_out_data to mi_ui_out_data
` [PATCH 06/22] Remove verbosity from ui_out_message and friends
` [PATCH 09/22] Use std::vector for ui_out::levels
` [PATCH 10/22] Use std::vector for mi_ui_out_data::streams
` [PATCH 13/22] Replace hand-made linked list of ui_out_hdr by vector and iterator
` [PATCH 15/22] Class-ify ui_out_hdr
` [PATCH 16/22] Class-ify ui_out_level
` [PATCH 18/22] ui_out_table: Replace boolean flag with enum
` [PATCH 17/22] Simplify ui-out level code
` [PATCH 11/22] Use std::vector for cli_ui_out_data::streams
` [PATCH 14/22] Use std::string for ui_out_hdr's text fields
` [PATCH 12/22] Use std::string in ui_out_table
` [PATCH 22/22] Introduce enum_flag type for ui_out flags
` [PATCH 05/22] Constify wrap_here/wrap_hint code path
` [PATCH 04/22] Fix return value of uo_redirect
` [PATCH 20/22] Class-ify ui_out_table
` [PATCH 21/22] Class-ify ui_out

[PATCH 0/3] Fix various C++ related clang warnings
 2016-11-24 19:15 UTC  (17+ messages)
` [PATCH 1/3] Fix mismatched struct vs class tags
` [PATCH 3/3] Do not use std::move when assigning an anonymous object to a unique_ptr
` [PATCH 2/3] Add noexcept to custom non-throwing new operators

[PATCH 0/3] Support DW_AT_data_bit_offset
 2016-11-24 16:55 UTC  (10+ messages)
` [PATCH 2/3] Fix copy_bitwise()

New ARI warning Thu Nov 24 01:57:17 UTC 2016
 2016-11-24 16:36 UTC  (3+ messages)

[PATCH] bound_registers.py: Add support for Python 3
 2016-11-23 23:10 UTC  (5+ messages)

Outdoor Enthusiasts List
 2016-11-23 22:23 UTC 

[PATCH 0/3] Add FreeBSD/mips targets to GDB
 2016-11-23 20:59 UTC  (4+ messages)
` [PATCH 3/3] Add native target for FreeBSD/mips
` [PATCH 1/3] Use the ELF class to determine the word size for FreeBSD core notes
` [PATCH 2/3] Add FreeBSD/mips architecture

[PATCH] gdbserver: Introduce write_error_msg
 2016-11-23 20:40 UTC  (4+ messages)

[PATCH] Avoid premature serial timeouts
 2016-11-23 17:57 UTC  (4+ messages)

[PATCH] gdb,gdbserver: Introduce "inform"
 2016-11-23 16:19 UTC 

[PATCH] gdb: Use C++11 std::chrono
 2016-11-23 16:11 UTC  (11+ messages)
  ` [PATCH v2] "

[PATCH/committed] sim: mips: fix builds for r3900 cpus due to missing check_u64
 2016-11-23 14:41 UTC  (4+ messages)

[PATCH 1/3] Remove unused parameter in solib_add and update_solib_list
 2016-11-23 13:06 UTC  (6+ messages)
` [PATCH 3/3] Add -file-list-shared-libraries MI command
` [PATCH 2/3] Add a better diagnostic message in mi_gdb_test

[PATCH 0/2] amd64: add fs_base and gs_base
 2016-11-23 12:02 UTC  (6+ messages)
` [PATCH 2/2] amd64-linux: expose system register FS_BASE and GS_BASE for Linux
` [PATCH 1/2] gdbserver-amd64: add HAVE_STRUCT_USER_REGS_STRUCT_(GS|FS)_BASE for gdbserver

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).