public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-ugdb: reverse-20080717-branchpoint-6565-gae16d68
@ 2010-08-13 16:14 tromey
  0 siblings, 0 replies; only message in thread
From: tromey @ 2010-08-13 16:14 UTC (permalink / raw)
  To: archer-commits

The branch, archer-ugdb has been created
        at  ae16d6874610a1dcb937d7cdeec82b505db7c553 (commit)

- Log -----------------------------------------------------------------
commit ae16d6874610a1dcb937d7cdeec82b505db7c553
Merge: 5b754b0 e6289b8
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date:   Thu Aug 12 11:19:00 2010 -0400

    Merge remote branch 'gdb/master'

commit e6289b8a1c7c98ea327e8e37b5b23b1984a436fc
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Thu Aug 12 00:00:05 2010 +0000

    daily update

commit 2a297954ffddab4bc118d1bf79109d80f96862d5
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Thu Aug 12 00:00:03 2010 +0000

    *** empty log message ***

commit bb0f3541023541f65e963bee290bc9d897444e96
Author: pmuldoon <pmuldoon>
Date:   Wed Aug 11 20:54:09 2010 +0000

    2010-08-11  Tom Tromey  <tromey@redhat.com>
                Phil Muldoon  <pmuldoon@redhat.com>
    
    	* python/python.c (gdbpy_run_events): New function.
    	(gdbpy_post_event): Likewise.
    	(gdbpy_initialize_events): Likewise.
    	(_initialize_python): Call gdbpy_initialize_events.
    
    
    2010-08-11  Tom Tromey  <tromey@redhat.com>
                Phil Muldoon <pmuldoon@redhat.com>
    
    	* gdb.texinfo (Basic Python): Describe post_event API.
    
    2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
    
    	* gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
    	tests.

commit df5ba2f53ee86ef76970ba911eba3579552cd422
Author: kwerner <kwerner>
Date:   Wed Aug 11 16:48:24 2010 +0000

    gdb/ChangeLog:* gdb/valarith.c (vector_binop): New function.(scalar_binop): Likewise.(value_binop): Call scalar_binop or vector_binop depending on the types.* gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.(evaluate_subexp_with_coercion): Add vector check to not convert vectorsto pointers.* gdb/value.c (coerce_array): Add vector check to not coerce vectors.testsuite/ChangeLog:* gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.* gdb.base/gnu_vector.c: New File.* gdb.base/gnu_vector.exp: Likewise.

commit dce52b591cff325ae7ceeb6a83007f1942c52af0
Author: tschwinge <tschwinge>
Date:   Wed Aug 11 15:53:04 2010 +0000

    2010-08-11  Thomas Schwinge  <thomas@codesourcery.com>
    
    	* linux-low.c (linux_wait_1): Correctly return the ptid of the child
    	after its termination.

commit 9ff7142623daa28d52afdcb5914e452f0bbfc9a0
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Aug 11 15:41:37 2010 +0000

    2010-08-11  Brad Roberts  <braddr@puremagic.com>
    
    	* d-lang.c (extract_identifiers): Handle multiple digits.

commit aaa1118e085f9eceb3e30f764d08ebbe3bc356f2
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Aug 11 13:24:31 2010 +0000

    gdb/
    	Code cleanup.
    	* dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
    	Rename to dummy_frame_unwind.
    	(dummy_frame_unwind): Remove.
    	* dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
    	* frame-unwind.c (frame_unwind_init): Use address of
    	dummy_frame_unwind and inline_frame_unwind.
    	* frame.c (create_sentinel_frame): Use address of
    	sentinel_frame_unwind.
    	* inline-frame.c (inline_frame_unwinder): Rename to
    	inline_frame_unwind.
    	(inline_frame_unwind): Remove.
    	* inline-frame.h (inline_frame_unwind): Reference directly the struct.
    	* sentinel-frame.c (sentinel_frame_unwinder): Rename to
    	sentinel_frame_unwind.
    	(sentinel_frame_unwind): Remove.
    	* sentinel-frame.h (sentinel_frame_unwind): Reference directly the
    	struct.

commit d49f255ae070788538a2613f4378e2f6753ca513
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Aug 11 13:22:56 2010 +0000

    gdb/
    	Code cleanup.
    	* frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
    	and returned value.  New comment from frame-unwind.h.
    	* frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
    	Extend the comment.
    	* frame.c (get_frame_id, frame_unwind_register_value)
    	(create_new_frame, get_prev_frame_1, frame_unwinder_is)
    	(get_frame_type, frame_unwind_arch): Do not use the return value of
    	frame_unwind_find_by_frame.

