From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19137 invoked by alias); 1 Aug 2013 17:39:09 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 19107 invoked by uid 306); 1 Aug 2013 17:39:09 -0000 Date: Thu, 01 Aug 2013 17:39:00 -0000 Message-ID: <20130801173909.19077.qmail@sourceware.org> From: tromey@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] tromey/catch-exit: reverse-20080717-branchpoint-15429-g385be84 X-Git-Refname: refs/heads/tromey/catch-exit X-Git-Reftype: branch X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: 385be8429c1bce524f7b2fcb284e92ed396eb472 X-SW-Source: 2013-q3/txt/msg00012.txt.bz2 List-Id: The branch, tromey/catch-exit has been created at 385be8429c1bce524f7b2fcb284e92ed396eb472 (commit) - Log ----------------------------------------------------------------- commit 385be8429c1bce524f7b2fcb284e92ed396eb472 Author: Tom Tromey Date: Wed Oct 24 13:25:33 2012 -0600 start of gdbserver work this is the start of the gdbserver part unfinished commit 826c4e5b4507da65a43f5bbf49b83d3f38743396 Author: Tom Tromey Date: Tue Oct 23 12:33:22 2012 -0600 start of "catch exit" see PR 15812 for some rationale commit 288c06759dfb70ac2d2d990777dcecac53bbe638 Author: Tom Tromey Date: Thu Aug 1 11:38:19 2013 -0600 add README.archer commit 679592fa11267d1e95e52ad0a4761b0bd8fa66dd Author: aburgess Date: Thu Aug 1 09:09:57 2013 +0000 Remove error_pre_print and quit_pre_print. http://sourceware.org/ml/gdb-patches/2013-07/msg00844.html gdb/ChangeLog * cli/cli-script.c (script_from_file): Remove use of error_pre_print. * main.c (captured_main): Remove use of error_pre_print and quit_pre_print. * utils.c (error_pre_print, quit_pre_print): Remove. * utils.h (error_pre_print, quit_pre_print): Likewise. commit d18d79ffd1a573842d30cf062ba1fc6ed544644e Author: Richard Sandiford Date: Thu Aug 1 07:13:21 2013 +0000 opcodes/ * mips-dis.c (print_mips16_insn_arg): Include ISA bit in base address. commit a1269d2a9a983622bbfcaa31206b78d165f18b18 Author: qiyao Date: Thu Aug 1 06:42:58 2013 +0000 gdb/ * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv with mi_getopt. (mi_cmd_stack_list_variables): Likewise. commit 5339a63aa3d9196b38789e8094dca5697967d81e Author: qiyao Date: Thu Aug 1 06:38:28 2013 +0000 gdb/testsuite/ * gdb.python/py-sync-interp.c: New. * gdb.python/py-sync-interp.exp: New. commit edaf879a2211e21ffc722b29ae85d1bd7cf51711 Author: Alan Modra Date: Thu Aug 1 00:00:04 2013 +0000 daily update commit 6e5c95e6cf1e3c37bd3a822ca9e6721caab97a85 Author: Nick Clifton Date: Wed Jul 31 16:26:02 2013 +0000 PR ld/15787 * elf32-arm.c (elf32_arm_final_link_relocate): Base SB on the output section VMA. * ld-arm/group-relocs-alu-bad-2.d; New. * ld-arm/group-relocs-alu-bad-2.s: New. * ld-arm/group-relocs-ldc-bad-2.d: New. * ld-arm/group-relocs-ldc-bad-2.s: New. * ld-arm/group-relocs-ldr-bad-2.d: New. * ld-arm/group-relocs-ldr-bad-2.s: New. * ld-arm/group-relocs-ldrs-bad-2.d: New. * ld-arm/group-relocs-ldrs-bad-2: New. * ld-arm/arm-elf.exp: Add the new tests. * ld-arm/group-relocs-ldr-bad.d: Update expected output. * ld-arm/group-relocs-ldr-bad.s: Likewise. * ld-arm/group-relocs-ldrs-bad.d: Likewise. * ld-arm/group-relocs-ldrs-bad.s: Likewise. * ld-arm/group-relocs.d: Likewise. * ld-arm/group-relocs.s: Likewise. commit dd7ddfa96a2afe14e3144d3a869ef0d30c4311fb Author: aburgess Date: Wed Jul 31 15:44:52 2013 +0000 Remove deprecated_throw_reason. http://sourceware.org/ml/gdb-patches/2013-07/msg00779.html gdb/ChangeLog * exceptions.c (deprecated_throw_reason): Remove. * exceptions.h (deprecated_throw_reason): Remove. commit 3e802ea78f3efbd04ef273ed75a4f24a9aeca23a Author: aburgess Date: Wed Jul 31 15:36:48 2013 +0000 Remove deprecated_throw_reason from mips_error. http://sourceware.org/ml/gdb-patches/2013-07/msg00777.html gdb/ChangeLog * remote-mips.c (mips_error): Replace use of deprecated_throw_reason with throw_verror. Use the error message passed to mips_error as the error message for throw_verror. commit b777aa6cb360fa6ea341954bd070e59be27f7357 Author: aburgess Date: Wed Jul 31 12:44:33 2013 +0000 Replace most uses of deprecated_throw_reason with quit. http://sourceware.org/ml/gdb-patches/2013-07/msg00778.html gdb/ChangeLog * monitor.c (monitor_interrupt_query): Replace use of deprecated_throw_reason with quit. * nto-procfs.c (interrupt_query): Likewise. * remote-fileio.c (remote_fileio_sig_exit): Likewise. * remote-mips.c (mips_kill): Likewise. * remote.c (interrupt_query): Likewise. commit 71e62cdb4bd587906a4b949a14fd6c73c865c6cb Author: aburgess Date: Wed Jul 31 10:51:41 2013 +0000 Remove deprecated_throw_reason from internal_verror. http://sourceware.org/ml/gdb-patches/2013-07/msg00776.html gdb/ChangeLog * utils.c (internal_verror): Replace use of deprecated_throw_reason with call to fatal. commit cc734a965e0b979c2386dcb07b9c330e12dd168e Author: qiyao Date: Wed Jul 31 00:44:42 2013 +0000 gdb/ * tracepoint.c (trace_dump_command): Select the current frame. gdb/testsuite/ * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command 'tdump' on stack frame 0 and 1 respectively. commit a6eb4d5106bff31cfde208f0d2eb919038c6e0e4 Author: qiyao Date: Wed Jul 31 00:38:40 2013 +0000 gdb/testsuite/ PR gdb/13443 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter 'traceframe'. Wrap test with with_test_prefix. (top level): Update. commit 23633161a39d81e9dc3249d393034b9cbd393acd Author: qiyao Date: Wed Jul 31 00:36:22 2013 +0000 gdb/testsuite/ * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and 'gdb_start'. Invoke 'prepare_for_testing' instead of 'gdb_compile'. Use gdb_test_no_output to issue commands 'tstart' and 'tstop'. commit 45bee3e492b91db8ab00e333f7a00c12aabe0c50 Author: Doug Evans Date: Wed Jul 31 00:30:18 2013 +0000 * dwarf2read.c (process_queue): Add type signature to debug output. commit aaef7abe463aa2f70b5a001d8a9753740c656e50 Author: Alan Modra Date: Wed Jul 31 00:00:05 2013 +0000 daily update commit 860f76d89149da5b24df88fb822be50824114885 Author: aburgess Date: Tue Jul 30 15:36:17 2013 +0000 Don't raise an error for optimized out sub-fields. http://sourceware.org/ml/gdb-patches/2013-07/msg00317.html gdb/ChangeLog * value.c (value_fetch_lazy): Mark optimized out values as such rather than raising an error. gdb/testsuite/ChangeLog * gdb.dwarf2/pieces-optimized-out.exp: Expect "" when printing an optimized out value. Expect an error when using an optimized out value in an expression. commit fe870957318b688c9f8788863a3447a88262f3d5 Author: aburgess Date: Tue Jul 30 15:05:00 2013 +0000 value_fetch_lazy, ensure parent is not lazy and check parent for validity. http://sourceware.org/ml/gdb-patches/2013-07/msg00316.html gdb/ChangeLog * value.c (value_fetch_lazy): Ensure parent value is not lazy before checking which bits of the parent, not the child, value are valid. gdb/testsuite/ChangeLog * gdb.dwarf2/pieces-optimized-out.exp: New file. * gdb.dwarf2/pieces-optimized-out.c: New file. * gdb.dwarf2/pieces-optimized-out.S: New file. commit 19dbd794eaea44916da1de106ae42a5d1e4523e0 Author: mbilal Date: Tue Jul 30 12:06:04 2013 +0000 2013-07-30 Muhammad Bilal PR gdb/15715 * top.c: Include "filenames.h". (set_history_filename): New function. (init_main): Install it as set hook of the "set history filename" command. 2013-07-30 Muhammad Bilal PR gdb/15715 * gdb.base/setshow.exp: Test that relative paths passed to 'set history filename' are converted to absolute paths. commit 52f87c6e3e23b032c4c50f251e5347089164f438 Author: sagovic Date: Tue Jul 30 08:36:12 2013 +0000 cleanup: constify "struct attribute" function parameter gdb/ 2013-07-30 Sanimir Agovic * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct attribute parameter. (dwarf2_const_value_data): Constify struct attribute parameter. (dwarf2_const_value): Constify struct attribute parameter. (dwarf2_const_value_attr): Constify struct attribute parameter. (lookup_die_type): Constify struct attribute parameter. (dwarf2_get_attr_constant_value): Constify struct attribute parameter. (follow_die_ref_or_sig): Constify struct attribute parameter. (follow_die_ref): Constify struct attribute parameter. (follow_die_sig): Constify struct attribute parameter. (get_DW_AT_signature_type): Constify struct attribute parameter. (get_type_unit_group): Constify struct attribute parameter. (fill_in_loclist_baton): Constify struct attribute parameter. (dwarf2_symbol_mark_computed): Constify struct attribute parameter. (type_unit_group): Constify struct attribute parameter. commit 292fb5e98d0f74e4bd9e7374155e27fe438080a1 Author: sagovic Date: Tue Jul 30 08:31:35 2013 +0000 cleanup: constify argument passed to dwarf form predicates 2013-07-30 Sanimir Agovic gdb/ * dwarf2read.c (attr_form_is_block): Make argument const. (attr_form_is_section_offset): Make argument const. (attr_form_is_constant): Make argument const. (attr_form_is_ref): Make argument const. commit 27e287614ca92a26d3873f90d4b8296fb6448b47 Author: sagovic Date: Tue Jul 30 08:17:05 2013 +0000 cleanup: rename is_ref_attr to attr_form_is_ref 2013-07-30 Sanimir Agovic gdb/ * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref. All uses updated. (attr_form_is_ref): Moved below attr_form_is_constant. commit 75cec15187a953fc66ba491774dbb872fa3910d1 Author: Peter Bergner Date: Tue Jul 30 02:26:09 2013 +0000 opcodes/ * ppc-dis.c (powerpc_init_dialect): Use ppc_parse_cpu() to set dialect. commit 81011583e35c192b1aabbc66495dbba622910dfd Author: Alan Modra Date: Tue Jul 30 00:00:05 2013 +0000 daily update commit 0b2b5f7374a6cf5d113379ee91c418df18f15308 Author: Doug Evans Date: Mon Jul 29 21:41:30 2013 +0000 * main.c (captured_command_loop): Tweak comment. commit dad15ffb0ef559eb8b4368dec1cd232d2537ef75 Author: Doug Evans Date: Mon Jul 29 21:27:46 2013 +0000 * target.c (target_async_permitted_1): Fix comment. commit abc98afe7bd6df63f0de02867a06669b21c93efb Author: Doug Evans Date: Mon Jul 29 20:15:46 2013 +0000 * symtab.c (iterate_over_some_symtabs): Add comment. commit 8c570d909765a5fdf9dd60b222ca962944e886e8 Author: Doug Evans Date: Mon Jul 29 20:04:16 2013 +0000 * symtab.c (iterate_over_some_symtabs): Fix indentation. ----------------------------------------------------------------------- hooks/post-receive -- Repository for Project Archer.