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
/
p-lang.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make language_def O(1)
Pedro Alves
2017-07-20
1
-10
/
+1
*
Introduce class completion_tracker & rewrite completion<->readline interaction
Pedro Alves
2017-07-17
1
-1
/
+1
*
Use watchpoint's language when re-parsing expression
Tom Tromey
2017-05-19
1
-0
/
+2
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Move logic out of symbol_find_demangled_name
Tom Tromey
2016-06-23
1
-0
/
+1
*
Move filename extensions into language_defn
Tom Tromey
2016-06-23
1
-0
/
+6
*
Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)
Pedro Alves
2016-04-22
1
-1
/
+1
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Mostly trivial enum fixes
Simon Marchi
2015-07-31
1
-1
/
+1
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
the "compile" command
Tom Tromey
2014-12-12
1
-0
/
+2
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
use bound_minsym as result for lookup_minimal_symbol et al
Tom Tromey
2014-02-26
1
-4
/
+4
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
remove gdb_string.h
Tom Tromey
2013-11-18
1
-1
/
+1
*
New field 'la_natural_name' in struct language_defn
Yao Qi
2013-11-07
1
-0
/
+1
*
New field la_varobj_ops in struct language_defn
Yao Qi
2013-10-25
1
-0
/
+2
*
PR cli/7719:
Tom Tromey
2013-01-07
1
-14
/
+3
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-2
/
+1
*
PR c++/13356
Keith Seitz
2012-08-17
1
-1
/
+0
*
language-specific read_var_value for Ada renamings
Joel Brobecker
2012-03-02
1
-0
/
+1
*
Rename la_get_symbol_name_match_p into la_get_symbol_name_cmp
Joel Brobecker
2012-02-08
1
-1
/
+1
*
* gdbtypes.h (struct main_type): Change type of name,tag_name,
Doug Evans
2012-02-07
1
-1
/
+1
*
Ada: allow unqualified function names in linespecs
Joel Brobecker
2012-01-26
1
-1
/
+1
*
Copyright year update in most files of the GDB Project.
Joel Brobecker
2012-01-04
1
-2
/
+2
*
the "ambiguous linespec" series
Tom Tromey
2011-12-06
1
-0
/
+2
*
Remove trailing spaces and tabulations from pascal language
Pierre Muller
2011-03-15
1
-3
/
+3
*
2011-01-10 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-01-10
1
-5
/
+5
*
run copyright.sh for 2011.
Joel Brobecker
2011-01-01
1
-1
/
+1
*
* p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.
Pierre Muller
2010-10-15
1
-10
/
+10
*
* p-lang.c (is_pascal_string_type): Avoid crashes on structures
Pierre Muller
2010-10-14
1
-1
/
+5
*
gdb/
Jan Kratochvil
2010-07-12
1
-1
/
+5
*
2010-05-15 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2010-05-16
1
-1
/
+4
*
* p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
Pierre Muller
2010-04-16
1
-3
/
+1
*
* p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
Pierre Muller
2010-03-09
1
-1
/
+1
*
* p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
Pierre Muller
2010-03-08
1
-1
/
+1
*
2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2010-01-14
1
-1
/
+1
*
Update copyright year in most headers.
Joel Brobecker
2010-01-01
1
-1
/
+1
*
* defs.h (extract_signed_integer, extract_unsigned_integer,
Ulrich Weigand
2009-07-02
1
-4
/
+7
*
gdb:
Tom Tromey
2009-03-20
1
-15
/
+17
*
2009-02-10 Pierre Muller <muller@ics.u-strasbg.fr>
Pierre Muller
2009-02-10
1
-11
/
+22
*
2009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
Thiago Jung Bauermann
2009-02-05
1
-0
/
+1
*
Updated copyright notices for most files.
Joel Brobecker
2009-01-03
1
-1
/
+1
*
gdb
Tom Tromey
2008-10-28
1
-7
/
+8
*
gdb
Tom Tromey
2008-09-30
1
-0
/
+1
*
gdb
Tom Tromey
2008-09-27
1
-0
/
+1
*
* language.h (struct language_arch_info): New members
Ulrich Weigand
2008-09-11
1
-0
/
+3
*
Fix breakpoint condition that use member variables.
Vladimir Prus
2008-04-06
1
-1
/
+1
*
* language.h (struct language_defn): Add new field
Joel Brobecker
2008-02-05
1
-0
/
+1
*
Updated copyright notices for most files.
Daniel Jacobowitz
2008-01-01
1
-1
/
+1
[next]