public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v3] Add a 'starti' command
 2017-09-19 14:35 UTC  (3+ messages)

[PATCH OBV] Remove one explicit rule for monitor.o
 2017-09-19  9:20 UTC 

[PATCH] Add DISABLE_COPY_AND_ASSIGN
 2017-09-19  9:13 UTC  (7+ messages)

[PATCH 0/4] New "set cwd" command
 2017-09-19  4:37 UTC  (32+ messages)
` [PATCH 3/4] Introduce gdb_chdir
` [PATCH 4/4] Implement "set cwd" command
` [PATCH 1/4] Make gdb_dirbuf local to functions
` [PATCH 2/4] Import "glob" module from gnulib
` [PATCH v2 0/5] New "set cwd" command
  ` [PATCH v2 3/5] Introduce gdb_chdir
  ` [PATCH v2 2/5] Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"
  ` [PATCH v2 4/5] Implement "set cwd" command
  ` [PATCH v2 5/5] Extend "set cwd" to work on gdbserver
  ` [PATCH v2 1/5] Import "glob" and "getcwd" modules from gnulib

[PATCH v4 0/7] Thread handle to thread info mapping
 2017-09-18 20:17 UTC  (3+ messages)

[PATCH] icc: allow code path for newer versions of icc
 2017-09-18 19:13 UTC  (12+ messages)
` [PATCH] gdb - avx512: tests were failing due to missing memory aligment

[RFC][02/19] Target FP: Simplify floatformat_from_type
 2017-09-18 19:01 UTC  (5+ messages)

[PATCH 0/2] GDB test suite: Support targets with systemd-coredump
 2017-09-18 18:44 UTC  (3+ messages)
` [PATCH 1/2] GDB test suite: Add helper for locating core files
` [PATCH 2/2] GDB test suite: Get core files on targets with systemd-coredump

[pushed] dwarf2expr: Remove unused abort_expression label in execute_stack_op
 2017-09-18 11:10 UTC 

[PATCH] Sync libiberty/ & include/ with GCC
 2017-09-18  8:25 UTC  (5+ messages)

[RFA] Add support for __VA_OPT__
 2017-09-18  2:42 UTC 

[PATCH] gdbserver: Use std::list for all_dlls
 2017-09-16 12:43 UTC 

[PATCH 1/3] Add unit test for xml_escape_text
 2017-09-16 12:23 UTC  (4+ messages)
` [PATCH 3/3] Refactor handle_qxfer_libraries and friends to use std::string
` [PATCH 2/3] Make xml_escape_text return an std::string

[PATCH v2] Add selftests run filtering
 2017-09-16 12:08 UTC  (4+ messages)
  ` [PATCH v3] "

[PATCH 1/2] mi_load_progress: Use unique_ptr to manage ui_out lifetime
 2017-09-16 11:47 UTC  (3+ messages)
` [PATCH 2/2] mi_load_progress: Restore current_uiout using a scoped_restore

[PATCH] Use std::vector on tdesc->reg_defs (gdbserver/tdesc.h)
 2017-09-16  3:53 UTC  (4+ messages)

[PATCH 0/5] Fortran: Array strides
 2017-09-15 22:29 UTC  (11+ messages)
` [PATCH 3/5] Fortran: Allow multi-dimensional subarrays
` [PATCH 1/5] Fortran: Move calc_f77_array_dims
` [PATCH 4/5] Fortran: Change subrange enum to bit field
` [PATCH 2/5] Fortran: Move value_f90_subarray
` [PATCH 5/5] Fortran: Enable parsing of stride parameter for subranges

[PATCH] Use "switch_to_thread" more thoroughly on gdbserver
 2017-09-15 18:25 UTC  (3+ messages)

[pushed 1/2] gdbserver: Remove gdb_id_to_thread_id
 2017-09-15 16:04 UTC  (2+ messages)
` [pushed 2/2] gdbserver: Remove thread_to_gdb_id

[PATCH 1/2] Deduplicate require_running macros and move them up
 2017-09-15 16:01 UTC  (6+ messages)
` [PATCH 2/2] gdbserver: Move detach code to its own function

[pushed] Fix compile time error when using ansidecl.h with an old version of GCC
 2017-09-15 15:02 UTC 

[pushed] dwarf2read: Replace copy_string usages with savestring
 2017-09-15 14:43 UTC 

[pushed] linux-low: Remove unused variables
 2017-09-15 14:43 UTC 

[PATCH 0/3] Small cleanups in gdbserver
 2017-09-15 14:00 UTC  (13+ messages)
` [PATCH 3/3] gdbserver: Remove thread_to_gdb_id
` [PATCH 1/3] gdbserver: Remove duplicate functions to find any thread of process
` [PATCH 2/3] gdbserver: Remove gdb_id_to_thread_id

[PATCH OBV] Fix x86 build failures
 2017-09-15 12:06 UTC 

DWARF: Hierarchies of abstract and concrete DIE instance trees
 2017-09-15 12:02 UTC 

[libcc1] Improve detection of triplet on compiler names
 2017-09-15  4:12 UTC  (4+ messages)
  ` [PATCH v2] [libcc1] Rename C{,P}_COMPILER_NAME and remove triplet from them

