public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v4] Make chained function calls in expressions work
 2014-11-11 17:05 UTC  (17+ messages)

[PATCH v3 00/14] let gdb reuse gcc's C compiler
 2014-11-11 16:43 UTC  (25+ messages)
` [PATCH v3 08/14] introduce call_function_by_hand_dummy
` [PATCH v3 05/14] add dummy frame destructor
` [PATCH v3 01/14] introduce ui_file_write_for_put
` [PATCH v3 02/14] add gcc/gdb interface files
` [PATCH v3 07/14] add gnu_triplet_regexp gdbarch method
` [PATCH v3 03/14] add some missing ops to DWARF assembler
` [PATCH v3 06/14] add infcall_mmap and gcc_target_options gdbarch methods
` [PATCH v3 04/14] add make_unqualified_type
` [PATCH v3 11/14] export dwarf2_reg_to_regnum_or_error
` [PATCH v3 13/14] add s390_gcc_target_options
` [PATCH v3 12/14] add linux_infcall_mmap
` [PATCH v3 10/14] make dwarf_expr_frame_base_1 public
` [PATCH v3 09/14] split dwarf2_fetch_cfa_info from dwarf2_compile_expr_to_ax
` [PATCH v3 14/14] the "compile" command

RFA: info macro [-at LOCATION,]
 2014-11-11 15:41 UTC  (4+ messages)

[PATCH] Fix gdb.reverse failures on mingw32-hosted GDB
 2014-11-11 14:34 UTC 

[PATCH] Warn users about mismatched PID namespaces
 2014-11-11 14:25 UTC  (12+ messages)

[PATCH] Fix cross-compiling with static linking in gdbserver Makefile.in
 2014-11-11 13:41 UTC  (2+ messages)

[patch, nios2] clean up prologue/epilogue detection code
 2014-11-11  3:33 UTC  (2+ messages)

[PATCH 7/9] Rewrite lookup_static_symbol to use gdbarch routine
 2014-11-11  2:42 UTC  (7+ messages)

[PATCH 0/6] Use correct function address in dwarf assembler
 2014-11-11  2:05 UTC  (20+ messages)
` [PATCH 1/6] New proc _handle_attribute
` [PATCH 5/6] Fix implptr-optimized-out.exp fail
` [PATCH 6/6] Fix dw2-ifort-parameter.exp fail with clang
` [PATCH 4/6] Use Dwarf::assemble in implptr-optimized-out.exp
` [PATCH 3/6] Get start and end address of main in dwz.exp
` [PATCH 2/6] DW attribute macro MACRO_AT_func and MACRO_AT_range

[COMMITTED PATCH] symmisc.c: remove trailing whitespace
 2014-11-11  1:29 UTC 

[PATCH] Fix memory leak in watch_main_source_file_lossage
 2014-11-11  1:00 UTC 

[COMMITTED PATCH] select_source_symtab: Rewrite to use ALL_SYMTABS
 2014-11-11  0:53 UTC 

[PATCH] create_internal_breakpoint: Apply gdbarch_skip_entrypoint
 2014-11-10 17:16 UTC  (5+ messages)

[PATCH] PR c++/17494 - Fix evaluation of method calls under EVAL_SKIP
 2014-11-10 14:24 UTC  (9+ messages)
          ` [push] Work around GCC bug 63748 (Re: [PATCH] PR c++/17494 - Fix evaluation of method calls under EVAL_SKIP)

[PATCH] The result of symtab expansion is always a primary symtab
 2014-11-10  3:28 UTC 

[PATCH v2] gdb/i387-tdep.c: Avoid warning for "-Werror=strict-overflow"
 2014-11-10  1:39 UTC  (2+ messages)

[PATCH] Split up buildsym.c:end_symtab_from_static_block
 2014-11-10  0:45 UTC 

[PATCH] Fix PR 17559: confusion over result of find_pc_line
 2014-11-10  0:17 UTC 

[PATCH] expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial
 2014-11-09 22:45 UTC 

Fix infinite loop in update_enumeration_type_from_children
 2014-11-09 22:05 UTC  (3+ messages)

Fix off-by-one bug calling value_cstring
 2014-11-09 22:04 UTC  (3+ messages)

[PATCH] fix some bugs in python completion code
 2014-11-09  7:17 UTC  (2+ messages)

[PATCH] Use SYMBOL_OBJFILE more
 2014-11-08 19:57 UTC 

[PATCH 0/3] fix permanent breakpoints
 2014-11-07 19:53 UTC  (7+ messages)
` [PATCH 3/3] fix skipping "
` [PATCH 1/3] add a default method for gdbarch_skip_permanent_breakpoint
` [PATCH 2/3] make "permanent breakpoints" per location and disableable

