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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdbarch: Use an anonymous union for target data in `gdbarch_info'
Maciej W. Rozycki
2017-08-07
1
-1
/
+15
*
Add a new gdbarch method to fetch signal information from core files.
John Baldwin
2017-07-07
1
-0
/
+10
*
gdbarch: Remove displaced_step_free_closure
Simon Marchi
2017-06-10
1
-15
/
+0
*
gdbarch.sh: Remove commented out TARGET_CHAR_BIT definition
Simon Marchi
2017-05-03
1
-5
/
+1
*
Change return type of gdbarch_software_single_step to vector<CORE_ADDR>
Simon Marchi
2017-05-02
1
-2
/
+3
*
Change field separator in gdbarch.sh
Simon Marchi
2017-05-02
1
-1
/
+1
*
[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to it
Jiong Wang
2017-04-26
1
-0
/
+7
*
Teach GDB that wchar_t is a built-in type in C++ mode
Pedro Alves
2017-04-12
1
-0
/
+11
*
-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info
Pedro Alves
2017-04-05
1
-2
/
+2
*
GDB: Add support for the new set/show disassembler-options commands.
Peter Bergner
2017-02-28
1
-0
/
+9
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Change gdbarch software_single_step frame_info to regcache
Yao Qi
2016-11-22
1
-2
/
+2
*
gdbarch software_single_step returns VEC (CORE_ADDR) *
Yao Qi
2016-11-08
1
-9
/
+10
*
Determine the kind of single step breakpoint
Yao Qi
2016-11-03
1
-0
/
+8
*
Remove gdbarch_remote_breakpoint_from_pc
Yao Qi
2016-11-03
1
-8
/
+0
*
New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kind
Yao Qi
2016-11-03
1
-0
/
+14
*
Add gdbarch callback to provide formats for debug info float types
Ulrich Weigand
2016-09-06
1
-0
/
+8
*
Add a new gdbarch method to print a single AUXV entry.
John Baldwin
2016-06-24
1
-0
/
+7
*
Skip unwritable frames in command "finish"
Yao Qi
2016-05-23
1
-0
/
+6
*
Force to insert software single step breakpoint
Yao Qi
2016-04-25
1
-1
/
+6
*
Remove comments on software_single_step in gdbarch.sh
Yao Qi
2016-03-23
1
-4
/
+0
*
Intel MPX bound violation handling
Walfred Tedeschi
2016-02-18
1
-0
/
+12
*
gdb: Add guess_tracepoint_registers hook to gdbarch.
Marcin Kościelnicki
2016-02-18
1
-0
/
+9
*
Add support for extracting thread names from cores.
John Baldwin
2016-01-19
1
-0
/
+9
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-3
/
+3
*
PR symtab/17391 gdb internal error: assertion fails in regcache.c:178
Doug Evans
2015-10-26
1
-1
/
+2
*
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
/
+5
*
Revert "Use gdbarch obstack to allocate the TYPE_NAME string in arch_type"
Patrick Palka
2015-08-29
1
-5
/
+0
*
Use gdbarch obstack to allocate the TYPE_NAME string in arch_type
Patrick Palka
2015-08-29
1
-0
/
+5
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-1
/
+1
*
PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced stepping
Pedro Alves
2015-08-07
1
-1
/
+5
*
Remove isize output argument from fast_tracepoint_valid_at
Pierre Langlois
2015-07-30
1
-2
/
+2
*
gdbarch: add addressable_memory_unit_size method
Simon Marchi
2015-06-12
1
-0
/
+8
*
compile: Use also inferior munmap
Jan Kratochvil
2015-06-03
1
-0
/
+7
*
Rename in_function_epilogue_p to stack_frame_destroyed_p
Martin Galvan
2015-05-26
1
-4
/
+4
*
gdbarch.h: include regcache.h
Pedro Alves
2015-02-27
1
-0
/
+2
*
New gdbarch functions: dtrace_parse_probe_argument, dtrace_probe_is_enabled, ...
Jose E. Marchesi
2015-02-17
1
-0
/
+36
*
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
-1
/
+1
*
Refactor gdbarch method print_float_info
Yao Qi
2014-12-18
1
-2
/
+0
*
add gnu_triplet_regexp gdbarch method
Tom Tromey
2014-12-12
1
-0
/
+10
*
add infcall_mmap and gcc_target_options gdbarch methods
Jan Kratochvil
2014-12-12
1
-0
/
+17
*
MIPS: Keep the ISA bit in compressed code addresses
Maciej W. Rozycki
2014-12-12
1
-0
/
+51
*
Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...
Sergio Durigan Junior
2014-11-20
1
-0
/
+11
*
add a default method for gdbarch_skip_permanent_breakpoint
Pedro Alves
2014-11-12
1
-2
/
+0
*
Split vDSO range lookup to a gdbarch hook
Pedro Alves
2014-10-10
1
-0
/
+10
*
Drop 'regset_from_core_section' gdbarch method
Andreas Arnez
2014-09-30
1
-9
/
+0
*
Add 'regset' parameter to 'iterate_over_regset_sections_cb'
Andreas Arnez
2014-09-30
1
-1
/
+2
[next]