[PATCH] Make dwarf_expr_context::stack an std::vector
 2017-09-14 20:39 UTC  (5+ messages)

[pushed] gdb.base/nodebug.exp: Rename called functions
 2017-09-14 17:48 UTC  (2+ messages)

[PATCH 0/4] Initial support for FreeBSD/arm in GDB
 2017-09-14 17:25 UTC  (6+ messages)
` [PATCH 3/4] Add FreeBSD/arm architecture
` [PATCH 1/4] Handle FreeBSD-specific AT_EHDRFLAGS and AT_HWCAP auxiliary vector types
` [PATCH 2/4] Handle the NT_ARM_VFP core dump note on FreeBSD
` [PATCH 4/4] Add native target for FreeBSD/arm

[pushed] Make dwarf_expr_context::stack_empty_p return a bool
 2017-09-14 14:55 UTC 

[pushed] Make dwarf_stack_value::in_stack_memory a bool
 2017-09-14 14:15 UTC 

[PATCH] Make dwarf_expr_piece::pieces an std::vector
 2017-09-14 14:14 UTC  (6+ messages)

[PATCH, gdb/testsuite] Fix compare-sections.exp FAIL
 2017-09-14 13:27 UTC  (4+ messages)

[PATCH] Introduce gdb::byte_vector, add allocator that default-initializes
 2017-09-13 13:30 UTC  (7+ messages)

[patch] Allow to link with ncursesw
 2017-09-13 10:29 UTC 

[RFA] Overload catch_command_errors
 2017-09-12 20:16 UTC 

more cleanup removal, particularly in MI
 2017-09-12 19:03 UTC  (12+ messages)
` [RFA 08/11] Use string and unique_xmalloc_ptr in mi-main.c
` [RFA 05/11] Remove unused declaration
` [RFA 07/11] Use gdb::byte_vector in mi_cmd_data_write_memory_bytes
` [RFA 10/11] Use a std::vector for ada_exceptions_list
` [RFA 04/11] Don't copy a string in mi_cmd_disassemble
` [RFA 02/11] Remove cleanups from mi_cmd_break_insert_1
` [RFA 06/11] Change some gdb_* functions to use a std::string out parameter
` [RFA 09/11] Use std::set in mi-main.c
` [RFA 11/11] Change captured_mi_execute_command to use scoped_restore
` [RFA 01/11] Remove make_cleanup_defer_target_commit_resume
` [RFA 03/11] Remove cleanups from mi-cmd-var.c

[pushed] probe: Replace VEC(probe_ops_cp) with std::vector
 2017-09-12 12:17 UTC 

[PATCH 1/2] Make probe_ops::get_probes fill an std::vector
 2017-09-12 11:57 UTC  (10+ messages)
` [PATCH 2/2] Make collect_probes return "

[python] Allow explicit locations in breakpoints
 2017-09-12 10:03 UTC  (2+ messages)

[PATCH] Add a 'starti' command
 2017-09-11 22:08 UTC  (4+ messages)

[RFA 0/8] various cleanup removals
 2017-09-11 22:04 UTC  (13+ messages)
` [RFA 5/8] Remove cleanups from find_frame_funname
` [RFA 3/8] Replace clear_hook_in_cleanup with scoped_restore_hook_in
` [RFA 2/8] Replace interp_set_temp with scoped_restore_interp
` [RFA 4/8] Remove cleanups from findcmd.c
` [RFA 8/8] Remove make_show_memory_breakpoints_cleanup
` [RFA 1/8] Change setup_breakpoint_reporting to return a scoped_restore
` [RFA 6/8] Use std::string in ctf_start
` [RFA 7/8] Use std::string in d-namespace.c

[RFA 0/3] preparation for command constification; cleanup removal
 2017-09-11 21:43 UTC  (8+ messages)
` [RFA 1/3] Rename _const functions to use overloading instead
` [RFA 3/3] Make extract_arg return a std::string
` [RFA 2/3] Constify language_enum

[RFA 0/3] add a few Python events
 2017-09-11 14:29 UTC  (9+ messages)
` [RFA 1/3] Add new_inferior, inferior_deleted, and new_thread events

[PATCH] Rename __BIT() to __ONEBIT() in the nds32 target
 2017-09-11  6:45 UTC  (5+ messages)
` [PATCH v2] Rename __BIT() to N32_BIT() "

[commit/obvious] Fix build breakage on GNU/Linux AArch64
 2017-09-10 22:13 UTC  (2+ messages)
` [commit/obvious] Fix build breakage on GNU/Linux AArch64, take 2

[PATCH 1/2] lwp_info; Make the arch code free arch_lwp_info
 2017-09-10 19:14 UTC  (2+ messages)
` [PATCH 2/2] linux low: Make the arch code free arch_process_info

[PATCH] Fix build breakage on GNU/Linux AArch64 and use std::vector on tdesc.reg_defs
 2017-09-10 16:12 UTC  (3+ messages)

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