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
/
completer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
1
-1
/
+1
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Introduce complete_nested_command_line
Pedro Alves
2019-06-13
1
-0
/
+36
*
Migrate rest of compile commands to new options framework
Pedro Alves
2019-06-13
1
-6
/
+28
*
Fix latent bug with custom word point completers
Pedro Alves
2019-06-13
1
-1
/
+4
*
Fix latent bug in custom word point completion handling
Pedro Alves
2019-06-13
1
-1
/
+8
*
Introduce and use make_unique_xstrdup
Pedro Alves
2019-06-04
1
-15
/
+4
*
Initialize variable word in complete
Jan Vrany
2019-05-30
1
-0
/
+7
*
MI: extract command completion logic from complete_command()
Jan Vrany
2019-05-17
1
-0
/
+35
*
Replace throw_exception with throw in some cases
Tom Tromey
2019-04-08
1
-1
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-4
/
+4
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-12
/
+8
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-14
/
+10
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-10
/
+14
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Avoid -Wnarrowing warnings from quote_char()
Tom Tromey
2018-08-27
1
-1
/
+1
*
Remove type_name_no_tag and rename type_name_no_tag_or_error
Tom Tromey
2018-06-01
1
-1
/
+1
*
Change streq to return bool
Tom Tromey
2018-04-05
1
-2
/
+2
*
Remove a cleanup from parse_expression_for_completion
Tom Tromey
2018-02-21
1
-14
/
+8
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Fix regression: expression completer and scope operator (PR gdb/22584)
Pedro Alves
2017-12-13
1
-8
/
+15
*
Factor out final completion match string building
Pedro Alves
2017-12-13
1
-28
/
+64
*
Remove some unused variables
Simon Marchi
2017-12-05
1
-5
/
+0
*
Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]
Pedro Alves
2017-11-29
1
-6
/
+38
*
Handle custom completion match prefix / LCD
Pedro Alves
2017-11-29
1
-4
/
+13
*
Fix completing an empty string
Pedro Alves
2017-11-25
1
-3
/
+6
*
Introduce lookup_name_info and generalize Ada's FULL/WILD name matching
Pedro Alves
2017-11-08
1
-0
/
+4
*
Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)
Pedro Alves
2017-10-04
1
-0
/
+1
*
Rename _const functions to use overloading instead
Tom Tromey
2017-09-11
1
-3
/
+3
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Make language_def O(1)
Pedro Alves
2017-07-20
1
-8
/
+0
*
A smarter linespec completer
Pedro Alves
2017-07-17
1
-32
/
+47
*
Explicit locations -label completer
Pedro Alves
2017-07-17
1
-1
/
+7
*
Rewrite/enhance explicit locations completer, parse left->right
Pedro Alves
2017-07-17
1
-109
/
+459
*
"complete" command and completion word break characters
Pedro Alves
2017-07-17
1
-0
/
+173
*
Introduce class completion_tracker & rewrite completion<->readline interaction
Pedro Alves
2017-07-17
1
-353
/
+578
*
Clean up "completer_handle_brkchars" callback handling
Pedro Alves
2017-07-17
1
-41
/
+98
*
Rename make_symbol_completion_list_fn -> symbol_completer
Pedro Alves
2017-07-17
1
-0
/
+9
*
Expression completer should not match explicit location options
Pedro Alves
2017-06-29
1
-1
/
+1
*
Remove old stale expression_completer hack
Pedro Alves
2017-06-29
1
-9
/
+1
*
Introduce event_location_up
Tom Tromey
2017-04-12
1
-9
/
+5
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-1
/
+2
*
-Wwrite-strings: Constify word break character arrays
Pedro Alves
2017-04-05
1
-24
/
+35
*
Convert lvalue reference type check to general reference type check
Artemiy Volkov
2017-03-20
1
-2
/
+1
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
null-terminate string in linespec_location_completer
Yao Qi
2016-08-19
1
-1
/
+2
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Type-safe wrapper for enum flags
Pedro Alves
2015-11-17
1
-2
/
+3
*
Add some more casts (1/2)
Simon Marchi
2015-09-25
1
-1
/
+1
[next]