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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused constructor declaration from cli_style_option
Tom Tromey
2019-11-10
1
-3
/
+0
*
Constify command_line_input
Tom Tromey
2019-11-08
1
-3
/
+3
*
Remove some includes of readline.h
Tom Tromey
2019-11-06
2
-2
/
+1
*
Implement convenience functions to examine GDB settings.
Philippe Waroquiers
2019-10-31
3
-2
/
+234
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
3
-4
/
+4
*
Move declaration of max_user_call_depth to header
Christian Biesinger
2019-10-12
3
-3
/
+5
*
[gdb] Fix set/show style metadata help text
Tom de Vries
2019-10-03
1
-1
/
+1
*
Use styled_string for "show logging filename"
Tom Tromey
2019-10-01
1
-2
/
+3
*
Introduce metadata style
Tom Tromey
2019-10-01
2
-0
/
+16
*
Style "pwd" output
Tom Tromey
2019-10-01
1
-3
/
+8
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-11
/
+9
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
9
-23
/
+23
*
gdb: Add new -n flag to some info commands
Andrew Burgess
2019-08-27
2
-92
/
+12
*
Fix nullptr in with_command_1
Pedro Alves
2019-08-21
1
-0
/
+3
*
Make first and last lines of 'command help documentation' consistent.
Philippe Waroquiers
2019-08-07
7
-40
/
+64
*
gdb: Add command completers for some info commands
Andrew Burgess
2019-07-11
2
-0
/
+30
*
gdb: Make use of gdb::option framework for some info commands
Andrew Burgess
2019-07-11
2
-113
/
+59
*
gdb: Allow quoting around string options in the gdb::option framework
Andrew Burgess
2019-07-11
1
-3
/
+2
*
Remove init_cli_cmds
Tom Tromey
2019-07-11
2
-11
/
+2
*
Don't include gdbarch.h from defs.h
Tom Tromey
2019-07-10
5
-0
/
+6
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
6
-11
/
+11
*
pipe command completer
Pedro Alves
2019-07-03
1
-9
/
+83
*
Teach gdb::option about string options
Pedro Alves
2019-07-03
2
-0
/
+107
*
Make gdb::option::complete_options save processed arguments too
Pedro Alves
2019-07-03
2
-30
/
+47
*
Introduce the "with" command
Pedro Alves
2019-07-03
4
-41
/
+187
*
Fix alias command not detecting non matching prefix & sometimes asserting.
Philippe Waroquiers
2019-06-25
1
-4
/
+5
*
Remove unnecessary casts of NULL
Tom Tromey
2019-06-16
1
-1
/
+1
*
Do not emit style escape sequences to log file
Tom Tromey
2019-06-14
1
-1
/
+1
*
Fix "set integer-command unlimited junk"
Pedro Alves
2019-06-13
1
-4
/
+19
*
Delete parse_flags/parse_flags_qcs
Pedro Alves
2019-06-13
2
-86
/
+0
*
Make "frame apply" support -OPT options
Pedro Alves
2019-06-13
2
-6
/
+22
*
"set print raw frame-arguments" -> "set print raw-frame-arguments"
Pedro Alves
2019-06-13
1
-2
/
+6
*
Introduce generic command options framework
Pedro Alves
2019-06-13
8
-118
/
+1326
*
number_or_range_parser::get_number, don't treat "1 -" as a range
Pedro Alves
2019-06-13
1
-4
/
+12
*
boolean/auto-boolean commands, make "o" ambiguous
Pedro Alves
2019-06-13
1
-5
/
+10
*
Remove "show" command completers, "set" command completers for string commands
Pedro Alves
2019-06-13
1
-1
/
+13
*
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
*
Make check_for_argument skip whitespace after arg itself
Pedro Alves
2019-06-13
3
-6
/
+4
*
Remove newlines from warnings
Tom Tromey
2019-06-10
1
-1
/
+1
*
Introduce and use make_unique_xstrdup
Pedro Alves
2019-06-04
1
-1
/
+1
*
Improve usability and/or readibility of help and apropos output.
Philippe Waroquiers
2019-06-03
3
-22
/
+58
*
Add highlight style, title style, fputs_highlighted. Improve 'show style'
Philippe Waroquiers
2019-06-03
2
-34
/
+104
*
Implement | (pipe) command.
Philippe Waroquiers
2019-05-31
2
-2
/
+106
*
[gdb/cli] Fix use of uninitialized variable in complete_command
Tom de Vries
2019-05-21
1
-2
/
+2
*
Add debug redirect option
Alan Hayward
2019-05-17
3
-14
/
+47
*
Change file close behavior for tee_file
Alan Hayward
2019-05-17
3
-47
/
+22
*
MI: extract command completion logic from complete_command()
Jan Vrany
2019-05-17
1
-28
/
+1
*
Change valid_command_p to return bool
Tom Tromey
2019-05-04
1
-3
/
+3
*
Change valid_user_defined_cmd_name_p to return bool
Tom Tromey
2019-05-04
1
-4
/
+4
[next]