commit 78c68293d046244aac424aec8d6b1003383c4eaa
Author: pmuldoon <pmuldoon>
Date:   Wed Aug 11 12:48:21 2010 +0000

    2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
                Thiago Jung Bauermann  <bauerman@br.ibm.com>
    	    Tom Tromey  <tromey@redhat.com>
    
    	* python/python.c (gdbpy_solib_address):  New function.
    	(gdbpy_decode_line): Likewise.
    
    2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
    
    	* gdb.texinfo (Basic Python): Describe solib_address and
              decode_line Python APIs
    
    2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
    
    	* gdb.python/python.c: New File.
    	* gdb.python/python-sl.c: New File.
    	* gdb.python/python.exp: Test solib_address and decode_line
    	* functions.

commit 3b3520da7394a69efc822c606dbecd5cbb1c0eda
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Wed Aug 11 00:00:05 2010 +0000

    daily update

commit 464c124afb39a31f52f83dda48bd57697e31ef14
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Wed Aug 11 00:00:04 2010 +0000

    *** empty log message ***

commit 784ff895f6aa8bc3c7d40232bd68a3f2839101b9
Author: Tom Tromey <tromey@redhat.com>
Date:   Tue Aug 10 20:25:30 2010 +0000

    	* gdb.texinfo (Pretty Printing API): Document
    	gdb.default_visualizer.

commit 8ca01eda577eb9639bffac4177e9743345fa3f93
Author: Tom Tromey <tromey@redhat.com>
Date:   Tue Aug 10 18:35:50 2010 +0000

    gdb
    	Revert gdb-add-index addition:
    	* Makefile.in (install-only): Don't install gdb-add-index.
    	* gdb-add-index.sh: Remove.
    gdb/doc
    	Revert gdb-add-index addition:
    	* gdb.texinfo (Index Files): Don't document gdb-add-index.

commit 76d14d8e5fbdcd8381b9b89042f2a3b1e433e431
Author: Pierre Muller <muller@ics.u-strasbg.fr>
Date:   Tue Aug 10 09:50:04 2010 +0000

    	Remove the use of prms_id and bug_id throughout the testsuite,
    	as they are now on the banned variable list in lib/gdb.exp.