[PING][RFC][PATCH v2] Python API: add gdb.stack_may_be_invalid
 2014-11-07 17:37 UTC  (5+ messages)

[PATCH v6] Events when inferior is modified
 2014-11-07 17:04 UTC  (8+ messages)
  ` [PATCH v7] "

[PATCH] Allow board file to specify remotetimeout
 2014-11-07 16:47 UTC  (4+ messages)

[pushed] gdb.base/sigstep.exp: xfail gdb/17511 on i?86 Linux
 2014-11-07 15:41 UTC 

[PATCH] Python API: Add gdb.is_in_prologue and gdb.is_in_epilogue
 2014-11-07 14:45 UTC  (2+ messages)
` [push] Revert old nexti prologue check and eliminate in_prologue

[PATCH] Remove unwanted spaces when looking up builtin types
 2014-11-07 13:49 UTC  (2+ messages)

[PATCH 00/12] record btrace: prepare for a new trace format
 2014-11-07 11:27 UTC  (17+ messages)
` [PATCH 02/12] btrace: add format argument to supports_btrace
` [PATCH 08/12] btrace: identify cpu
` [PATCH 05/12] record-btrace: add bts buffer size configuration option
` [PATCH 04/12] record btrace: add configuration struct
` [PATCH 07/12] btrace: extend struct btrace_insn
` [PATCH 01/12] btrace: add struct btrace_data

[PATCH 5/9] Rename some "aux" functions
 2014-11-07  8:59 UTC  (5+ messages)

[PATCH 2/9] Add macro ALL_BLOCK_SYMBOLS_WITH_NAME
 2014-11-07  8:58 UTC  (3+ messages)

[PATCH 0/9] symtab.c symbol lookup cleanups
 2014-11-07  8:54 UTC  (2+ messages)

[PATCH] Use ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS
 2014-11-07  1:31 UTC  (2+ messages)

[PATCH] Remove TYPE_CODE_CLASS
 2014-11-07  1:22 UTC  (2+ messages)

[PATCH] solib_global_lookup: Fetch arch from objfile
 2014-11-07  1:13 UTC  (2+ messages)

[RFC] PR gdb/17445 fix
 2014-11-06 17:55 UTC  (3+ messages)
` PING [PATCH RFC] "

[PATCH 0/3 v2] Limit tab-completion result when list is large
 2014-11-06 16:28 UTC  (5+ messages)
` [PATCH 3/3 v2] Implement completion limiting
` [PATCH 2/3 v2] Interleave completion list building with symbol table expansion
` [PATCH 1/3 v2] Add expansion_notify callback to expand_symtabs_matching

[PING] [PATCH 00/16] GDB testsuite cleanup, fix warnings with -std=gnu11
 2014-11-06 11:32 UTC 

[patch, nios2] remove obsolete code sequences from prologue analyzer
 2014-11-06 10:32 UTC  (2+ messages)

Make dont_print_vb of cp_print_value_fields an int
 2014-11-05  6:14 UTC 

Cast result of obstack_next_free
 2014-11-05  6:07 UTC 

Use obstack_blank_fast to shrink obstacks
 2014-11-05  6:05 UTC 

merging from gcc
 2014-11-05  0:16 UTC 

[PATCH] tui: Fix newterm call for older ncurses
 2014-11-04 19:17 UTC  (3+ messages)

[pushed] garbage collect gdb/breakpoint.c:breakpoint_thread_match
 2014-11-04 18:48 UTC 

