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
Commit message (
Expand
)
Author
Age
Files
Lines
*
buffer.h: Fix spelling mistakes
Simon Marchi
2017-07-03
2
-1
/
+5
*
Setup .dir-locals.el to use C-style comments by default
Eli Zaretskii
2017-07-01
2
-0
/
+7
*
PR cli/21688: Detect aliases when issuing python/compile/guile commands (and ...
Sergio Durigan Junior
2017-06-30
4
-18
/
+54
*
PR cli/21688: Fix multi-line/inline command differentiation
Sergio Durigan Junior
2017-06-30
4
-4
/
+62
*
Expression completer should not match explicit location options
Pedro Alves
2017-06-29
4
-1
/
+16
*
Remove old stale expression_completer hack
Pedro Alves
2017-06-29
2
-9
/
+6
*
Use target_desc fields expedite_regs and xmltarget ifndef IN_PROCESS_AGENT
Yao Qi
2017-06-29
4
-0
/
+16
*
gdb/command.h: Include common/scoped_restore.h
Pedro Alves
2017-06-28
2
-0
/
+5
*
Use obstack_grow_str
Yao Qi
2017-06-28
2
-2
/
+7
*
Fix PR 21337: segfault when re-reading symbols.
Doug Gilmore
2017-06-28
5
-3
/
+115
*
completion_list_add_name wrapper functions
Pedro Alves
2017-06-27
2
-14
/
+35
*
objfile_per_bfd_storage non-POD
Pedro Alves
2017-06-27
4
-19
/
+41
*
Remove MAX_REGISTER_SIZE from remote-sim.c
Alan Hayward
2017-06-27
2
-21
/
+22
*
Eliminate make_cleanup_obstack_free, introduce auto_obstack
Pedro Alves
2017-06-27
14
-100
/
+88
*
darwin: Do not add a dummy thread
Simon Marchi
2017-06-27
2
-47
/
+38
*
record-full: Remove unused function netorder16
Simon Marchi
2017-06-26
2
-10
/
+4
*
vec: Silence -Wunused-function warnings on clang
Simon Marchi
2017-06-26
3
-2
/
+49
*
ada-lex: Ignore warnings about register keyword
Simon Marchi
2017-06-26
3
-0
/
+19
*
main: Don't add int to string
Simon Marchi
2017-06-25
2
-1
/
+6
*
dtrace-probe: Put semicolon after while on its own line
Simon Marchi
2017-06-25
2
-1
/
+7
*
x86-dregs: Print debug registers one per line
Simon Marchi
2017-06-25
2
-10
/
+10
*
Add XTENSA_MAX_REGISTER_SIZE
Alan Hayward
2017-06-23
2
-2
/
+11
*
Update comment on gdb_environ::unset
Sergio Durigan Junior
2017-06-22
2
-1
/
+5
*
Fix cached_frame allocation in py-unwind
Alan Hayward
2017-06-22
2
-1
/
+9
*
Remove an instance of MAX_REGISTER_SIZE from record-full.c
Alan Hayward
2017-06-22
2
-3
/
+8
*
Regenerate two regformats/i386/.dat files
Yao Qi
2017-06-22
3
-3
/
+6
*
Remove MAX_REGISTER_SIZE from py-unwind.c
Alan Hayward
2017-06-22
4
-24
/
+30
*
environ-selftests: Ignore -Wself-move warning
Pedro Alves
2017-06-22
3
-0
/
+55
*
Add STRINGIFY to gdb/common/preprocessor.h
Pedro Alves
2017-06-22
4
-8
/
+9
*
common/agent.h: Add missing include guards
Pedro Alves
2017-06-22
2
-0
/
+9
*
Use noncapturing subpattern/parens in gdb_test implementation
Kevin Buettner
2017-06-21
2
-1
/
+6
*
Change to_xfer_partial doc to use addressable memory units
Simon Marchi
2017-06-21
2
-5
/
+13
*
Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentation
Sergio Durigan Junior
2017-06-20
3
-2
/
+9
*
gdbserver/Makefile.in: Sort IPA_OBJS
Simon Marchi
2017-06-20
2
-3
/
+16
*
Use '::iterator' instead of '::const_iterator' on environ.c (and fix breakage...
Sergio Durigan Junior
2017-06-20
2
-2
/
+7
*
C++ify gdb/common/environ.c
Sergio Durigan Junior
2017-06-20
17
-189
/
+376
*
Adjust the order of 32bit-linux.xml and 32bit-sse.xml in i386/i386-linux.xml
Yao Qi
2017-06-20
3
-4
/
+10
*
Class-fy tdesc_reg tdesc_type and tdesc_feature
Yao Qi
2017-06-20
2
-100
/
+113
*
Don't throw an error in 'info registers' for unavailable MIPS registers.
John Baldwin
2017-06-19
2
-2
/
+13
*
Update GDB test case for new lnia extended mnemonic.
Peter Bergner
2017-06-19
3
-3
/
+9
*
.gdb_index writer: close the file before unlinking it
Pedro Alves
2017-06-19
2
-1
/
+10
*
Use getenv instead of gdb_environ on mi-cmd-env.c
Sergio Durigan Junior
2017-06-19
2
-8
/
+9
*
nat/linux-ptrace.c: add missing gdb_byte* cast
Thomas Petazzoni
2017-06-18
2
-1
/
+6
*
Add ATTRIBUTE_PRINTF to trace_start_error
Simon Marchi
2017-06-17
2
-1
/
+5
*
linux-low: Remove usage of "register" keyword
Simon Marchi
2017-06-17
2
-8
/
+13
*
gdb: Add -Wno-mismatched-tags
Simon Marchi
2017-06-17
5
-3
/
+15
*
gdb: Use -Werror when checking for (un)supported warning flags
Simon Marchi
2017-06-17
5
-9
/
+19
*
gdb: Pass -x c++ to the compiler
Simon Marchi
2017-06-17
4
-2
/
+10
*
extract/store integer function template
Yao Qi
2017-06-16
6
-179
/
+159
*
arc: Select CPU model properly before disassembling
Anton Kolesov
2017-06-16
2
-6
/
+65
[next]