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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
windows-tdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: remove TYPE_LENGTH
Simon Marchi
2022-09-21
1
-8
/
+8
*
gdb: add type::target_type / type::set_target_type
Simon Marchi
2022-09-21
1
-4
/
+4
*
Move solib_ops into gdbarch
Tom Tromey
2022-09-20
1
-1
/
+1
*
Don't use BFD_VMA_FMT in gdb and sim
Alan Modra
2022-08-06
1
-8
/
+10
*
Use registry in gdbarch
Tom Tromey
2022-08-04
1
-16
/
+9
*
gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...
Simon Marchi
2022-05-05
1
-15
/
+8
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-14
/
+14
*
gdb: remove internalvar_funcs::destroy
Simon Marchi
2022-03-06
1
-1
/
+0
*
Move gdb obstack code to gdbsupport
Tom Tromey
2022-01-18
1
-1
/
+1
*
Clean up some dead code in windows-tdep.c
Tom Tromey
2022-01-06
1
-24
/
+20
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb: change functions returning value contents to use gdb::array_view
Simon Marchi
2021-10-25
1
-1
/
+1
*
gdb: add accessors for field (and call site) location
Simon Marchi
2021-10-07
1
-1
/
+1
*
gdb: add field::name / field::set_name
Simon Marchi
2021-09-30
1
-1
/
+1
*
Remove some complaints.h includes
Tom Tromey
2021-09-06
1
-1
/
+0
*
gdb: fix some indentation issues
Simon Marchi
2021-05-27
1
-4
/
+4
*
gdb: remove add_alias_cmd overload that accepts a string
Simon Marchi
2021-05-27
1
-4
/
+5
*
gdb: generate the prefix name for prefix commands on demand
Marco Barisione
2021-05-12
1
-1
/
+1
*
gdb: remove current_top_target function
Simon Marchi
2021-03-24
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-1
/
+1
*
Remove symfile_objfile macro
Tom Tromey
2020-10-29
1
-2
/
+3
*
Remove the exec_bfd macro
Tom Tromey
2020-10-29
1
-1
/
+2
*
Remove target_has_execution macro
Tom Tromey
2020-09-28
1
-1
/
+1
*
Remove target_has_stack macro
Tom Tromey
2020-09-28
1
-1
/
+1
*
Add handling for 64-bit module addresses in Cygwin core dumps
Jon Turney
2020-09-18
1
-7
/
+23
*
Promote windows_core_xfer_shared_libraries and windows_core_pid_to_str
Jon Turney
2020-09-18
1
-0
/
+98
*
gdb: add type::is_unsigned / type::set_is_unsigned
Simon Marchi
2020-09-14
1
-1
/
+1
*
gdb: remove TYPE_FIELD macro
Simon Marchi
2020-05-23
1
-1
/
+1
*
gdb: add type::fields / type::set_fields
Simon Marchi
2020-05-22
1
-2
/
+2
*
gdb: add type::num_fields / type::set_num_fields
Simon Marchi
2020-05-22
1
-1
/
+1
*
Default gdb_bfd_open's fd parameter to -1
Pedro Alves
2020-05-19
1
-1
/
+1
*
gdb: add type::name / type::set_name
Simon Marchi
2020-05-16
1
-5
/
+5
*
Add WOW64 exception numbers to $_siginfo.ExceptionCode enum
Hannes Domani
2020-04-24
1
-0
/
+2
*
Fix infinite loop in is_linked_with_cygwin_dll
Tom Tromey
2020-04-23
1
-8
/
+9
*
Restore some windows-tdep.c code
Tom Tromey
2020-04-18
1
-4
/
+16
*
Replace most calls to help_list and cmd_show_list
Tom Tromey
2020-04-17
1
-20
/
+4
*
gdb: is_linked_with_cygwin_dll: mention filename in warning messages
Simon Marchi
2020-04-16
1
-6
/
+8
*
gdb: is_linked_with_cygwin_dll: handle import table not at beginning of .idat...
Simon Marchi
2020-04-16
1
-13
/
+34
*
gdb: stop using host-dependent signal numbers in windows-tdep.c
Simon Marchi
2020-04-08
1
-72
/
+142
*
gdb: use bfd_get_section_contents to read section contents in is_linked_with_...
Simon Marchi
2020-04-02
1
-7
/
+6
*
gdb: fix style issues in is_linked_with_cygwin_dll
Simon Marchi
2020-04-01
1
-4
/
+4
*
gdb: select "Cygwin" OS ABI for Cygwin binaries
Simon Marchi
2020-03-16
1
-0
/
+99
*
Don't try to get the TIB address without an inferior
Hannes Domani
2020-03-06
1
-1
/
+2
*
Rebase executable to match relocated base address
Hannes Domani
2020-03-03
1
-1
/
+54
*
Cache the Thread Local Base pointer type in the gdbarch
Hannes Domani
2020-02-12
1
-8
/
+7
*
Use enums for human-readable exception information.
Hannes Domani
2020-02-09
1
-6
/
+96
*
Display ExceptionRecord for $_siginfo
Hannes Domani
2020-02-09
1
-0
/
+72
*
Cache the text section offset of shared libraries
Hannes Domani
2020-01-23
1
-6
/
+14
*
Add type for $_tlb->process_environment_block->process_parameters
Hannes Domani
2020-01-16
1
-1
/
+60
[next]