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
/
typeprint.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce metadata style
Tom Tromey
2019-10-01
1
-3
/
+5
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-2
/
+2
*
Use obstack_strdup more
Tom Tromey
2019-08-06
1
-3
/
+2
*
Remove trailing newlines from help text
Tom Tromey
2019-06-11
1
-1
/
+1
*
Change ptype/o to print bit offset
Tom Tromey
2019-05-08
1
-23
/
+7
*
Fix ptype/o comment formatting
Tom Tromey
2019-05-08
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
*
Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST
Keith Seitz
2019-03-29
1
-3
/
+4
*
Remove excess calls to gdb_flush
Tom Tromey
2019-03-05
1
-1
/
+0
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
[PUSHED/OBVIOUS] ensure help set print type gives the correct help.
Philippe Waroquiers
2018-10-20
1
-1
/
+1
*
Support ptype/o in Rust
Tom Tromey
2018-06-26
1
-1
/
+2
*
Move ptype/o printing code to typeprint.c
Tom Tromey
2018-06-26
1
-0
/
+124
*
C++-ify typedef hash
Tom Tromey
2018-03-27
1
-116
/
+40
*
Fix segfault with 'set print object on' + 'whatis <struct>' & co
Pedro Alves
2018-01-22
1
-1
/
+5
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Fix ARI warning on gdb/typeprint.c:whatis_exp
Sergio Durigan Junior
2017-12-15
1
-3
/
+3
*
Implement pahole-like 'ptype /o' option
Sergio Durigan Junior
2017-12-15
1
-1
/
+23
*
Record nested types
Keith Seitz
2017-12-07
1
-12
/
+59
*
Constify add_setshow_*
Tom Tromey
2017-11-07
1
-2
/
+4
*
Constify add_com
Tom Tromey
2017-11-07
1
-9
/
+3
*
Constify add_prefix_cmd
Tom Tromey
2017-10-11
1
-2
/
+2
*
Constify commands maint.c, plus maintenance_print_type
Tom Tromey
2017-09-27
1
-1
/
+1
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Stop assuming no-debug-info variables have type int
Pedro Alves
2017-09-04
1
-0
/
+9
*
Stop assuming no-debug-info functions return int
Pedro Alves
2017-09-04
1
-1
/
+8
*
Fix type casts losing typedefs and reimplement "whatis" typedef stripping
Pedro Alves
2017-08-21
1
-4
/
+32
*
Convert lvalue reference type check to general reference type check
Artemiy Volkov
2017-03-20
1
-2
/
+2
*
Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy
Pedro Alves
2017-02-02
1
-12
/
+5
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Use ui_file_as_string throughout more
Pedro Alves
2016-11-08
1
-4
/
+3
*
'struct expression *' -> gdb::unique_xmalloc_ptr<expression>
Pedro Alves
2016-11-08
1
-10
/
+4
*
Support structure offsets that are 512K or larger.
David Taylor
2016-06-24
1
-1
/
+1
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
fort_dyn_array: add basic fortran dyn array support
Keven Boell
2015-10-21
1
-0
/
+17
*
Add some more casts (2/2)
Simon Marchi
2015-09-25
1
-8
/
+9
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-2
/
+3
*
Remove CHECK_TYPEDEF, use check_typedef instead
Simon Marchi
2015-07-14
1
-1
/
+1
*
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-03-07
1
-4
/
+6
*
C++ keyword cleanliness, mostly auto-generated
Pedro Alves
2015-02-27
1
-7
/
+7
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.
Doug Evans
2014-11-06
1
-2
/
+2
*
Remove spurious exceptions.h inclusions
Gary Benson
2014-10-08
1
-1
/
+0
*
typeprint.c (find_global_typedef): Fix comment.
Doug Evans
2014-09-02
1
-2
/
+2
*
Move errno.h to common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
make calls to help_list use enumerator
Tom Tromey
2014-06-13
1
-1
/
+1
*
Extension Language API
Doug Evans
2014-02-05
1
-6
/
+6
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
[next]