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
/
gdbarch.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR symtab/17391 gdb internal error: assertion fails in regcache.c:178
Doug Evans
2015-10-26
1
-0
/
+1
*
Remove core_regset_section
Aleksandar Ristovski
2015-10-15
1
-1
/
+0
*
gdbarch.h: Change gdbarch_info::tdep_info's type to void *
Simon Marchi
2015-09-30
1
-1
/
+1
*
Use gdbarch obstack to allocate the TYPE_NAME string in arch_type
Patrick Palka
2015-09-02
1
-0
/
+13
*
Fix gdbarch.c build error
Simon Marchi
2015-08-26
1
-1
/
+1
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-2
/
+2
*
PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced stepping
Pedro Alves
2015-08-07
1
-0
/
+4
*
Remove isize output argument from fast_tracepoint_valid_at
Pierre Langlois
2015-07-30
1
-1
/
+1
*
gdbarch: add addressable_memory_unit_size method
Simon Marchi
2015-06-12
1
-0
/
+6
*
compile: Use also inferior munmap
Jan Kratochvil
2015-06-03
1
-0
/
+4
*
Rename in_function_epilogue_p to stack_frame_destroyed_p
Martin Galvan
2015-05-26
1
-2
/
+2
*
gdbarch.h: include regcache.h
Pedro Alves
2015-02-27
1
-0
/
+2
*
C++ keyword cleanliness, mostly auto-generated
Pedro Alves
2015-02-27
1
-11
/
+11
*
New gdbarch functions: dtrace_parse_probe_argument, dtrace_probe_is_enabled, ...
Jose E. Marchesi
2015-02-17
1
-0
/
+16
*
Fix internal error when core file section is too big
Andreas Arnez
2015-02-04
1
-0
/
+6
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-2
/
+2
*
Refactor gdbarch method print_float_info
Yao Qi
2014-12-18
1
-1
/
+1
*
add gnu_triplet_regexp gdbarch method
Tom Tromey
2014-12-12
1
-0
/
+7
*
add infcall_mmap and gcc_target_options gdbarch methods
Jan Kratochvil
2014-12-12
1
-0
/
+11
*
MIPS: Keep the ISA bit in compressed code addresses
Maciej W. Rozycki
2014-12-12
1
-1
/
+37
*
Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...
Sergio Durigan Junior
2014-11-20
1
-0
/
+7
*
add a default method for gdbarch_skip_permanent_breakpoint
Pedro Alves
2014-11-12
1
-1
/
+1
*
Split vDSO range lookup to a gdbarch hook
Pedro Alves
2014-10-10
1
-0
/
+7
*
Drop 'regset_from_core_section' gdbarch method
Andreas Arnez
2014-09-30
1
-4
/
+0
*
Add 'regset' parameter to 'iterate_over_regset_sections_cb'
Andreas Arnez
2014-09-30
1
-1
/
+2
*
Replace 'core_regset_sections' by iterator method
Andreas Arnez
2014-09-30
1
-2
/
+10
*
Add "frame.h" #include in gdbarch.h.
Joel Brobecker
2014-08-15
1
-1
/
+2
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-2
/
+0
*
Include gdb_assert.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
constify to_info_proc and friends
Tom Tromey
2014-06-16
1
-2
/
+2
*
Use address_from_register in dwarf2-frame.c:read_addr_from_reg
Ulrich Weigand
2014-04-17
1
-2
/
+2
*
Add auxv parsing to the architecture vector.
Mark Kettenis
2014-02-27
1
-0
/
+6
*
Fix PR16220
Yao Qi
2014-02-19
1
-50
/
+0
*
core_xfer_shared_libraries and core_xfer_shared_libraries_aix returns ULONGEST
Yao Qi
2014-02-07
1
-3
/
+6
*
PowerPC64 ELFv2 ABI: skip global entry point code
Ulrich Weigand
2014-02-04
1
-0
/
+13
*
Add comments to gdbarch_address_class_name_to_type_flags.
Simon Marchi
2014-01-17
1
-0
/
+4
*
gdbarch: add instruction predicate methods
Markus Metzger
2014-01-16
1
-0
/
+9
*
Change 'len''s type from LONGEST to ULONGEST: gdbarch methods core_xfer_share...
Yao Qi
2014-01-14
1
-2
/
+2
*
replace XMALLOC with XNEW
Tom Tromey
2014-01-13
1
-5
/
+5
*
Use enum bfd_endian in gdbarch.sh
Yao Qi
2014-01-07
1
-4
/
+4
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-2
/
+2
*
Extend SystemTap SDT probe argument parser
Sergio Durigan Junior
2013-12-19
1
-13
/
+48
*
Remove gdb_string.h from gdbarch.sh
Sergio Durigan Junior
2013-11-29
1
-1
/
+1
*
Document the get_longjmp_target gdbarch method.
Joel Brobecker
2013-10-17
1
-1
/
+6
*
* README: Update references to writing code for GDB.
Stan Shebs
2013-09-16
1
-2
/
+0
*
This patch implements the new gdbarch method gdbarch_gdb_signal_to_target.
Sergio Durigan Junior
2013-08-09
1
-0
/
+9
*
ppc-aix core file relocation.
Joel Brobecker
2013-05-15
1
-0
/
+4
*
2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
Sergio Durigan Junior
2013-02-04
1
-0
/
+8
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-2
/
+2
*
Fix copyright years in gdbarch.h and gdbarch.c.
Joel Brobecker
2012-12-19
1
-2
/
+1
[next]