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-cmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some includes of readline.h
Tom Tromey
2019-11-06
1
-1
/
+0
*
Implement convenience functions to examine GDB settings.
Philippe Waroquiers
2019-10-31
1
-0
/
+232
*
Move declaration of max_user_call_depth to header
Christian Biesinger
2019-10-12
1
-2
/
+1
*
Style "pwd" output
Tom Tromey
2019-10-01
1
-3
/
+8
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-1
/
+1
*
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
1
-4
/
+5
*
Remove init_cli_cmds
Tom Tromey
2019-07-11
1
-9
/
+2
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-3
/
+3
*
pipe command completer
Pedro Alves
2019-07-03
1
-9
/
+83
*
Introduce the "with" command
Pedro Alves
2019-07-03
1
-6
/
+128
*
Fix alias command not detecting non matching prefix & sometimes asserting.
Philippe Waroquiers
2019-06-25
1
-4
/
+5
*
Make check_for_argument skip whitespace after arg itself
Pedro Alves
2019-06-13
1
-3
/
+0
*
Remove newlines from warnings
Tom Tromey
2019-06-10
1
-1
/
+1
*
Improve usability and/or readibility of help and apropos output.
Philippe Waroquiers
2019-06-03
1
-7
/
+15
*
Implement | (pipe) command.
Philippe Waroquiers
2019-05-31
1
-0
/
+104
*
[gdb/cli] Fix use of uninitialized variable in complete_command
Tom de Vries
2019-05-21
1
-2
/
+2
*
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
*
OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com "shell"
Philippe Waroquiers
2019-04-19
1
-2
/
+2
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-1
/
+1
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-3
/
+2
*
Remove excess calls to gdb_flush
Tom Tromey
2019-03-05
1
-11
/
+3
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-2
/
+2
*
gdb: Avoid signed integer overflow when printing source lines
Andrew Burgess
2019-01-09
1
-19
/
+16
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Reset terminal styles
Tom Tromey
2018-12-28
1
-0
/
+2
*
Unify shell-finding logic
Tom Tromey
2018-10-27
1
-4
/
+2
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-5
/
+6
*
Remove unnecessary casts from cli-cmds.c
Tom Tromey
2018-09-05
1
-3
/
+3
*
Disassemble blocks with non-contiguous ranges
Kevin Buettner
2018-08-23
1
-11
/
+32
*
Remove some text from --version output
Tom Tromey
2018-06-05
1
-1
/
+1
*
Change openp et al to use a unique_xmalloc_ptr
Tom Tromey
2018-02-14
1
-3
/
+2
*
Use enum flags for flags passed to openp
Simon Marchi
2018-02-13
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Constify add_info
Tom Tromey
2017-11-07
1
-8
/
+0
*
Constify add_com
Tom Tromey
2017-11-07
1
-34
/
+14
*
Add set_repeat_arguments function
Tom Tromey
2017-11-07
1
-1
/
+1
*
Constify add_prefix_cmd
Tom Tromey
2017-10-11
1
-11
/
+12
*
Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)
Pedro Alves
2017-10-04
1
-0
/
+1
*
Implement "set cwd" command on GDB
Sergio Durigan Junior
2017-10-04
1
-3
/
+5
*
Constify cd_command
Tom Tromey
2017-09-27
1
-1
/
+1
*
Constify some linespec functions
Tom Tromey
2017-09-27
1
-2
/
+2
*
Constify some commands in cli-cmds.c
Tom Tromey
2017-09-27
1
-9
/
+5
*
Add add_cmd function overloads
Tom Tromey
2017-09-27
1
-11
/
+11
*
Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"
Sergio Durigan Junior
2017-09-22
1
-5
/
+12
*
Make "list ambiguous" show symbol names too
Pedro Alves
2017-09-20
1
-8
/
+21
*
Rename _const functions to use overloading instead
Tom Tromey
2017-09-11
1
-2
/
+2
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-4
/
+0
*
Introduce gdb_disassembly_flags
Pedro Alves
2017-09-04
1
-3
/
+4
[next]