FW: [ping] [PATCH] In MI mode -var-create --language not working
 2014-11-04 15:59 UTC 

[PATCH 0/3] callfuncs.exp: Execute with and without prototypes
 2014-11-04 15:41 UTC  (4+ messages)
` [PATCH 2/3] Perform all tests in callfuncs.exp with and without C function prototypes
` [PATCH 3/3] callfuncs.exp: Indent perform_all_tests()
` [PATCH 1/3] 'callfuncs' test case: Fixes in conditionally compiled code

FW: [Ping] [PATCH] Add support for bound table in the Intel MPX context
 2014-11-04 15:39 UTC 

[COMMITTED PATCH 1/3] ARM: extract_arm_insn function need to read instrs correctly in be8 case
 2014-11-04 14:25 UTC  (6+ messages)
` [COMMITTED PATCH 2/3] ARM: arm_breakpoint should be little endian form in case for arm BE8
` [COMMITTED PATCH 3/3] read_pieced_value do big endian processing only in case of valid gdb_regnum

[pushed] PR tui/16138, PR tui/17519, and misc failures to initialize the terminal
 2014-11-03 21:44 UTC  (3+ messages)

[PATCH 0/4] Catch syscall groups
 2014-11-03 18:38 UTC  (7+ messages)
` [PATCH 2/4] Add support to catch groups of syscalls
` [PATCH 1/4] Implemement support for groups of syscalls in the xml-syscall interface
` [PATCH 3/4] Create syscall groups for x86_64
` [PATCH 4/4] Update documentation on catching a group of related syscalls

[RFD+PATCH] ISA bit treatment on the MIPS platform
 2014-11-03 16:13 UTC  (7+ messages)
  ` [PATCH v2 1/2] "
        ` [PING][PATCH "
          ` [PING^2][PATCH "

[PATCH] microMIPS support
 2014-11-03 16:04 UTC  (9+ messages)
` [PATCH] microMIPS support (Linux signal trampolines)
        ` [PING][PATCH] "
          ` [PING^2][PATCH] "
            ` [PING^3][PATCH] "
              ` [PING^4][PATCH] "

[RFC][PATCH v2] Python API: Add gdb.stack_may_be_invalid
 2014-11-03 14:44 UTC 

[RFC] Import the rename gnulib module
 2014-11-03 14:43 UTC  (3+ messages)

GCC switch to C11 causes many testsuite compiler diagnostics
 2014-11-03 11:02 UTC  (6+ messages)

[OB PATCH] mdebugread.c (parse_procedure): Delete unnecessary forward decl
 2014-11-03  5:37 UTC 

[OB PATCH] xcoffread.c (process_linenos): Delete unnecessary code
 2014-11-03  4:24 UTC 

[PATCH,Hurd] Fix deallocation after proc_getprocinfo call
 2014-11-02 15:26 UTC 

[COMMITTED PATCH] objfiles.h: Remove some unused macros
 2014-11-01  4:49 UTC 

[OB PATCH] valops.c: Fix some whitespace
 2014-11-01  3:24 UTC 

[PATCH 00/10] Linux extended-remote fork events
 2014-10-31 23:44 UTC  (9+ messages)
` [PATCH 04/16 v2] Determine supported extended-remote features
` [PATCH 05/16 v2] GDBserver clone breakpoint list

[Patch 00/16 v2] Linux extended-remote fork and exec events
 2014-10-31 23:31 UTC  (10+ messages)
` [PATCH 08/16 v3] Extended-remote follow vfork
` [PATCH 11/16 v3] Extended-remote Linux exit events
` [PATCH 09/16 v3] Extended-remote fork catchpoints
` [PATCH 10/16 v3] Extended-remote fork event documentation
` [PATCH 13/16 v3] Extended-remote exec catchpoints
` [PATCH 12/16 v3] Extended-remote follow exec
` [PATCH 15/16 v3] Extended-remote exec event documentation
` [PATCH 14/16 v3] Suppress spurious warnings with extended-remote follow exec
` [PATCH 16/16 v3] Non-stop follow exec tests

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