Show patches with: none      |   25804 patches
« 1 2107 108 109258 259 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
[v3,7/7] Replace throw_exception with throw in some cases - - --- 2019-04-07 Tom Tromey New
[v3,6/7] Make exception throwing a bit more efficient - - --- 2019-04-07 Tom Tromey New
[v3,5/7] Remove some now-dead exception code - - --- 2019-04-07 Tom Tromey New
[v3,4/7] Rename gdb exception types - - --- 2019-04-07 Tom Tromey New
[v3,3/7] Rewrite TRY/CATCH - - --- 2019-04-07 Tom Tromey New
[v3,2/7] Make exceptions use std::string and be self-managing - - --- 2019-04-07 Tom Tromey New
[v3,1/7] Simplify exception handling - - --- 2019-04-07 Tom Tromey New
Make "all" depend on "info" - - --- 2019-04-06 Tom Tromey New
[FYI] Revert the header-sorting patch - - --- 2019-04-06 Tom Tromey New
[FYI] Sort includes for files gdb/[a-f]*.[chyl]. - - --- 2019-04-06 Tom Tromey New
gdb/riscv: Handle empty C++ structs during argument passing - - --- 2019-04-05 Andrew Burgess New
[2/2] gdbserver: Add linux_get_hwcap - - --- 2019-04-05 Pedro Franco de Carvalho New
Use upper-case for metasyntactic in gdbserver help - - --- 2019-04-04 Tom Tromey New
[v4,6/6] Rename python function thread_from_thread_handle to thread_from_handle - - --- 2019-04-04 Kevin Buettner New
[v4,5/6] Documentation for python method InferiorThread.handle - - --- 2019-04-04 Kevin Buettner New
[v4,4/6] Tests for gdb.InferiorThread.handle - - --- 2019-04-04 Kevin Buettner New
[v4,3/6] Support buffer objects as handles in Inferior.thread_from_thread_handle() - - --- 2019-04-04 Kevin Buettner New
[v4,2/6] Add python method InferiorThread.handle - - --- 2019-04-04 Kevin Buettner New
[v4,1/6] Introduce target_ops method thread_info_to_thread_handle - - --- 2019-04-04 Kevin Buettner New
[RFAv2] Fix internal error and improve 'set debug infrun 1'/target wait kind trace - - --- 2019-04-04 Thomas Schwinge New
Support for DW_OP_addrx and DW_FORM_addrx tags - - --- 2019-04-04 Terekhov, Mikhail via Gdb-patches New
[13/13] Move innermost_block_tracker global to parse_state - - --- 2019-04-03 Tom Tromey New
[12/13] Move type stack handling to a new class - - --- 2019-04-03 Tom Tromey New
[11/13] Move completion parsing to parser_state - - --- 2019-04-03 Tom Tromey New
[10/13] Move arglist_len et al to parser_state - - --- 2019-04-03 Tom Tromey New
[09/13] Move lexptr and prev_lexptr to parser_state - - --- 2019-04-03 Tom Tromey New
[08/13] Move comma_terminates global to parser_state - - --- 2019-04-03 Tom Tromey New
[07/13] Remove paren_depth global - - --- 2019-04-03 Tom Tromey New
[06/13] Move expression_context_* globals to parser_state - - --- 2019-04-03 Tom Tromey New
[05/13] Make base class for parser_state - - --- 2019-04-03 Tom Tromey New
[04/13] Turn parse_language into a method - - --- 2019-04-03 Tom Tromey New
[03/13] Turn parse_gdbarch into a method - - --- 2019-04-03 Tom Tromey New
[02/13] Remove parser_state "initial_size" parameter - - --- 2019-04-03 Tom Tromey New
[01/13] Make increase_expout_size static - - --- 2019-04-03 Tom Tromey New
[PATCHv2,8/8] gdb/fortran: Add allocatable type qualifier - - --- 2019-04-02 Andrew Burgess New
[PATCHv2,7/8] gdb/fortran: Update rules for printing whitespace in types - - --- 2019-04-02 Andrew Burgess New
[PATCHv2,6/8] gdb/fortran: print function arguments when printing function type - - --- 2019-04-02 Andrew Burgess New
[PATCHv2,5/8] gdb/fortran: Print 'void' type in lower case - - --- 2019-04-02 Andrew Burgess New
[PATCHv2,4/8] gdb/fortran: better types for components of complex numbers - - --- 2019-04-02 Andrew Burgess New
[PATCHv2,3/8] gdb/fortran: Additional builtin procedures - - --- 2019-04-02 Andrew Burgess New
[PATCHv2,2/8] gdb/fortran: Introduce fortran-operator.def file - - --- 2019-04-02 Andrew Burgess New
[PATCHv2,1/8] gdb: Remove an unbalanced stray double quote from a comment - - --- 2019-04-02 Andrew Burgess New
[FYI] Add myself to gdb/MAINTAINERS - - --- 2019-04-01 Marco Barisione New
[RFA,3/3] NEWS and documentation for new info sources [-d | -b] [--] [REGEXP] args - - --- 2019-03-31 Philippe Waroquiers New
[RFA,2/3] New test for 'info sources [-d | -b] [--] [REGEXP]'. - - --- 2019-03-31 Philippe Waroquiers New
[RFA,1/3] Implement info sources args [-d | -b] [--] [REGEXP] - - --- 2019-03-31 Philippe Waroquiers New
[6/6] sim/common: Fix issue with wrong byte order on BE targets - - --- 2019-03-31 Stafford Horne New
[5/6] sim/or1k: Add test for 64-bit fpu operations - - --- 2019-03-31 Stafford Horne New
[4/6] sim/common: Wire in df/di conversion - - --- 2019-03-31 Stafford Horne New
[3/6] sim/or1k: Regenerate sim for orfp64a32 spec - - --- 2019-03-31 Stafford Horne New
[2/6] opcodes: Regenerate opcodes for orfp64a32 spec - - --- 2019-03-31 Stafford Horne New
[1/6] cpu: Add support for orfp64a32 spec - - --- 2019-03-31 Stafford Horne New
Make gdb.base/default.exp get the GDB version number from version.in - - --- 2019-03-30 Simon Marchi New
[RFAv2] Fix internal error and improve 'set debug infrun 1'/target wait kind trace - - --- 2019-03-30 Philippe Waroquiers New
[1/8] gdb: Add $_cimag and $_creal internal functions - - --- 2019-03-29 Andrew Burgess New
Destroy allocated values when exiting GDB (was: Re: [PATCH] Merge handle_inferior_event and handle_… - - --- 2019-03-29 Sergio Durigan Junior New
Handle DW_AT_ranges when reading partial symtabs - - --- 2019-03-29 Tom Tromey New
sim: fix all sim builds - - --- 2019-03-28 Andrew Burgess New
sim: Fix build for avr simulator - - --- 2019-03-28 Dimitar Dimitrov New
[RFC] c++/24367: Infinite recursion of typedef substitution - - --- 2019-03-28 Keith Seitz New
[PR,gdb/24351] Fix wrong format specification in display_selector() - - --- 2019-03-28 Jon Turney New
[v2,2/2] sim/common: Fix warnings: "warning: implicit declaration of function..." - - --- 2019-03-28 Andrew Burgess New
[RFC/PATCH] Testsuite: set sysroot when using gdbserver - - --- 2019-03-28 Alan Hayward New
[OBV] gdbserver: Ensure AT_HWCAP2 is defined - - --- 2019-03-28 Alan Hayward New
[nios2] fix stepping past unwritable kernel helper - - --- 2019-03-28 Sandra Loosemore New
[2/2] gdb: Introduce 'print max-depth' feature - - --- 2019-03-27 Andrew Burgess New
[1/2] gdb: Introduce new language field la_struct_too_deep_ellipsis - - --- 2019-03-27 Andrew Burgess New
[25/25] gdb/s12z: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[24/25] gdb/rl78: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[23/25] gdb/xstormy16: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[22/25] gdb/vax: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[21/25] gdb/v850: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[20/25] gdb/tilegx: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[19/25] gdb/tic6x: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[18/25] gdb/sparc: Use default_unwind_pc - - --- 2019-03-27 Andrew Burgess New
[17/25] gdb/sh: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[16/25] gdb/score: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[15/25] gdb/rx: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[14/25] gdb/rs6000: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[13/25] gdb/or1k: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[12/25] gdb/nios2: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[11/25] gdb/nds32: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[10/25] gdb/msp430: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[09/25] gdb/moxie: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[08/25] gdb/mn10300: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[07/25] gdb/mips: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[06/25] gdb/mep: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[05/25] gdb/m68hc11: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[04/25] gdb/m32r: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[03/25] gdb/m32c: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[02/25] gdb/lm32: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[01/25] gdb/iq2000: Use default gdbarch methods where possible - - --- 2019-03-27 Andrew Burgess New
[RFC/PATCH] Testsuite: set sysroot when using gdbserver - - --- 2019-03-27 Alan Hayward New
[OBV] Testsuite: Ensure interrupt-daemon-attach doesn't run forever - - --- 2019-03-27 Alan Hayward New
[release/branch,2/2] Bump GDB version number to 8.2.91.DATE-git. - - --- 2019-03-26 Joel Brobecker New
[release/branch,1/2] Document the GDB 8.2.91 release in gdb/ChangeLog - - --- 2019-03-26 Joel Brobecker New
[release/branch] Set GDB version number to 8.2.91. - - --- 2019-03-26 Joel Brobecker New
[OBV] Fix powerpc build - - --- 2019-03-26 Alan Hayward New
Add AArch64 Pointer Authentication to the NEWS file - - --- 2019-03-26 Alan Hayward New
GDB version as convenience variable - - --- 2019-03-26 Simon Marchi New
« 1 2107 108 109258 259 »