GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
cli
/
cli-setshow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb, gdbserver, gdbsupport: remove includes of early headers
Simon Marchi
2024-03-26
1
-1
/
+0
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
Use C++17 [[fallthrough]] attribute
Tom Tromey
2023-11-29
1
-1
/
+1
*
Use std::string in do_set_command
Tom Tromey
2023-06-20
1
-15
/
+7
*
gdb: add interp::on_param_changed method
Simon Marchi
2023-05-30
1
-6
/
+7
*
gdb: make deprecated_show_value_hack static
Andrew Burgess
2023-04-28
1
-1
/
+1
*
GDB: Allow arbitrary keywords in integer set commands
Maciej W. Rozycki
2023-01-19
1
-130
/
+117
*
Update copyright year range in header of all files managed by GDB
Joel Brobecker
2023-01-01
1
-1
/
+1
*
GDB: Remove extraneous full stops from `set' command error messages
Maciej W. Rozycki
2022-06-29
1
-5
/
+5
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-2
/
+2
*
gdb: add string_file::release method
Simon Marchi
2022-01-26
1
-1
/
+1
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
Introduce make_unique_xstrndup
Tom Tromey
2021-11-05
1
-4
/
+3
*
gdb: remove command_class enum class_deprecated
Simon Marchi
2021-11-04
1
-5
/
+1
*
gdb: Setting setter return a bool to tell if the value changed
Lancelot SIX
2021-10-03
1
-70
/
+13
*
gdb: make string-like set show commands use std::string variable
Simon Marchi
2021-10-03
1
-37
/
+22
*
gdb: Introduce setting construct within cmd_list_element
Lancelot SIX
2021-10-03
1
-62
/
+106
*
gdb: use bool in notify_command_param_changed_p and do_set_command
Simon Marchi
2021-08-19
1
-16
/
+16
*
gdb: remove cmd_list_element::function::sfunc
Simon Marchi
2021-07-23
1
-2
/
+3
*
gdb: Pass std::strings to ui_out::field_string () where convenient
Marco Barisione
2021-05-19
1
-1
/
+1
*
gdb: Add an overloaded ui_out::text accepting a const std::string &
Marco Barisione
2021-05-19
1
-1
/
+1
*
gdb: add cmd_list_element::is_prefix
Simon Marchi
2021-05-17
1
-2
/
+2
*
gdb: add cmd_list_element::is_alias
Simon Marchi
2021-05-17
1
-2
/
+2
*
gdb: rename cmd_list_element::cmd_pointer to target
Simon Marchi
2021-05-17
1
-2
/
+2
*
gdb: rename cmd_list_element::prefixlist to subcommands
Simon Marchi
2021-05-17
1
-5
/
+5
*
gdb: remove cmd_list_element::pre_show_hook
Simon Marchi
2021-05-13
1
-4
/
+0
*
gdb: generate the prefix name for prefix commands on demand
Marco Barisione
2021-05-12
1
-8
/
+10
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-1
/
+1
*
Fix inconsistent output of prefix and bugs in 'show' command
Philippe Waroquiers
2020-05-15
1
-16
/
+22
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Implement convenience functions to examine GDB settings.
Philippe Waroquiers
2019-10-31
1
-1
/
+1
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-4
/
+4
*
Make first and last lines of 'command help documentation' consistent.
Philippe Waroquiers
2019-08-07
1
-2
/
+3
*
Introduce the "with" command
Pedro Alves
2019-07-03
1
-35
/
+39
*
Remove unnecessary casts of NULL
Tom Tromey
2019-06-16
1
-1
/
+1
*
Fix "set integer-command unlimited junk"
Pedro Alves
2019-06-13
1
-4
/
+19
*
Introduce generic command options framework
Pedro Alves
2019-06-13
1
-117
/
+163
*
boolean/auto-boolean commands, make "o" ambiguous
Pedro Alves
2019-06-13
1
-5
/
+10
*
Fix "set enum-command value junk"
Pedro Alves
2019-06-13
1
-0
/
+4
*
Allow "unlimited" abbreviations
Pedro Alves
2019-06-13
1
-4
/
+8
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-6
/
+6
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Rename _const functions to use overloading instead
Tom Tromey
2017-09-11
1
-1
/
+1
*
Use std::string in do_set_command
Tom Tromey
2017-09-03
1
-12
/
+4
*
Use ui_out_emit_tuple
Tom Tromey
2017-04-22
1
-12
/
+3
*
Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy
Pedro Alves
2017-02-02
1
-21
/
+15
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Class-ify ui_out
Simon Marchi
2016-12-22
1
-7
/
+7
[next]