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
/
language.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add setting to control frame language mismatch warning
Tom Tromey
2024-11-11
1
-1
/
+14
*
Add another constructor to scoped_restore_current_language
Tom Tromey
2024-08-15
1
-0
/
+7
*
gdb: remove gdbcmd.h
Simon Marchi
2024-04-25
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: remove includes of early headers
Simon Marchi
2024-03-26
1
-1
/
+0
*
Use the new symbol domains
Tom Tromey
2024-01-28
1
-1
/
+1
*
Use domain_search_flags in lookup_symbol et al
Tom Tromey
2024-01-28
1
-1
/
+2
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
Lazy language setting
Tom Tromey
2024-01-08
1
-0
/
+35
*
Change current_language to be a macro
Tom Tromey
2024-01-08
1
-4
/
+12
*
gdb: Use std::string_view instead of gdb::string_view
Lancelot Six
2023-11-21
1
-1
/
+1
*
gdb: building inferior strings from within GDB
Andrew Burgess
2023-06-05
1
-0
/
+10
*
Pass const frame_info_ptr reference for skip_[language_]trampoline
Mark Wielaard
2023-05-03
1
-1
/
+1
*
gdb: remove some trailing newlines from warning messages
Andrew Burgess
2023-04-27
1
-4
/
+4
*
gdb: remove language_auto
Simon Marchi
2023-04-21
1
-92
/
+43
*
gdb: switch "set language" to getter/setter
Simon Marchi
2023-04-21
1
-9
/
+19
*
gdb: remove return value of set_language
Simon Marchi
2023-04-21
1
-12
/
+2
*
Remove language_demangle
Tom Tromey
2023-03-31
1
-15
/
+0
*
gdb: move compile_instance to compile/compile.h
Simon Marchi
2023-01-20
1
-1
/
+0
*
Update copyright year range in header of all files managed by GDB
Joel Brobecker
2023-01-01
1
-1
/
+1
*
gdb: convert 'set debug symbol-lookup' to new debug printing scheme
Andrew Burgess
2022-12-14
1
-7
/
+5
*
internal_error: remove need to pass __FILE__/__LINE__
Pedro Alves
2022-10-19
1
-11
/
+6
*
Remove c_printstr
Tom Tromey
2022-10-10
1
-12
/
+0
*
Remove c_emit_char
Tom Tromey
2022-10-10
1
-9
/
+0
*
Change GDB to use frame_info_ptr
Tom Tromey
2022-10-10
1
-3
/
+3
*
gdb: remove TYPE_TARGET_TYPE
Simon Marchi
2022-09-21
1
-2
/
+2
*
[gdb/build] Fix build breaker in language.c with gcc 7.5.0
Tom de Vries
2022-08-05
1
-1
/
+1
*
Use registry in gdbarch
Tom Tromey
2022-08-04
1
-21
/
+18
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-29
/
+29
*
Unify vprintf functions
Tom Tromey
2022-03-29
1
-1
/
+1
*
gdb: remove SYMBOL_TYPE macro
Simon Marchi
2022-02-06
1
-2
/
+2
*
gdb: remove SYMBOL_OBJFILE_OWNED macro
Simon Marchi
2022-02-06
1
-1
/
+1
*
gdb: remove SYMBOL_DOMAIN macro
Simon Marchi
2022-02-06
1
-1
/
+1
*
gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter
Simon Marchi
2022-02-06
1
-1
/
+1
*
Fix another crash with gdb parameters in Python
Tom Tromey
2022-01-26
1
-5
/
+6
*
Avoid crash in language_info
Tom Tromey
2022-01-06
1
-1
/
+1
*
Use filtered output in language_info
Tom Tromey
2022-01-05
1
-1
/
+1
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
Consistently Use ui_file parameter to show callbacks
Tom Tromey
2021-12-29
1
-7
/
+7
*
gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr
Andrew Burgess
2021-11-16
1
-2
/
+1
*
gdb: add add_setshow_prefix_cmd
Simon Marchi
2021-10-28
1
-13
/
+10
*
Use unique_xmalloc_ptr<char> when demangling
Tom Tromey
2021-10-04
1
-2
/
+3
*
Move value_true to value.h
Tom Tromey
2021-09-24
1
-17
/
+0
*
Change pointer_type to a method of struct type
Tom Tromey
2021-09-23
1
-8
/
+0
*
Avoid expression parsing crash with unknown language
Tom Tromey
2021-07-15
1
-2
/
+2
*
gdb: remove add_alias_cmd overload that accepts a string
Simon Marchi
2021-05-27
1
-11
/
+13
*
gdb: generate the prefix name for prefix commands on demand
Marco Barisione
2021-05-12
1
-2
/
+2
*
Remove parameter from language_info
Tom Tromey
2021-03-29
1
-12
/
+3
*
Remove union exp_element
Tom Tromey
2021-03-08
1
-20
/
+0
*
gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros
Andrew Burgess
2021-02-10
1
-1
/
+1
*
Return unique_ptr from language_defn::get_compile_context
Tom Tromey
2021-02-05
1
-0
/
+9
[next]