Toggle navigation
Patchwork
gdb
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: State =
Action Required
| Archived =
No
| 5625 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
Apply
«
1
2
3
4
…
56
57
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[01/10] btrace: Introduce auxiliary instructions.
Extensions for PTWRITE
0 0 0
2019-05-29
felix.willgerodt@intel.com
New
[01/10] Class reg_buffer
Remove regcache::m_readonly_p
0 0 0
2018-02-07
Yao Qi
New
[01/10] remote: struct remote_state, use op new
remote: More multi-target preparation
0 0 0
2018-05-16
Pedro Alves
Superseded
[01/11] Dwarf: Fix dynamic properties with neg. value.
Adds functionality and fixes some code
0 0 0
2018-11-27
Sebastian Basierski
New
[01/11] eval.c: reverse minsym and sym
Fixing GNU ifunc support
0 0 0
2018-03-09
Pedro Alves
New
[01/11] gdb/fortran: Remove some duplicate tests
Fortran Parser Cleanup, KIND Support, and Intrinsic Functions
0 0 0
2019-02-12
Andrew Burgess
Superseded
[01/12] gdb/aarch64: Use default gdbarch methods where possible
Make use of default gdbarch methods for some targets
0 0 0
2018-12-27
Andrew Burgess
New
[01/12] Introduce all_objfiles and next_iterator
Remove some ALL_* iteration macros
0 0 0
2018-11-25
Tom Tromey
New
[01/12] Remove delete_longjmp_breakpoint_cleanup
remove some cleanups using a cleanup function
0 0 0
2019-01-09
Tom Tromey
New
[01/13] Make increase_expout_size static
Remove parser-related globals
0 0 0
2019-04-03
Tom Tromey
New
[01/13] Split rank_one_type_parm_ptr from rank_one_type
Splut rank_one_type in smaller functions
0 0 0
2019-02-27
Simon Marchi
New
[01/14] Add a type-safe C++ interface to a registry
Add a type-safe API to registries
0 0 0
2019-04-23
Tom Tromey
New
[01/14] Some i18n fixes for the TUI
TUI refactoring round N
0 0 0
2019-08-18
Tom Tromey
New
[01/14] Update Python Block.end documentation
Many small Python documentation fixes
0 0 0
2018-09-08
Tom Tromey
New
[01/15] Add back declarations for _initialize functions
Enable -Wmissing-declarations diagnostic
0 0 0
2019-11-25
Simon Marchi
New
[01/15] Remove NO_DATA_STRING
More TUI Refactorings
0 0 0
2019-08-21
Tom Tromey
New
[01/15] Simplify TUI boxing
Another round of TUI refactoring
0 0 0
2019-08-14
Tom Tromey
New
[01/16] Change wrap buffering to use a std::string
Add styling to the gdb CLI and TUI
0 0 0
2018-11-28
Tom Tromey
New
[01/17,PowerPC] Simplify rs6000_pseudo_register_reggroup_p
GDB support for more powerpc registers on linux
0 0 0
2018-07-13
Pedro Franco de Carvalho
New
[01/19] clear_detail can only be called on TUI source windows
More TUI refactoring
0 0 0
2019-08-03
Tom Tromey
New
[01/20] Remove cleanups from coffread.c
Remove cleanups
0 0 0
2019-02-13
Tom Tromey
Superseded
[01/20] Remove tui_clear_source_windows_detail
Final round of TUI refactorings
0 0 0
2019-09-10
Tom Tromey
New
[01/23] Preserve selected thread in all-stop w/ background execution
Multi-target support
0 0 0
2019-09-06
Pedro Alves
New
[01/24] Fix latent bug in custom word point completion handling
gdb::option framework, "print -OPT", other cmd options
0 0 0
2019-05-22
Pedro Alves
Superseded
[01/25] gdb/iq2000: Use default gdbarch methods where possible
Make use of default gdbarch methods for some more targets
0 0 0
2019-03-27
Andrew Burgess
New
[01/55] Use scoped_value_mark in value_print
Remove val_print
0 0 0
2019-12-08
Tom Tromey
New
[01/61] Introduce can_scroll method
More TUI refactorings
0 0 0
2019-07-04
Tom Tromey
New
[01/66] Use new and delete for TUI windows
Clean up the TUI
0 0 0
2019-06-23
Tom Tromey
New
[02/10] btrace: Enable auxiliary instructions in record instruction-history.
Extensions for PTWRITE
0 0 0
2019-05-29
felix.willgerodt@intel.com
New
[02/10] class readable_regcache and pass readable_regcache to gdbarch pseudo_register_read and ps...
Remove regcache::m_readonly_p
0 0 0
2018-02-07
Yao Qi
New
[02/10] remote: Eliminate remote_hostio_close_cleanup
remote: More multi-target preparation
0 0 0
2018-05-16
Pedro Alves
New
[02/11] Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation)
Fixing GNU ifunc support
0 0 0
2018-03-09
Pedro Alves
New
[02/11] Fortran: Fix negative bounds for dynamic allocated arrays.
Adds functionality and fixes some code
0 0 0
2018-11-27
Sebastian Basierski
New
[02/11] gdb/fortran: Cleanup code for parsing logical constants
Fortran Parser Cleanup, KIND Support, and Intrinsic Functions
0 0 0
2019-02-12
Andrew Burgess
Superseded
[02/12] gdb/alpha: Use default gdbarch methods where possible
Make use of default gdbarch methods for some targets
0 0 0
2018-12-27
Andrew Burgess
New
[02/12] Remove ALL_PSPACE_OBJFILES
Remove some ALL_* iteration macros
0 0 0
2018-11-25
Tom Tromey
New
[02/12] Remove remaining cleanup from breakpoint.c
remove some cleanups using a cleanup function
0 0 0
2019-01-09
Tom Tromey
New
[02/13] Remove parser_state "initial_size" parameter
Remove parser-related globals
0 0 0
2019-04-03
Tom Tromey
New
[02/13] Split rank_one_type_parm_array from rank_one_type
Splut rank_one_type in smaller functions
0 0 0
2019-02-27
Simon Marchi
New
[02/14] Convert main_info to type-safe registry API
Add a type-safe API to registries
0 0 0
2019-04-23
Tom Tromey
Superseded
[02/14] Fix typo in pretty-printer example
Many small Python documentation fixes
0 0 0
2018-09-08
Tom Tromey
New
[02/14] Remove NULL check from tui_reg_command
TUI refactoring round N
0 0 0
2019-08-18
Tom Tromey
New
[02/15] Include aarch32-tdep.h in aarch32-tdep.c
Enable -Wmissing-declarations diagnostic
0 0 0
2019-11-25
Simon Marchi
New
[02/15] Remove FIXMEs from tui-layout.c
Another round of TUI refactoring
0 0 0
2019-08-14
Tom Tromey
New
[02/15] Remove tui_data_window::display_all_data
More TUI Refactorings
0 0 0
2019-08-21
Tom Tromey
New
[02/16] Add a "context" argument to add_setshow_enum_cmd
Add styling to the gdb CLI and TUI
0 0 0
2018-11-28
Tom Tromey
New
[02/17,PowerPC] Fix two if statements in gdb/ppc-linux-nat.c
GDB support for more powerpc registers on linux
0 0 0
2018-07-13
Pedro Franco de Carvalho
Superseded
[02/19] Remove struct tui_layout_def
More TUI refactoring
0 0 0
2019-08-03
Tom Tromey
New
[02/20] Change tui_source_element::line to be a unique_xmalloc_ptr
Final round of TUI refactorings
0 0 0
2019-09-10
Tom Tromey
New
[02/20] Update two cleanup comments
Remove cleanups
0 0 0
2019-02-13
Tom Tromey
Superseded
[02/23] Don't rely on inferior_ptid in record_full_wait
Multi-target support
0 0 0
2019-09-06
Pedro Alves
Superseded
[02/24] Fix latent bug with custom word point completers
gdb::option framework, "print -OPT", other cmd options
0 0 0
2019-05-22
Pedro Alves
Superseded
[02/25] gdb/lm32: Use default gdbarch methods where possible
Make use of default gdbarch methods for some more targets
0 0 0
2019-03-27
Andrew Burgess
New
[02/40] make-target-delegates: line break between return type and function name
C++ify target_ops, toward multi-target
0 0 0
2018-04-14
Pedro Alves
New
[02/55] Refactor val_print and common_val_print
Remove val_print
0 0 0
2019-12-08
Tom Tromey
New
[02/61] Check can_highlight in tui_check_and_display_highlight_if_needed
More TUI refactorings
0 0 0
2019-07-04
Tom Tromey
New
[02/66] Add destructor to tui_win_info
Clean up the TUI
0 0 0
2019-06-23
Tom Tromey
New
[03/10] btrace: Enable auxiliary instructions in record function-call-history.
Extensions for PTWRITE
0 0 0
2019-05-29
felix.willgerodt@intel.com
New
[03/10] remote: Make readahead_cache a C++ class
remote: More multi-target preparation
0 0 0
2018-05-16
Pedro Alves
New
[03/10] Remove regcache_save and regcache_cpy
Remove regcache::m_readonly_p
0 0 0
2018-02-07
Yao Qi
New
[03/11] Fix calling ifunc functions when resolver has debug info and different name
Fixing GNU ifunc support
0 0 0
2018-03-09
Pedro Alves
Superseded
[03/11] gdb/fortran: Simplify handling of Fortran dot operations and keywords
Fortran Parser Cleanup, KIND Support, and Intrinsic Functions
0 0 0
2019-02-12
Andrew Burgess
Superseded
[03/11] vla: add stride support to fortran arrays.
Adds functionality and fixes some code
0 0 0
2018-11-27
Sebastian Basierski
New
[03/12] gdb/arc: Use default gdbarch method default_dummy_id.
Make use of default gdbarch methods for some targets
0 0 0
2018-12-27
Andrew Burgess
New
[03/12] Remove make_bpstat_clear_actions_cleanup
remove some cleanups using a cleanup function
0 0 0
2019-01-09
Tom Tromey
New
[03/12] Remove most uses of ALL_OBJFILES
Remove some ALL_* iteration macros
0 0 0
2018-11-25
Tom Tromey
New
[03/13] Split rank_one_type_parm_func from rank_one_type
Splut rank_one_type in smaller functions
0 0 0
2019-02-27
Simon Marchi
New
[03/13] Turn parse_gdbarch into a method
Remove parser-related globals
0 0 0
2019-04-03
Tom Tromey
New
[03/14] Convert symbol_cache to type-safe registry API
Add a type-safe API to registries
0 0 0
2019-04-23
Tom Tromey
Superseded
[03/14] Document that Frame.block can throw
Many small Python documentation fixes
0 0 0
2018-09-08
Tom Tromey
New
[03/14] Minor rearrangement in tui-regs.c
TUI refactoring round N
0 0 0
2019-08-18
Tom Tromey
New
[03/15] Add missing includes in dwarf-index-write.c and mi/mi-interp.c
Enable -Wmissing-declarations diagnostic
0 0 0
2019-11-25
Simon Marchi
New
[03/15] Move locator code to tui-stack.c
Another round of TUI refactoring
0 0 0
2019-08-14
Tom Tromey
New
[03/15] Remove some checks of .empty()
More TUI Refactorings
0 0 0
2019-08-21
Tom Tromey
New
[03/16] Introduce ui_file_style
Add styling to the gdb CLI and TUI
0 0 0
2018-11-28
Tom Tromey
New
[03/17,PowerPC] Fix indentation in arch/ppc-linux-common.c
GDB support for more powerpc registers on linux
0 0 0
2018-07-13
Pedro Franco de Carvalho
Superseded
[03/19] Move current_layout to tui-layout.c
More TUI refactoring
0 0 0
2019-08-03
Tom Tromey
New
[03/20] Change displaced_step_clear_cleanup with a forward_scope_exit
Remove cleanups
0 0 0
2019-02-13
Tom Tromey
Superseded
[03/20] Move "fullname" to tui_source_window
Final round of TUI refactorings
0 0 0
2019-09-10
Tom Tromey
New
[03/23] Make "show remote exec-file" inferior-aware
Multi-target support
0 0 0
2019-09-06
Pedro Alves
Superseded
[03/24] Fix TID parser bug
gdb::option framework, "print -OPT", other cmd options
0 0 0
2019-05-22
Pedro Alves
Superseded
[03/25] gdb/m32c: Use default gdbarch methods where possible
Make use of default gdbarch methods for some more targets
0 0 0
2019-03-27
Andrew Burgess
New
[03/40] target_ops/C++: exec target
C++ify target_ops, toward multi-target
0 0 0
2018-04-14
Pedro Alves
New
[03/55] Introduce common_val_print_checked
Remove val_print
0 0 0
2019-12-08
Tom Tromey
New
[03/61] Remove some uses of TUI_WIN_SRC
More TUI refactorings
0 0 0
2019-07-04
Tom Tromey
New
[03/66] Create subclasses for different window types
Clean up the TUI
0 0 0
2019-06-23
Tom Tromey
New
[04/10] btrace: Handle stepping and goto for auxiliary instructions.
Extensions for PTWRITE
0 0 0
2019-05-29
felix.willgerodt@intel.com
New
[04/10] Class readonly_detached_regcache
Remove regcache::m_readonly_p
0 0 0
2018-02-07
Yao Qi
New
[04/10] remote: multiple remote_arch_state instances per arch
remote: More multi-target preparation
0 0 0
2018-05-16
Pedro Alves
New
[04/11] Calling ifunc functions when target has no debug info but resolver has
Fixing GNU ifunc support
0 0 0
2018-03-09
Pedro Alves
Superseded
[04/11] Fortran: Resolve dynamic properties of pointer types.
Adds functionality and fixes some code
0 0 0
2018-11-27
Sebastian Basierski
New
[04/11] gdb/fortran: Add new function to evaluate Fortran expressions
Fortran Parser Cleanup, KIND Support, and Intrinsic Functions
0 0 0
2019-02-12
Andrew Burgess
Superseded
[04/12] gdb/arm: Use default gdbarch methods where possible
Make use of default gdbarch methods for some targets
0 0 0
2018-12-27
Andrew Burgess
New
[04/12] Remove ALL_OBJFILES_SAFE
Remove some ALL_* iteration macros
0 0 0
2018-11-25
Tom Tromey
New
[04/12] Remove cleanup_delete_std_terminate_breakpoint
remove some cleanups using a cleanup function
0 0 0
2019-01-09
Tom Tromey
New
[04/13] Split rank_one_type_parm_int from rank_one_type
Splut rank_one_type in smaller functions
0 0 0
2019-02-27
Simon Marchi
New
[04/13] Turn parse_language into a method
Remove parser-related globals
0 0 0
2019-04-03
Tom Tromey
New
[04/14] Convert target dcache to type-safe registry API
Add a type-safe API to registries
0 0 0
2019-04-23
Tom Tromey
Superseded
[04/14] Fix help text for "python" command
Many small Python documentation fixes
0 0 0
2018-09-08
Tom Tromey
New
[04/14] Remove tui_data_item_window::value
TUI refactoring round N
0 0 0
2019-08-18
Tom Tromey
New
«
1
2
3
4
…
56
57
»