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
/
windows-tdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change pid_to_str to return std::string
Tom Tromey
2019-03-13
1
-4
/
+4
*
Change all_objfiles adapter to be a method on program_space
Tom Tromey
2019-01-17
1
-1
/
+1
*
Remove most uses of ALL_OBJFILES
Tom Tromey
2019-01-09
1
-2
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Remove ptid_equal
Tom Tromey
2018-07-03
1
-2
/
+2
*
target_stack -> current_top_target() throughout
Pedro Alves
2018-06-07
1
-1
/
+1
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Constify add_prefix_cmd
Tom Tromey
2017-10-11
1
-1
/
+1
*
Make init_type/arch_type take a size in bits
Ulrich Weigand
2017-09-27
1
-4
/
+8
*
Constify display_tib
Tom Tromey
2017-09-27
1
-1
/
+1
*
Make xml_escape_text return an std::string
Simon Marchi
2017-09-16
1
-4
/
+2
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-3
/
+0
*
Teach GDB that wchar_t is a built-in type in C++ mode
Pedro Alves
2017-04-12
1
-0
/
+3
*
Use class to manage BFD reference counts
Tom Tromey
2017-01-10
1
-4
/
+2
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
remove trivialy unused variables
Trevor Saunders
2016-05-07
1
-4
/
+1
*
Per-inferior/Inferior-qualified thread IDs
Pedro Alves
2016-01-13
1
-21
/
+2
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-1
/
+1
*
Convert "remote:" sysroots to "target:" and remove "remote:"
Gary Benson
2015-04-02
1
-1
/
+2
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
gdb/
Yao Qi
2013-10-01
1
-1
/
+19
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-1
/
+1
*
* coff-pe-read.h (pe_text_section_offset): Declare new function.
Pierre Muller
2012-12-13
1
-4
/
+14
*
* gdbarch.sh (target_gdbarch): Remove macro.
Tom Tromey
2012-11-09
1
-4
/
+4
*
Windows-specific iterate_over_objfiles_in_search_order
Joel Brobecker
2012-06-05
1
-0
/
+46
*
2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
Sergio Durigan Junior
2012-04-27
1
-2
/
+11
*
2012-03-01 Pedro Alves <palves@redhat.com>
Pedro Alves
2012-03-01
1
-0
/
+3
*
Copyright year update in most files of the GDB Project.
Joel Brobecker
2012-01-04
1
-1
/
+1
*
gdb/
Jan Kratochvil
2011-07-14
1
-1
/
+1
*
gdb
Tom Tromey
2011-04-19
1
-1
/
+1
*
2011-01-11 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-01-12
1
-10
/
+15
*
run copyright.sh for 2011.
Joel Brobecker
2011-01-01
1
-1
/
+1
*
* windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
Pierre Muller
2010-04-30
1
-0
/
+9
*
* windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
Pierre Muller
2010-04-19
1
-1
/
+2
*
Support for Windows OS Thread Information Block.
Pierre Muller
2010-04-16
1
-0
/
+402
*
Update copyright year in most headers.
Joel Brobecker
2010-01-01
1
-1
/
+1
*
* defs.h (strlen_paddr, paddr, paddr_nz): Remove.
Ulrich Weigand
2009-07-02
1
-4
/
+3
*
* amd64-windows-nat.c Rename gdb-specific win32_* to windows_* throughout.
Christopher Faylor
2009-01-13
1
-4
/
+2
*
Fix linking with --enable-targets=all:
Christopher Faylor
2009-01-12
1
-1
/
+1
*
* win32-tdep.h, win32-tdep.c: New files.
Joel Brobecker
2009-01-11
1
-0
/
+41