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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* breakpoint.c (allocate_bp_location): Use bp_loc_other for
Pedro Alves
2010-02-12
2
-3
/
+12
*
* breakpoint.c (break_command_really): Change return type to int.
Pedro Alves
2010-02-12
2
-47
/
+61
*
*** empty log message ***
gdbadmin
2010-02-12
1
-1
/
+1
*
gdb/
Jan Kratochvil
2010-02-11
2
-1
/
+18
*
* ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
Pedro Alves
2010-02-11
2
-0
/
+8
*
gdb/
Jan Kratochvil
2010-02-11
2
-0
/
+15
*
* ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
Pedro Alves
2010-02-11
4
-9
/
+59
*
* tracepoint.c (tfile_open): Remove spurious discard_cleanups.
Pedro Alves
2010-02-11
2
-3
/
+9
*
* ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
Pedro Alves
2010-02-11
2
-0
/
+6
*
*** empty log message ***
gdbadmin
2010-02-11
1
-1
/
+1
*
* mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
Vladimir Prus
2010-02-10
2
-13
/
+21
*
Fix "infor reg sse" on Linux/x86-64.
H.J. Lu
2010-02-10
2
-1
/
+7
*
gdb
Tom Tromey
2010-02-10
6
-0
/
+48
*
Add i387_ext, i386_eflags and i386_mxcsr.
H.J. Lu
2010-02-10
3
-1
/
+114
*
2010-02-10 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2010-02-10
2
-2
/
+6
*
*** empty log message ***
gdbadmin
2010-02-10
1
-1
/
+1
*
Document i387_ext, i386_eflags and i386_mxcsr.
H.J. Lu
2010-02-09
2
-0
/
+14
*
2010-02-09 Tristan Gingold <gingold@adacore.com>
Tristan Gingold
2010-02-09
2
-48
/
+146
*
* gdb.ada/ptype_tagged_param: New testcase.
Joel Brobecker
2010-02-09
5
-0
/
+133
*
Wrong type description for tagged type parameter.
Joel Brobecker
2010-02-09
2
-1
/
+15
*
2010-02-08 Tristan Gingold <gingold@adacore.com>
Tristan Gingold
2010-02-09
2
-4
/
+12
*
*** empty log message ***
gdbadmin
2010-02-09
1
-1
/
+1
*
gdb
Tom Tromey
2010-02-08
7
-25
/
+146
*
* infrun.c (handle_inferior_event): Do not look up regcache
Ulrich Weigand
2010-02-08
2
-9
/
+16
*
Document i386 XML target features.
H.J. Lu
2010-02-08
2
-0
/
+44
*
PR gdb/10728
Chris Moller
2010-02-08
8
-1
/
+117
*
PR gdb/9067
Chris Moller
2010-02-08
6
-17
/
+92
*
* linux-nat.c (linux_nat_resume): In non-stop, also only tag
Pedro Alves
2010-02-08
2
-21
/
+118
*
* lib/gdb.exp (gdb_test_timeout): New global variable.
Joel Brobecker
2010-02-08
2
-0
/
+21
*
Add x86 XML target description files.
H.J. Lu
2010-02-08
16
-0
/
+733
*
*** empty log message ***
gdbadmin
2010-02-08
1
-1
/
+1
*
*** empty log message ***
gdbadmin
2010-02-07
1
-1
/
+1
*
*** empty log message ***
gdbadmin
2010-02-06
1
-1
/
+1
*
testsuite/
Doug Evans
2010-02-05
4
-1
/
+37
*
2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
Sami Wagiaalla
2010-02-05
6
-23
/
+77
*
* gdbint.texinfo (Testsuite): Add a new section to document the
Doug Evans
2010-02-05
2
-0
/
+51
*
2010-02-05 Hui Zhu <teawater@gmail.com>
Hui Zhu
2010-02-05
4
-2
/
+60
*
*** empty log message ***
gdbadmin
2010-02-05
1
-1
/
+1
*
* solib-svr4.c (enable_break): Add comment.
Doug Evans
2010-02-04
2
-0
/
+23
*
Fix prolog analyzer
Anthony Green
2010-02-04
2
-0
/
+7
*
gdb
Tom Tromey
2010-02-04
4
-17
/
+21
*
PR cli/8830:
Tom Tromey
2010-02-04
2
-2
/
+8
*
Call tui_initialize_readline only if gdb_stdout is a tty.
H.J. Lu
2010-02-04
2
-1
/
+8
*
Generate set_tdesc_osabi for valid OSABI.
H.J. Lu
2010-02-04
2
-0
/
+17
*
2010-02-04 Tristan Gingold <gingold@adacore.com>
Tristan Gingold
2010-02-04
4
-50
/
+34
*
Include MI command in remotelog.
Vladimir Prus
2010-02-04
2
-0
/
+8
*
*** empty log message ***
gdbadmin
2010-02-04
1
-1
/
+1
*
Pass target_gdbarch to gdbarch_qsupported.
H.J. Lu
2010-02-03
2
-7
/
+8
*
2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu
2010-02-03
2
-2
/
+9
*
Add qsupported to gdbarch.
H.J. Lu
2010-02-03
5
-3
/
+65
[next]