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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
command.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove "typedef enum ..."
Tom Tromey
2022-04-28
1
-3
/
+2
*
gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'
Tankut Baris Aktemur
2022-02-07
1
-0
/
+3
*
gdb/cli: convert cli_suppress_notification from int to bool
Tankut Baris Aktemur
2022-02-07
1
-4
/
+4
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb: pass/return setting setter/getter scalar values by value
Simon Marchi
2021-11-04
1
-34
/
+50
*
gdb: remove command_class enum class_deprecated
Simon Marchi
2021-11-04
1
-1
/
+0
*
gdb: add add_setshow_prefix_cmd
Simon Marchi
2021-10-28
1
-7
/
+18
*
gdb: Remove deprecated assertion in setting::get
Lancelot SIX
2021-10-05
1
-1
/
+0
*
gdb: Setting setter return a bool to tell if the value changed
Lancelot SIX
2021-10-03
1
-2
/
+8
*
gdb: Have setter and getter callbacks for settings
Lancelot SIX
2021-10-03
1
-15
/
+179
*
gdb: make string-like set show commands use std::string variable
Simon Marchi
2021-10-03
1
-12
/
+11
*
gdb: Introduce setting construct within cmd_list_element
Lancelot SIX
2021-10-03
1
-0
/
+143
*
gdb: remove cmd_list_element::function::sfunc
Simon Marchi
2021-07-23
1
-16
/
+14
*
gdb: rename cfunc to simple_func
Simon Marchi
2021-07-23
1
-11
/
+14
*
gdb: remove context parameter from add_setshow_enum_cmd
Simon Marchi
2021-06-25
1
-1
/
+1
*
gdb: add context getter/setter to cmd_list_element
Simon Marchi
2021-06-25
1
-6
/
+0
*
gdb: remove add_alias_cmd overload that accepts a string
Simon Marchi
2021-05-27
1
-4
/
+0
*
gdb: make add_info_alias accept target as a cmd_list_element
Simon Marchi
2021-05-27
1
-2
/
+3
*
gdb: make add_com_alias accept target as a cmd_list_element
Simon Marchi
2021-05-27
1
-2
/
+4
*
gdb: make add_setshow commands return set_show_commands
Simon Marchi
2021-05-27
1
-135
/
+79
*
gdb: add cmd_list_element::is_command_class_help
Simon Marchi
2021-05-17
1
-3
/
+0
*
gdb: rename cmd_list_element::prefixlist to subcommands
Simon Marchi
2021-05-17
1
-1
/
+1
*
gdb: generate the prefix name for prefix commands on demand
Marco Barisione
2021-05-12
1
-5
/
+5
*
gdb: add lookup_cmd_exact to simplify a common pattern
Marco Barisione
2021-05-07
1
-0
/
+19
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb: give deprecated command warning for aliases with a prefix
Andrew Burgess
2020-12-11
1
-1
/
+1
*
gdb: don't warn about deprecated aliases during tab completion
Andrew Burgess
2020-12-11
1
-5
/
+47
*
Remove "cmd_type" function
Tom Tromey
2020-06-28
1
-16
/
+0
*
default-args: allow to define default arguments for aliases
Philippe Waroquiers
2020-06-22
1
-0
/
+2
*
Ensure class_tui is listed in the output of "help" giving the list of classes.
Philippe Waroquiers
2020-05-26
1
-1
/
+1
*
Ensure class_alias is only used for user-defined aliases.
Philippe Waroquiers
2020-05-15
1
-11
/
+36
*
Fix inconsistent output of prefix and bugs in 'show' command
Philippe Waroquiers
2020-05-15
1
-1
/
+1
*
Remove class_pseudo
Tom Tromey
2020-04-26
1
-1
/
+1
*
Replace most calls to help_list and cmd_show_list
Tom Tromey
2020-04-17
1
-0
/
+14
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Allow . character as part of command names.
Philippe Waroquiers
2019-11-30
1
-0
/
+8
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-3
/
+3
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-2
/
+2
*
Introduce the "with" command
Pedro Alves
2019-07-03
1
-8
/
+11
*
"set print raw frame-arguments" -> "set print raw-frame-arguments"
Pedro Alves
2019-06-13
1
-9
/
+10
*
Add previous_saved_command_line to allow a command to repeat a previous command.
Philippe Waroquiers
2019-05-31
1
-1
/
+35
*
Change valid_user_defined_cmd_name_p to return bool
Tom Tromey
2019-05-04
1
-1
/
+1
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Add a "context" argument to add_setshow_enum_cmd
Tom Tromey
2018-12-28
1
-1
/
+2
*
gdb: Change how frames are selected for 'frame' and 'info frame'.
Andrew Burgess
2018-09-28
1
-0
/
+14
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Constify execute_command
Tom Tromey
2017-11-07
1
-1
/
+1
*
Constify add_setshow_*
Tom Tromey
2017-11-07
1
-15
/
+15
*
Remove cmd_cfunc_ftype
Tom Tromey
2017-11-07
1
-8
/
+0
[next]