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
/
auto-load.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: make timestamped_file implement can_emit_style_escape
Simon Marchi
2022-04-04
1
-4
/
+5
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-25
/
+25
*
gdb/auto-load: Remove repeating "auto-load" from debug message
Aaron Merey
2022-03-10
1
-2
/
+1
*
gdb: Try searching for auto-load script using .gnu_debuglink
Aaron Merey
2022-03-08
1
-12
/
+52
*
Add more filename styling
Tom Tromey
2022-02-28
1
-3
/
+6
*
Move gdb_regex to gdbsupport
Tom Tromey
2022-01-18
1
-1
/
+1
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr
Andrew Burgess
2021-11-16
1
-11
/
+6
*
gdb: make string-like set show commands use std::string variable
Simon Marchi
2021-10-03
1
-31
/
+17
*
gdb: Introduce setting construct within cmd_list_element
Lancelot SIX
2021-10-03
1
-1
/
+1
*
gdb: add cmd_list_element::is_prefix
Simon Marchi
2021-05-17
1
-1
/
+1
*
gdb: rename cmd_list_element::prefixlist to subcommands
Simon Marchi
2021-05-17
1
-1
/
+1
*
gdb: generate the prefix name for prefix commands on demand
Marco Barisione
2021-05-12
1
-6
/
+3
*
gdb: do autoload before notifying Python side in new_objfile event
Michael Weghorn
2021-04-27
1
-2
/
+7
*
gdbsupport, gdb: give names to observers
Simon Marchi
2021-04-24
1
-2
/
+3
*
gdb: convert auto-load to new-style debug macros
Simon Marchi
2021-01-21
1
-88
/
+58
*
gdb: make some variables static
Simon Marchi
2021-01-20
1
-1
/
+1
*
gdb: bool-ify maybe_add_script_{text,file}
Simon Marchi
2021-01-13
1
-22
/
+20
*
gdb: bool-ify users of file_is_auto_load_safe
Simon Marchi
2021-01-13
1
-9
/
+9
*
gdb: bool-ify ext_lang_auto_load_enabled and friends
Simon Marchi
2021-01-13
1
-2
/
+2
*
gdb: bool-ify file_is_auto_load_safe
Simon Marchi
2021-01-13
1
-13
/
+7
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb: use get_standard_config_dir when looking for .gdbinit
Andrew Burgess
2020-11-02
1
-6
/
+21
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-1
/
+1
*
gdb: avoid unnecessary string copy in auto_load_objfile_script_1
Simon Marchi
2020-10-05
1
-4
/
+2
*
Use htab_up in auto-load.c
Tom Tromey
2020-09-17
1
-25
/
+16
*
Handle Windows drives in auto-load script paths
Hannes Domani
2020-07-08
1
-0
/
+7
*
Replace most calls to help_list and cmd_show_list
Tom Tromey
2020-04-17
1
-12
/
+3
*
gdb: add back declarations for _initialize functions
Simon Marchi
2020-01-13
1
-1
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Use styled_string in more places
Tom Tromey
2019-10-01
1
-14
/
+26
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-2
/
+2
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-6
/
+6
*
Make relocate_{path,gdb_directory} return std::string
Christian Biesinger
2019-09-11
1
-1
/
+1
*
Remove init_cli_cmds
Tom Tromey
2019-07-11
1
-1
/
+1
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-2
/
+2
*
Convert auto-load.c to type-safe registry API
Tom Tromey
2019-05-08
1
-38
/
+22
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-21
/
+15
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-15
/
+21
*
OBVIOUS: fix several occurrences of 'This options has' to 'This option has'
Philippe Waroquiers
2019-03-16
1
-3
/
+3
*
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
*
Iterate by index in auto_load_safe_path_vec_update
Simon Marchi
2018-04-10
1
-4
/
+3
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-3
/
+3
*
Change auto_load_objfile_script_1 to use std::string
Tom Tromey
2018-03-17
1
-18
/
+8
*
Make delim_string_to_char_ptr_vec return an std::vector
Simon Marchi
2018-03-02
1
-44
/
+37
*
Create new common/pathstuff.[ch]
Sergio Durigan Junior
2018-02-28
1
-0
/
+1
*
Use gdb::unique_xmalloc_ptr in auto_load_section_scripts
Tom Tromey
2018-02-09
1
-4
/
+2
*
Use std::string in execute_script_contents
Tom Tromey
2018-02-09
1
-12
/
+5
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
[next]