• R/O
  • HTTP
  • SSH
  • HTTPS

pf3gnuchains3x: List of commits

3.4.x系GCCをフロントエンドとするgnu chains


RSS
Rev. Time Author
ee40b7e 2009-12-29 15:29:53 drow

* NEWS: Document "info variables" change.
* dwarf2read.c (new_symbol): Add file-scope external unresolved
symbols to global_symbols.
* symtab.c (search_symbols): Skip LOC_UNRESOLVED symbols.

doc/
* gdb.texinfo (Symbols): "info variables" prints definitions, not
declarations.

34d126f 2009-12-29 15:12:24 drow

* defs.h (print_address_symbolic, build_address_symbolic): Update
prototypes.
* printcmd.c (print_address_symbolic): Take a gdbarch argument.
Pass it to build_address_symbolic. All callers updated.
(build_address_symbolic): Take a gdbarch argument. Use
gdbarch_addr_bits_remove for functions. All callers updated.

9ccb495 2009-12-29 13:45:56 devans

* linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
elf/external.h. Include <elf.h> instead but only if necessary.

3b72f43 2009-12-29 12:55:15 dgutson

bfd/
* elf32-arm.c (elf32_arm_final_link_relocate): limits
fixed.

ld/testsuite/
* ld-arm/arm-elf.exp (armelftests): New test case added.
* ld-arm/reloc-boundaries.s: New file.
* ld-arm/reloc-boundaries.d: New file.

9b329ab 2009-12-29 12:44:54 dgutson

2009-12-28 Daniel Gutson <dgutson@codesourcery.com>

* ld-arm/arm-elf.exp: Run missing test
from a previous commit (callweak-2).

29db20a 2009-12-29 12:37:30 dgutson

2009-12-28 Daniel Gutson <dgutson@codesourcery.com>

* elf-attrs.c (_bfd_elf_merge_object_attributes): Error
message rephrased.

e0a1acb 2009-12-29 12:27:41 dgutson

2009-12-28 Daniel Gutson <dgutson@codesourcery.com>

* doc/c-arm.texi: Document NEON alignment specifiers.

05453fa 2009-12-29 11:24:02 corinna

* fhandler.h (fhandler_socket::wait_for_events): Drop parameter default
value.
* fhandler_socket.cc (fhandler_socket::connect): Add false as second
parameter to wait_for_events call.
(fhandler_socket::accept): Ditto.
(fhandler_socket::send_internal): Fix typo in call to wait_for_events.

fd13c88 2009-12-29 10:49:14 palves

* ax-gdb.c (gen_expr) <OP_THIS>: Lookup `this' in the context of
the tracepoint, not of the selected frame and language.

818549e 2009-12-29 10:09:27 palves

* linux-low.c (linux_remove_process): Remove `detaching'
parameter. Don't release/detach from thread_db here.
(linux_kill): Release/detach from thread_db here, ...
(linux_detach): ... and here, before actually detaching.
(linux_wait_1): ... and here, when a process exits.
* thread-db.c (any_thread_of): New.
(thread_db_free): Switch the current inferior to a thread of the
passed in process.

4543ed4 2009-12-28 18:00:02 gdbadmin

*** empty log message ***

00728e8 2009-12-28 17:00:18 amodra

daily update

4273cb3 2009-12-27 18:00:02 gdbadmin

*** empty log message ***

4be96b1 2009-12-27 17:00:15 amodra

daily update

110f48a 2009-12-27 00:20:55 ericb

Make pty.h match recent glibc.

* include/pty.h (openpty, forkpty): Mark last two arguments const,
to match glibc 2.8.
* libc/bsdlib.cc (openpty, forkpty): Likewise.

3d38d75 2009-12-26 18:00:03 gdbadmin

*** empty log message ***

3607e8d 2009-12-26 17:00:11 amodra

daily update

5456b1d 2009-12-26 11:38:46 cgf

* fhandler_console.cc (handler_console::read): Use the tty's VERASE character
as the backspace keycode.

