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/binutils-2.44
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
/
linespec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some more casts (1/2)
Simon Marchi
2015-09-25
1
-18
/
+23
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-7
/
+6
*
Add two missing consts
Simon Marchi
2015-09-21
1
-1
/
+1
*
[ppc64le] Use skip_entrypoint for skip_trampoline_code
Jan Kratochvil
2015-09-15
1
-0
/
+2
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-1
/
+1
*
Mass rename `explicit' -> `explicit_loc'.
Keith Seitz
2015-08-13
1
-42
/
+45
*
Explicit locations: add UI features for CLI
Keith Seitz
2015-08-11
1
-8
/
+17
*
Explicit locations: introduce explicit locations
Keith Seitz
2015-08-11
1
-137
/
+167
*
Explicit locations: introduce probe locations
Keith Seitz
2015-08-11
1
-0
/
+5
*
Explicit locations: introduce address locations
Keith Seitz
2015-08-11
1
-115
/
+77
*
Explicit locations: use new location API
Keith Seitz
2015-08-11
1
-45
/
+97
*
Explicit locations: introduce new struct event_location-based API
Keith Seitz
2015-08-11
1
-0
/
+48
*
Replace the block_found global with explicit data-flow
Pierre-Marie de Rodat
2015-08-01
1
-2
/
+2
*
Remove CHECK_TYPEDEF, use check_typedef instead
Simon Marchi
2015-07-14
1
-2
/
+2
*
Do not skip prologue for asm (.S) files
Jan Kratochvil
2015-06-26
1
-2
/
+20
*
Update comment of linespec_lexer_lex_keyword.
Keith Seitz
2015-03-23
1
-2
/
+1
*
Expand keyword lexing intelligence in the linespec parser.
Keith Seitz
2015-03-23
1
-20
/
+35
*
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-03-07
1
-6
/
+6
*
Normalize TRY_CATCH exception handling block
Pedro Alves
2015-03-07
1
-5
/
+12
*
New common function "startswith"
Gary Benson
2015-03-06
1
-6
/
+5
*
new callback parameter expansion_notify for expand_symtabs_matching
Gary Benson
2015-01-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
*
Replace some symbol accessor macros with functions.
Doug Evans
2014-12-23
1
-12
/
+12
*
gdb/17394: cannot put breakpoint only in selected ASM file.
Mihail-Marian Nistor
2014-12-20
1
-24
/
+73
*
Revert: linespec.c (iterate_name_matcher): Fix arguments to symbol_name_cmp.
Doug Evans
2014-12-05
1
-6
/
+1
*
PR symtab/17602
Doug Evans
2014-12-02
1
-1
/
+6
*
Split struct symtab into two: struct symtab and compunit_symtab.
Doug Evans
2014-11-20
1
-2
/
+4
*
symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.
Doug Evans
2014-11-18
1
-3
/
+4
*
Remove spurious exceptions.h inclusions
Gary Benson
2014-10-08
1
-1
/
+0
*
constify struct block in some places
Tom Tromey
2014-06-18
1
-5
/
+5
*
Fix a dangling cleanup in linspec_parse_basic.
Keith Seitz
2014-05-05
1
-0
/
+4
*
start change to progspace independence
Tom Tromey
2014-02-26
1
-5
/
+6
*
change minsym representation
Tom Tromey
2014-02-26
1
-5
/
+5
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
2013-12-17 Sterling Augustine <saugustine@google.com>
Sterling Augustine
2013-12-23
1
-1
/
+1
*
Constification of parse_linespec and fallout:
Keith Seitz
2013-10-02
1
-18
/
+24
*
(clh 9)
Tom Tromey
2013-09-23
1
-43
/
+37
*
move gdbarch object from objfile to per-BFD
Tom Tromey
2013-08-20
1
-1
/
+1
*
? .deps
Ali Anwar
2013-08-12
1
-1
/
+17
*
also filter label symbols
Tom Tromey
2013-08-07
1
-1
/
+4
*
Further workarounds for binutils/15021.
Doug Evans
2013-08-01
1
-32
/
+29
*
fix linespec bug noticed by the checker
Tom Tromey
2013-05-30
1
-1
/
+1
*
gdb/
Jan Kratochvil
2013-05-14
1
-0
/
+4
*
PR symtab/8424:
Tom Tromey
2013-04-08
1
-1
/
+1
*
* ada-lang.c (ada_read_renaming_var_value): Pass const
Keith Seitz
2013-03-12
1
-3
/
+4
*
* linespec.c (find_linespec_symbols): Call find_function_symbols
Doug Evans
2013-03-11
1
-58
/
+71
*
* linespec.c (get_current_search_block): ARI fix, use (void)
Pierre Muller
2013-03-06
1
-1
/
+1
*
* ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
Doug Evans
2013-03-05
1
-31
/
+38
*
gdb/
Jan Kratochvil
2013-03-04
1
-1
/
+1
*
gdb/
Jan Kratochvil
2013-03-04
1
-46
/
+150
[next]