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
/
printcmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: Support printf 'z' size modifier
Andrew Burgess
2019-11-12
1
-0
/
+10
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-1
/
+1
*
Introduce metadata style
Tom Tromey
2019-10-01
1
-5
/
+8
*
Use new %p format suffixes in gdb
Pedro Alves
2019-10-01
1
-3
/
+2
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-1
/
+1
*
Handle biased types
Tom Tromey
2019-09-03
1
-20
/
+30
*
Fix Fortran regression with variables in nested functions
Tom Tromey
2019-08-19
1
-2
/
+3
*
Make first and last lines of 'command help documentation' consistent.
Philippe Waroquiers
2019-08-07
1
-4
/
+5
*
Use _() in calls to build_help
Tom Tromey
2019-08-05
1
-1
/
+1
*
Allow display of negative offsets in print_address_symbolic()
Kevin Buettner
2019-07-30
1
-2
/
+2
*
Restrict use of minsym names when printing addresses in disassembled code
Kevin Buettner
2019-07-27
1
-8
/
+21
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-3
/
+3
*
Ensure GDB printf command can print convenience var strings without a target.
Philippe Waroquiers
2019-07-08
1
-52
/
+88
*
Make "print" and "compile print" support -OPT options
Pedro Alves
2019-06-13
1
-30
/
+64
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-4
/
+4
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-12
/
+8
*
Make exceptions use std::string and be self-managing
Tom Tromey
2019-04-08
1
-5
/
+6
*
Move innermost_block_tracker global to parse_state
Tom Tromey
2019-04-04
1
-4
/
+6
*
Add usage for commands in printcmd.c
Tom Tromey
2019-03-29
1
-23
/
+37
*
Have parser reset the innermost block tracker
Tom Tromey
2019-03-23
1
-2
/
+0
*
Remove excess calls to gdb_flush
Tom Tromey
2019-03-05
1
-2
/
+0
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Remove duplicate or commented-out #includes
Tom Tromey
2019-01-21
1
-1
/
+0
*
Change all_objfiles adapter to be a method on program_space
Tom Tromey
2019-01-17
1
-1
/
+1
*
Remove ALL_OBJSECTIONS
Tom Tromey
2019-01-09
1
-68
/
+70
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Style addresses
Tom Tromey
2018-12-28
1
-12
/
+24
*
Style print_address_symbolic
Tom Tromey
2018-12-28
1
-4
/
+5
*
Style variable names
Tom Tromey
2018-12-28
1
-1
/
+5
*
Reset terminal styles
Tom Tromey
2018-12-28
1
-0
/
+2
*
Disable -Wformat-nonliteral in parts of printcmd.c
Simon Marchi
2018-09-05
1
-0
/
+33
*
Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START
Kevin Buettner
2018-08-23
1
-2
/
+2
*
Simple unused variable removals
Tom Tromey
2018-07-22
1
-2
/
+0
*
Change build_address_symbolic to return std::string
Tom Tromey
2018-06-07
1
-25
/
+12
*
Removing lookup_minimal_symbol_and_objfile
Weimin Pan
2018-05-29
1
-1
/
+1
*
Remove output_command_const
Tom Tromey
2018-05-21
1
-9
/
+1
*
Minor cleanups in printcmd.c
Tom Tromey
2018-05-04
1
-7
/
+1
*
Use previous count when 'x' command is repeated
Tom Tromey
2018-05-04
1
-0
/
+11
*
Change last_examine_value to value_ref_ptr
Tom Tromey
2018-04-06
1
-13
/
+8
*
Introduce a gdb_ref_ptr specialization for struct value
Tom Tromey
2018-04-06
1
-2
/
+2
*
set varsize-limit: New GDB setting for maximum dynamic object size
Joel Brobecker
2018-03-27
1
-0
/
+1
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-2
/
+2
*
Special case NULL when using printf's %s format
Tom Tromey
2018-03-14
1
-0
/
+10
*
Allow - in %p for printf
Tom Tromey
2018-03-14
1
-2
/
+3
*
Add usage to printf command
Tom Tromey
2018-03-14
1
-2
/
+3
*
gdb: New API for tracking innermost block
Andrew Burgess
2018-01-21
1
-4
/
+4
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
C++-ify parse_format_string
Tom Tromey
2017-12-08
1
-28
/
+13
*
Constify execute_command
Tom Tromey
2017-11-07
1
-1
/
+1
*
Constify add_info
Tom Tromey
2017-11-07
1
-3
/
+3
[next]