commit 3307a59dab65689ff1cad93f78a3f0ef34b7ddb0
Author: Kevin Buettner <kevinb@redhat.com>
Date:   Tue Aug 10 04:39:24 2010 +0000

    	* remote-sim.c (gdbsim_xfer_inferior_memory): Replace
    	`target_has_execution' check with `to_has_memory' check.
    	(gdbsim_has_all_memory, gdbsim_has_memory): New functions.
    	(init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
    	with `gdbsim_has_all_memory' and `gdbsim_has_memory'.

commit 366fda02e2f8f32322ece0de3aab3d2c87941199
Author: Kevin Buettner <kevinb@redhat.com>
Date:   Tue Aug 10 00:19:25 2010 +0000

    	* remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
    	(resume_siggnal, resume_step): Move these static globals...
    	(struct sim_inferior_data): ...into this new struct.
    	(sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
    	New static globals.
    	(gdb_callback, callbacks_initialized): Move these globals to
    	a point earlier in the file.
    	(check_for_duplicate_sim_descriptor, get_sim_inferior_data)
    	(get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
    	(gdbsim_close_inferior, gdbsim_resume_inferior)
    	(gdbsim_stop_inferior): New functions.
    	(SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
    	New constants.
    	(gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
    	(gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
    	(gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
    	(gdbsim_xfer_inferior_memory, gdbsim_files_info)
    	(gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
    	(gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
    	new local variable `sim_data' in each of these functions.  Use
    	`sim_data' to reference former globals `program_loaded',
    	`gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
    	`resume_step'.
    	(gdbsim_open): Remove local variable `argv'.  Put results of call
    	to `gdb_buildargv' in `sim_argv' rather than in `argv'.  Don't
    	make a cleanup for it.  Free it though when a sim instance cannot
    	be obtained.
    	(gdbsim_close): Free sim_argv and null it out as appropriate.
    	Close sim instances in all inferiors.
    	(gdbsim_cntrl_c): Stop all inferiors.
    	(gdbsim_wait):
    	(_initialize_remote_sim): Initialize `sim_inferior_data_key'.

commit 8ab5b850b269e935d3ba4402ab080ca8e71457bb
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Tue Aug 10 00:00:33 2010 +0000

    *** empty log message ***

commit 5970ee527804e0b4c4cc1472301df36647843659
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Tue Aug 10 00:00:05 2010 +0000

    daily update

commit 91b551d84664b660d21baa0aaea32af06ddf35de
Author: Richard Henderson <rth@redhat.com>
Date:   Mon Aug 9 23:58:51 2010 +0000

            PR ld/11891
            * elf64-alpha.c (elf64_alpha_relax_tls_get_addr): Disallow relaxing
            to tlshi/lo until pos0 and pos1 are adjacent.  Use the destination
            register from the tldgd insn.

commit 3b26cb4b133031280fa022e2a06e58f333ed5e8d
Author: swagiaal <swagiaal>
Date:   Mon Aug 9 20:34:06 2010 +0000

    Complete symbol construction before adding to pending list.
    
    2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
    
    	* dwarf2read.c (new_symbol): Add symbol to variable list at end of
    	function after symbol construction is complete.
    	Do the same for template symbol addition to template_symbols list.

commit 83e7e08c526de7376b45d6eb02c7e9e6250a1b26
Author: swagiaal <swagiaal>
Date:   Mon Aug 9 20:13:51 2010 +0000

    Fixed stabs cplus_specific issue
    
    2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
    
    	* symtab.c (symbol_get_demangled_name): Remove assertion and
    	return NULL when language_specific.cplus_specific is not initialized.
    	* stabsread.c (define_symbol): Set the name before calling
    	cp_scan_for_anonymous_namespaces.

commit 0de0ee388f485fed8ae6f90f03d96d51f2b70036
Author: Catherine Moore <clm@redhat.com>
Date:   Mon Aug 9 19:54:12 2010 +0000

    2010-08-09  Catherine Moore  <clm@codesourcery.com>
    
            * elfxx-mips.c (mips_elf_perform_relocation): Improve
            interlinking error message.
    
    2010-08-09  Catherine Moore  <clm@codesourcery.com>
    
            * ld-mips-elf/mode-change-error-1.d: New.
            * ld-mips-elf/mode-change-error-1a.s: New.
            * ld-mips-elf/mode-change-error-1b.s: New.
            * ld-mips-elf/mips-elf.exp: Run new test.

commit d82543f8890dccd3ff01f655ead313448937914d
Author: swagiaal <swagiaal>
Date:   Mon Aug 9 19:42:44 2010 +0000

    create and use symbol_set_language.
    
    2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
    
    	* symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
    	SYMBOL_SET_LANGUAGE.
    	(symbol_init_language_specific): Renamed to symbol_set_language.
    	* symtab.c (symbol_init_language_specific): Removed redundant check
    	for language_cplus.
    	Renamed to symbol_set_language.
    	* stabsread.c (define_symbol): Updated.
    	(read_enum_type): Updated
    	* psymtab.c (add_psymbol_to_bcache): Updated.
    	* minsyms.c (install_minimal_symbols): Updated.
    	* coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
    	SYMBOL_LANGUAGE to set the language.
    	* minsyms.c (prim_record_minimal_symbol_full): Ditto.
    	* mdebugread.c (new_symbol): Ditto.
    	* cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
    	* dwarf2read.c (new_symbol_full): Ditto.
    	* jv-lang.c (add_class_symbol): Ditto.

commit 7694d02afdc57e04b63c0fd666442875fad7e8ac
Author: Pedro Alves <pedro@codesourcery.com>
Date:   Mon Aug 9 14:59:23 2010 +0000

    	* linux-low.c (gdb_wants_lwp_stopped): Delete.
    	(gdb_wants_all_stopped): Delete.
    	(linux_wait_1): Don't call them.
    	* server.c (handle_v_cont): Tag all threads as want-stopped.
    	(gdb_wants_thread_stopped): Fix comments.  Tag the thread that
    	stopped as "client-wants-stopped".

commit c747c9a8c835418e407a8d8a791caedf4de6e433
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Mon Aug 9 00:00:05 2010 +0000

    daily update

commit f90097cb86890c4ea9b9061d6b71b3e5722aba05
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Mon Aug 9 00:00:03 2010 +0000

    *** empty log message ***

commit af436e0ef7d573687c6137541dd9c518634db657
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Sun Aug 8 00:00:34 2010 +0000

    *** empty log message ***

commit 49428f00b59787af5e0a661642bd7318f8dc7bed
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Sun Aug 8 00:00:05 2010 +0000

    daily update

commit 9c29655a68cf5370184e116f7453acabfc93f1e7
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sat Aug 7 15:00:36 2010 +0000

    gdb/
    	* defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
    	(make_cleanup_restore_page_info)
    	(set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
    	* gdbcmd.h (execute_command_to_string): New declaration.
    	* python/python.c (struct restore_ui_file_closure, restore_ui_file)
    	(make_cleanup_restore_ui_file): Move to utils.c
    	(execute_gdb_command) <to_string>: Move ...
    	* top.c (execute_command_to_string): ... here.  Call
    	set_batch_flag_and_make_cleanup_restore_page_info.
    	* utils.c (make_cleanup_restore_integer): New source file blank line.
    	(make_cleanup_restore_uinteger): New.
    	(struct restore_ui_file_closure, do_restore_ui_file)
    	(make_cleanup_restore_ui_file): Move here from python/python.c.
    	(init_page_info) <batch_flag>
    	(do_restore_page_info_cleanup, make_cleanup_restore_page_info)
    	(set_batch_flag_and_make_cleanup_restore_page_info): New.
    
    gdb/testsuite/
    	* gdb.python/python.exp (show height, set height 10)
    	(verify pagination beforehand, verify pagination beforehand: q)
    	(gdb.execute does not page, verify pagination afterwards)
    	(verify pagination afterwards: q): New.
    
    gdb/doc/
    	* gdb.texinfo (Mode Options) <-batch>
    	(Basic Python) <gdb.execute>: Describe setting width and height.

commit 0275886ca90a8699f49f3620ccba1eea3e3ba900
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Sat Aug 7 00:00:06 2010 +0000

    daily update

commit d140de97724657d6871821b5a8e4703300b898dd
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Sat Aug 7 00:00:02 2010 +0000

    *** empty log message ***

commit 2e5bcfdef1ec3883d48c3f87a4be5c0dff25e17e
Author: Pedro Alves <pedro@codesourcery.com>
Date:   Fri Aug 6 19:45:58 2010 +0000

    	* thread.c (add_thread_silent): Use null_ptid instead of
    	minus_one_ptid while getting rid of stale inferior_ptid.

commit 7177c3777ad365ae9072c2d609c34034fad52620
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Fri Aug 6 19:02:12 2010 +0000

    	* dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
    	Throughout, call read_encoded_value with ptr_size rather than addr_size.
    	(decode_frame_entry_1): Remove redundant setting of
    	addr_size.  Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
    	to determine addr_size in Dwarf versions < 4.  Set ptr_size dependent
    	on examined frame section.  Add comment to explain why.
    	* gdbarch.sh (dwarf2_addr_size): Define as variable.  Add lengthy
    	comment to explain usage.
    	* gdbarch.c: Regenerate.
    	* gdbarch.h: Regenerate.
    
    	* xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.

commit 6eee9f41a7a082b8ac53c0f85167e3a67d5c1556
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Aug 6 18:22:49 2010 +0000

    Don't generate multi-byte NOPs for i686.
    
    gas/
    
    2010-08-06  Quentin Neill <quentin.neill@amd.com>
    
    	* config/tc-i386.c (arch_entry): Add negated bit to
    	  disambiguate flag names starting with "no".
    	  (cpu_arch): Add negated bit definitions.  Add
    	  ".nop" CPU extension.
    	  (i386_align_code): Use new .cpunop bit to decide
    	  when to generate alignment using nops.
    	  (set_cpu_arch): Use negated bit instead to decide
    	  when to use cpu_flags or vs. cpu_flags_and_not.
    	  (md_parse_option): Likewise.
    
    gas/testsuite/
    
    2010-08-06  Quentin Neill <quentin.neill@amd.com>
    
    	* gas/i386/arch-10-1.l: Add nopl instruction.
    	* gas/i386/arch-10-2.l: Likewise.
    	* gas/i386/arch-10-3.l: Likewise.
    	* gas/i386/arch-10-4.l: Likewise.
    	* gas/i386/arch-10.s: Likewise.
    	* gas/i386/arch-10.d: Add nopl instruction, and +nopl extension
    	flag to as flags.
    	* gas/i386/nops-5-i686.d: Change alignment code generated for
    	-mtune=i686.
    	* gas/i386/nops-5.d: Change alignment code generated for
    	.arch i686.
    	* gas/i386/x86-64-nops-5-k8.d: Likewise.
    	* gas/i386/x86-64-nops-5.d: Likewise.
    
    opcodes/
    
    2010-08-06  Quentin Neill <quentin.neill@amd.com>
    
    	* i386-gen.c (cpu_flag_init): Define CpuNop extension flag, add
    	to processor flags for PENTIUMPRO processors and later.
    	* i386-opc.h (enum): Add CpuNop.
    	(i386_cpu_flags): Add cpunop bit.
    	* i386-opc.tbl: Change nop cpu_flags.
    	* i386-init.h: Regenerated.
    	* i386-tbl.h: Likewise.

commit 5990e07eee5e396c9d1a6821c0fe9aaefdfbe2f0
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Aug 6 16:33:42 2010 +0000

    Fix typos in comments in i386-opc.h.
    
    2010-08-06  Quentin Neill <quentin.neill@amd.com>
    
    	* i386-opc.h (enum): Fix typos in comments.

-----------------------------------------------------------------------


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-13 16:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-13 16:14 [SCM] archer-ugdb: reverse-20080717-branchpoint-6565-gae16d68 tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).