public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH obv] Fix typo in comment
 2016-11-25 14:11 UTC 

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

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

[PATCH] Read corrrect auxiliary entry in AIX
 2016-11-25 11:44 UTC  (8+ 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 05/18] gdb: handle arbitrary strings in tdesc_register_in_reggroup_p
` [PATCH 09/18] gdb: or1k: Silence gcc warning
` [PATCH 17/18] gdb: or1k: Updates for compiler type checking
` [PATCH 03/18] gdb: or1k: Add or1k_push_dummy_code and use it
` [PATCH 04/18] gdb: add tdesc_find_register functions
` [PATCH 16/18] gdb: Remove corelow object from or1k linux build
` [PATCH 13/18] gdb: Add OpenRISC to texinfo menu
` [PATCH 15/18] gdb: or1k: Update calling conventions to help pass tests
` [PATCH 01/18] gdb: add or1k and or1knd target support
` [PATCH 12/18] gdb: or1k: Apply changes of the last two years
` [PATCH 10/18] gdb: or1k: Fixes for things that broke after upstream merge
` [PATCH 08/18] gdb: or1k: change or1k_push_dummy_code stack alignment
` [PATCH 07/18] gdb: or1k: add target descriptor support
` [PATCH 14/18] gdb: testsuite: Add or1k l.nop inscruction
` [PATCH 06/18] gdb: or1k: set gdbarch num regs to gpr + spr regs
` [PATCH 02/18] gdb: or1k: Add a check for NULL ptr in or1k_skip_prologue
` [PATCH 11/18] Add gdb for or1k build
` [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 07/22] Remove stale comments
` [PATCH 03/22] Remove ui_out_destroy
` [PATCH 08/22] Use new/delete instead of malloc/free-based functions
` [PATCH 09/22] Use std::vector for ui_out::levels
` [PATCH 02/22] Rename ui_out_data to mi_ui_out_data
` [PATCH 06/22] Remove verbosity from ui_out_message and friends
` [PATCH 01/22] Remove unused functions and declarations
` [PATCH 10/22] Use std::vector for mi_ui_out_data::streams
` [PATCH 14/22] Use std::string for ui_out_hdr's text fields
` [PATCH 18/22] ui_out_table: Replace boolean flag with enum
` [PATCH 11/22] Use std::vector for cli_ui_out_data::streams
` [PATCH 17/22] Simplify ui-out level code
` [PATCH 15/22] Class-ify ui_out_hdr
` [PATCH 16/22] Class-ify ui_out_level
` [PATCH 13/22] Replace hand-made linked list of ui_out_hdr by vector and iterator
` [PATCH 12/22] Use std::string in ui_out_table
` [PATCH 22/22] Introduce enum_flag type for ui_out flags
` [PATCH 04/22] Fix return value of uo_redirect
` [PATCH 05/22] Constify wrap_here/wrap_hint code path
` [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 3/3] Do not use std::move when assigning an anonymous object to a unique_ptr
` [PATCH 1/3] Fix mismatched struct vs class tags
` [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] Define an error function in the PPC simulator
 2016-11-24 15:31 UTC 

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

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

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 2/3] Add FreeBSD/mips architecture
` [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] 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

[pushed/ob] gdbserver: Use warning for warnings
 2016-11-23  1:21 UTC 

[pushed/ob] gdbserver: Use debug_printf for debug output
 2016-11-23  1:18 UTC 

[PATCH v2 0/3] More Makefile cleanups
 2016-11-22 21:18 UTC  (4+ messages)
` [PATCH v2 1/3] Makefiles: Flatten and sort file lists

[PATCH 1/2] Add support for setting disassembler-options in GDB for POWER, ARM and S390
 2016-11-22 17:40 UTC  (8+ messages)

[RFA 00/13] series #4 of c++ in python
 2016-11-22 17:28 UTC  (9+ messages)
` [RFA 03/13] Use gdbpy_ref in py-cmd.c
` [RFA 08/13] Use gdbpy_ref in python.c
` [RFA 13/13] Remove make_cleanup_py_decref and make_cleanup_py_xdecref

[RFA] Remove make_cleanup_htab_delete
 2016-11-22 17:02 UTC  (2+ messages)

[RFA 00/11] third series of C++ use in Python layer
 2016-11-22 16:55 UTC  (12+ messages)
` [RFA 11/11] Change python_run_simple_file to use gdbpy_ref
` [RFA 10/11] Use gdbpy_ref in py-prettyprint.c

[PATCH 00/23] Fix spelling mistakes in comments
 2016-11-22 16:10 UTC  (16+ messages)
` [PATCH 08/23] Fix spelling mistakes in comments in Ada source files
` [PATCH 02/23] Fix spelling mistakes in comments in C source files (gdb)
` [PATCH 05/23] Fix spelling mistakes in comments in configure scripts
` [PATCH 07/23] Fix spelling mistakes in comments in shell scripts
` [PATCH 09/23] Fix spelling mistakes in comments in Assembler files
` [PATCH 11/23] Fix spelling mistakes in comments in XML files
` [PATCH 10/23] Fix spelling mistakes in comments in Expect scripts

[PATCH 00/13] Change gdbarch software_single_step frame_info to regcache
 2016-11-22 14:33 UTC  (6+ messages)
` [PATCH 01/13] New regcache_raw_get_signed

set_value_component_location in apply_val_pretty_printer
 2016-11-22  9:00 UTC  (6+ messages)

[PATCH obv] Add missing POSTCOMPILE step to mi/ file generation rules
 2016-11-21 21:07 UTC 

[PATCH v3 0/8] Python bindings for btrace recordings
 2016-11-21 15:49 UTC  (6+ messages)
` [PATCH v3 7/8] python: Add tests for record Python bindings
` [PATCH v3 8/8] Add documentation for new instruction "
` [PATCH v3 6/8] python: Implement btrace Python bindings for record history
` [PATCH v3 1/8] btrace: Count gaps as one instruction explicitly
` [PATCH v3 5/8] python: Create Python bindings for record history

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