28e60a3 2009-12-25 18:00:03 gdbadmin

*** empty log message ***

2ea998a 2009-12-25 15:57:06 jkratoch

gdb/testsuite/
Fix compatibility with G++-4.5.
* gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
* gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
(uncaught return): Remove.

05de6ea 2009-12-25 06:53:43 corinna

* path.cc (symlink_info::check): Set fileattr to
FILE_ATTRIBUTE_DIRECTORY in a certain error condition. Explain why.

427f1e5 2009-12-25 01:48:14 ian

* x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
-fsplit-stack prologue when using %r11.

43b0384 2009-12-24 19:42:02 shebs

2009-12-23 Stan Shebs <stan@codesourcery.com>

* ax-gdb.c (gen_expr): Handle OP_THIS.

8923b72 2009-12-24 18:40:48 shebs

2009-12-23 Stan Shebs <stan@codesourcery.com>

* ax-gdb.h (gen_trace_for_var): Declare.
* ax-gdb.c (gen_trace_for_var): New function.
* dwarf2loc.c (dwarf_expr_frame_base_1): New function, split from...
(dwarf_expr_frame_base): ...here.
(dwarf2_tracepoint_var_ref): Add computed location case.
* tracepoint.c (collect_symbol): Add scope arg and LOC_COMPUTED
case.
(add_local_symbols): Update call to collect_symbol.
(encode_actions): Ditto.

c0fe07c 2009-12-24 18:00:02 gdbadmin

*** empty log message ***

dba0d78 2009-12-24 17:53:43 ian

* i386.cc (Target_i386::do_calls_non_split): Recognize
-fsplit-stack prologue for a function with a static chain.

12b94b7 2009-12-24 17:21:29 tromey

2009-12-23 Dmitry Gorbachev <d.g.gorbachev@gmail.com>

PR gdb/11110
* tracepoint.h (deprecated_trace_find_hook)
(deprecated_trace_start_stop_hook): Declare extern.
* tracepoint.c (deprecated_trace_find_hook)
(deprecated_trace_start_stop_hook): Define.

d1ba7ee 2009-12-24 17:18:08 jkratoch

gdb/
* breakpoint.c (bpstat_stop_status): Iterate using ALL_BREAKPOINTS and
the B->LOC list. Remove gdb_assert on B. Change bp_hardware_watchpoint
continue to break. Remove variable update_locations. Remove HIT_COUNT
increment protection by an ENABLE_STATE check. Inline the delayed
update_global_location_list call.

gdb/testsuite/
* gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
(bp_location13, bp_location14, bp_location17, bp_location18)
(marker3_proto, marker4_proto): New variables.
(breakpoint info): Update output.
(run until breakpoint at marker3, run until breakpoint at marker4): New
tests.

7c37805 2009-12-24 17:00:04 amodra

daily update

9c7df5b 2009-12-24 16:24:48 jkratoch

gdb/
* breakpoint.c (bpstat_stop_status): Check BL->SHLIB_DISABLED.
(print_breakpoint_location): New comment. Check LOC->SHLIB_DISABLED.
Check LOC validity before printing it. Use LOC instead of B->LOC.
Swap the if conditionals order.

gdb/testsuite/
* gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
Replace the printf call of Y by provided "y-set-1" label. New block
for the second shared library.
* gdb.base/unload.exp: Compile also the second library, call
gdb_load_shlibs also for it. Use now gdb_breakpoint.
(single pending breakpoint info): Rename to ...
(pending breakpoint info before run): ... this extended test.
(libfile2, libname2, libsrcfile2, libsrc2)
(lib_sl2): New variables.
(exec_opts): Set also SHLIB_NAME2.
(pending breakpoint info on first run at shrfunc1)
(pending breakpoint info on second run at shrfunc1)
(pending breakpoint info on second run at shrfunc2)
(print y from libfile, print y from libfile2): New tests.
* gdb.base/unloadshr.c (shrfunc1): Change the returned value.
* gdb.base/unloadshr2.c: New.

Show on old repository browser