]> git.ipfire.org Git - thirdparty/binutils-gdb.git/log
thirdparty/binutils-gdb.git
14 years ago2010-08-26 Yao Qi <yao@codesourcery.com>
Yao Qi [Thu, 26 Aug 2010 08:18:07 +0000 (08:18 +0000)] 
2010-08-26  Yao Qi  <yao@codesourcery.com>

* gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
to reflect latest c source file.

14 years ago*** empty log message ***
gdbadmin [Thu, 26 Aug 2010 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago*** empty log message ***
gdbadmin [Wed, 25 Aug 2010 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago*** empty log message ***
gdbadmin [Tue, 24 Aug 2010 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago*** empty log message ***
gdbadmin [Mon, 23 Aug 2010 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago*** empty log message ***
gdbadmin [Sun, 22 Aug 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago*** empty log message ***
gdbadmin [Sat, 21 Aug 2010 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago*** empty log message ***
gdbadmin [Fri, 20 Aug 2010 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago * NEWS: Mention some additional changes.
Stan Shebs [Thu, 19 Aug 2010 23:31:52 +0000 (23:31 +0000)] 
* NEWS: Mention some additional changes.

14 years ago * Makefile.in (install-python): Add DESTDIR.
Tom Tromey [Thu, 19 Aug 2010 18:40:34 +0000 (18:40 +0000)] 
* Makefile.in (install-python): Add DESTDIR.

14 years ago * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
Thiago Jung Bauermann [Thu, 19 Aug 2010 17:53:53 +0000 (17:53 +0000)] 
* gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
registers.  Update data sets with the new v2_double element in the
VSX register union.  Add vector_register3_vr data set for the AltiVec
registers.  Use gdb_test_no_output instead of send_gdb.

14 years ago PR exp/11926
Doug Evans [Thu, 19 Aug 2010 15:50:02 +0000 (15:50 +0000)] 
PR exp/11926
* c-exp.y (parse_number): Handle 0 return from sscanf.

testsuite/
* gdb.base/printcmds.exp (test_integer_literals_rejected): Add
test of "p 0x1.1".

14 years agoFix regression in -file-list-exec-source-files command.
Joel Brobecker [Thu, 19 Aug 2010 09:12:33 +0000 (09:12 +0000)] 
Fix regression in -file-list-exec-source-files command.

See http://sourceware.org/ml/gdb/2010-07/msg00118.html for
a description of the problem. Namely, the file and fullname
fields are inverted in the output of the -file-list-exec-source-files
GDB/MI command:

    (gdb) interpreter-exec mi -file-list-exec-source-files
    ^done,files=[{file="/takamaka.a/brobecke/ex/list-exec-source-files/foo.c",fullname="foo.c"},{file="/takamaka.a/brobecke/ex/list-exec-source-files/foo.c",fullname="foo.c"},{file="",fullname="init.c"},{file="",fullname="../sysdeps/x86_64/elf/start.S"},{file="",fullname="../sysdeps/x86_64/elf/start.S"}]

It turns out to be a silly thinko: The map_symbol_filenames function
calls the psymtab version of map_symbol_filenames routine, and this
version called the callback function with filename and fullname
in the wrong order (fullname/filename instead of filename/fullname).

The routine description in symfile.h confirst that expected order for
the FUN callback parameters:

    /* Call a callback for every file defined in OBJFILE.  FUN is the
       callback.  It is passed the file's name, the file's full name,
       and the DATA passed to this function.  */
    void (*map_symbol_filenames) (struct objfile *objfile,
                                  void (*fun) (const char *, const char *,
                                               void *),
                                  void *data);

Fixing this error uncovered another location where the arguments
were reversed: maybe_add_partial_symtab_filename.  Once the first
error was fixed, the debugger would crash while attempting to do
completion, because it was given a NULL fullname instead of the
non-NULL filename.

gdb/ChangeLog:

        * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
        the arguments in the correct order.
        * symtab.c (maybe_add_partial_symtab_filename): Declare
        the arguments in the correct order.

14 years ago*** empty log message ***
gdbadmin [Thu, 19 Aug 2010 00:00:05 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago PR python/11900:
Tom Tromey [Wed, 18 Aug 2010 22:55:57 +0000 (22:55 +0000)] 
PR python/11900:
* configure: Rebuild.
* configure.ac: Add install-python to CONFIG_INSTALL.
* Makefile.in (install-python): New.

14 years ago * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
Thiago Jung Bauermann [Wed, 18 Aug 2010 18:03:51 +0000 (18:03 +0000)] 
* gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.

14 years ago*** empty log message ***
gdbadmin [Wed, 18 Aug 2010 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago*** empty log message ***
gdbadmin [Tue, 17 Aug 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago*** empty log message ***
gdbadmin [Mon, 16 Aug 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago*** empty log message ***
gdbadmin [Sun, 15 Aug 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago * arm-tdep.c (arm_push_dummy_call): Handle pointers to
Ulrich Weigand [Sat, 14 Aug 2010 00:46:43 +0000 (00:46 +0000)] 
* arm-tdep.c (arm_push_dummy_call): Handle pointers to
typedef'ed function types correctly.

14 years ago*** empty log message ***
gdbadmin [Sat, 14 Aug 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
Doug Evans [Fri, 13 Aug 2010 20:44:42 +0000 (20:44 +0000)] 
* gdb.texinfo (.debug_gdb_scripts section): Fix typo.

14 years ago*** empty log message ***
gdbadmin [Fri, 13 Aug 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago*** empty log message ***
gdbadmin [Thu, 12 Aug 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago2010-08-11 Thomas Schwinge <thomas@codesourcery.com>
Thomas Schwinge [Wed, 11 Aug 2010 15:58:49 +0000 (15:58 +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.

14 years ago2010-08-11 Brad Roberts <braddr@puremagic.com>
Tom Tromey [Wed, 11 Aug 2010 15:43:01 +0000 (15:43 +0000)] 
2010-08-11  Brad Roberts  <braddr@puremagic.com>

* d-lang.c (extract_identifiers): Handle multiple digits.

14 years ago*** empty log message ***
gdbadmin [Wed, 11 Aug 2010 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago * gdb.texinfo (Pretty Printing API): Document
Tom Tromey [Tue, 10 Aug 2010 20:24:54 +0000 (20:24 +0000)] 
* gdb.texinfo (Pretty Printing API): Document
gdb.default_visualizer.

14 years ago*** empty log message ***
gdbadmin [Tue, 10 Aug 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

14 years agogdb/
Jan Kratochvil [Mon, 9 Aug 2010 19:23:00 +0000 (19:23 +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.

14 years ago*** empty log message ***
gdbadmin [Mon, 9 Aug 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago*** empty log message ***
gdbadmin [Sun, 8 Aug 2010 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago*** empty log message ***
gdbadmin [Sat, 7 Aug 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago2010-08-06 Maciej W. Rozycki <macro@codesourcery.com>
Pedro Alves [Fri, 6 Aug 2010 19:51:49 +0000 (19:51 +0000)] 
2010-08-06  Maciej W. Rozycki  <macro@codesourcery.com>

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

14 years ago*** empty log message ***
gdbadmin [Fri, 6 Aug 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago* mi/mi-main.c (mi_cmd_remove_inferior): Properly access first argument.
Marc Khouzam [Thu, 5 Aug 2010 16:06:36 +0000 (16:06 +0000)] 
* mi/mi-main.c (mi_cmd_remove_inferior): Properly access first argument.

14 years ago*** empty log message ***
gdbadmin [Thu, 5 Aug 2010 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago*** empty log message ***
gdbadmin [Wed, 4 Aug 2010 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago*** empty log message ***
gdbadmin [Tue, 3 Aug 2010 00:00:36 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago*** empty log message ***
gdbadmin [Mon, 2 Aug 2010 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago*** empty log message ***
gdbadmin [Sun, 1 Aug 2010 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

15 years agogdb/
Cheng Renquan [Sat, 31 Jul 2010 01:31:35 +0000 (01:31 +0000)] 
gdb/
* MAINTAINERS: Add myself for write after approval privileges.

15 years ago*** empty log message ***
gdbadmin [Sat, 31 Jul 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago * configure: Rebuild.
Tom Tromey [Fri, 30 Jul 2010 16:02:16 +0000 (16:02 +0000)] 
* configure: Rebuild.
* configure.ac: Add missing case for Python 2.7.

15 years ago2010-07-30 Hui Zhu <teawater@gmail.com>
Hui Zhu [Fri, 30 Jul 2010 14:40:59 +0000 (14:40 +0000)] 
2010-07-30  Hui Zhu  <teawater@gmail.com>

* gdb.texinfo (Inferiors and Programs): Update the introduce of
"detach inferior" and "kill inferior".

15 years ago*** empty log message ***
gdbadmin [Fri, 30 Jul 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago * PROBLEMS: Remove mention of all problems.
Pedro Alves [Thu, 29 Jul 2010 14:44:47 +0000 (14:44 +0000)] 
* PROBLEMS: Remove mention of all problems.

15 years ago*** empty log message ***
gdbadmin [Thu, 29 Jul 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago2010-07-28 Oleg Nesterov <oleg@redhat.com>
Tom Tromey [Wed, 28 Jul 2010 20:20:12 +0000 (20:20 +0000)] 
2010-07-28  Oleg Nesterov  <oleg@redhat.com>

* remote.c (readchar): Call pop_target in case of SERIAL_ERROR.

15 years ago * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
Tom Tromey [Wed, 28 Jul 2010 18:32:47 +0000 (18:32 +0000)] 
* Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.

15 years ago * breakpoint.c (breakpoint_re_set_one): Move call to set_language
Joel Brobecker [Wed, 28 Jul 2010 18:00:02 +0000 (18:00 +0000)] 
    * breakpoint.c (breakpoint_re_set_one): Move call to set_language
        down, just before the block that parse the breakpoint addr_string.

15 years ago*** empty log message ***
gdbadmin [Wed, 28 Jul 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

15 years agogdb/testsuite/
Jan Kratochvil [Tue, 27 Jul 2010 23:21:07 +0000 (23:21 +0000)] 
gdb/testsuite/
* gdb.base/help.exp (help disassemble): Update the content.

15 years ago* cli/cli-cmds.c (disassemble_command): Add support of disassemble
Cheng Renquan [Tue, 27 Jul 2010 20:14:24 +0000 (20:14 +0000)] 
* cli/cli-cmds.c (disassemble_command): Add support of disassemble
"start,+length" form of arguments.

15 years agogdb/
Jan Kratochvil [Tue, 27 Jul 2010 19:13:11 +0000 (19:13 +0000)] 
gdb/
* top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
* utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
(fputs_maybe_filtered): Do not do filtering also on
! INPUT_FROM_TERMINAL_P.

15 years ago * gdb.opt/inline-cmds.c (ATTR): New define.
Tom Tromey [Tue, 27 Jul 2010 18:10:22 +0000 (18:10 +0000)] 
* gdb.opt/inline-cmds.c (ATTR): New define.
(func1): Use it.
(func2): Likewise.
(func3): Likewise.
(outer_inline1): Likewise.
(outer_inline2): Likewise.
* gdb.opt/inline-bt.c (ATTR): New define.
(func1): Use it.
(func2): Likewise.
* gdb.opt/inline-locals.c (ATTR): New define.
(func1): Use it.
(func2): Likewise.

15 years ago * gdb.stabs/gdb11479.c (hack): New function.
Tom Tromey [Tue, 27 Jul 2010 17:05:28 +0000 (17:05 +0000)] 
* gdb.stabs/gdb11479.c (hack): New function.
(test): Use it.
(test2): Use it.
* gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
(int32_search_buf, int64_search_buf): No longer static.
(x): Remove.
* gdb.base/relocate.c (hack): New function.

15 years ago * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
Thiago Jung Bauermann [Tue, 27 Jul 2010 16:13:48 +0000 (16:13 +0000)] 
* ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
VSX registers contents.

15 years ago * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
Tom Tromey [Tue, 27 Jul 2010 16:11:03 +0000 (16:11 +0000)] 
* dwarf2loc.c (locexpr_describe_location_piece): Also recognize
TLS with DW_OP_const4u or DW_OP_const8u.

15 years ago*** empty log message ***
gdbadmin [Tue, 27 Jul 2010 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago*** empty log message ***
gdbadmin [Mon, 26 Jul 2010 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago*** empty log message ***
gdbadmin [Sun, 25 Jul 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago*** empty log message ***
gdbadmin [Sat, 24 Jul 2010 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago*** empty log message ***
gdbadmin [Fri, 23 Jul 2010 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago * NEWS: Mention target reported shared libraries support by
Pedro Alves [Thu, 22 Jul 2010 10:49:49 +0000 (10:49 +0000)] 
* NEWS: Mention target reported shared libraries support by
default.

15 years ago*** empty log message ***
gdbadmin [Thu, 22 Jul 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

15 years agoMerge recent win64 breakage fixes from HEAD to 7.2 branch:
Ozkan Sezer [Wed, 21 Jul 2010 20:01:09 +0000 (20:01 +0000)] 
Merge recent win64 breakage fixes from HEAD to 7.2 branch:

gdb/

* target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
and host_address_to_string() and %s for pointers.
(debug_to_remove_breakpoint): Likewise.
(debug_to_region_ok_for_hw_watchpoint): Likewise.
(debug_to_can_accel_watchpoint_condition): Likewise.
(debug_to_stopped_data_address): Likewise.
(debug_to_watchpoint_addr_within_range): Likewise.
(debug_to_insert_hw_breakpoint): Likewise.
(debug_to_remove_hw_breakpoint): Likewise.
(debug_to_insert_watchpoint): Likewise.
(debug_to_remove_watchpoint): Likewise.

gdb/gdbserver/

* server.c (handle_query): strcpy() the returned string from paddress()
instead of sprintf().
* utils.c (paddress): Return phex_nz().

15 years agogdb/
Pedro Alves [Wed, 21 Jul 2010 18:01:22 +0000 (18:01 +0000)] 
gdb/
2010-07-21  Pedro Alves  <pedro@codesourcery.com>

PR symtab/11827

Revert:
2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
* dwarf2read.c (process_die): Also allow DW_TAG_const_type
and DW_TAG_volatile_type.
(new_symbol): Likewise.

gdb/testsuite/
2010-07-21  Pedro Alves  <pedro@codesourcery.com>

PR symtab/11827

* gdb.base/printcmds.c (enum some_volatile_enum): New enum.
(some_volatile_enum): New variable.
* gdb.base/printcmds.exp (test_print_enums): New.
<top level>: Call it.

15 years ago*** empty log message ***
gdbadmin [Wed, 21 Jul 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

15 years agogdb/
Jan Kratochvil [Tue, 20 Jul 2010 22:22:57 +0000 (22:22 +0000)] 
gdb/
* symfile.c (find_separate_debug_file_by_debuglink): Remove
a gdb_assert call, new comment.

gdb/testsuite/
* gdb.base/solib-nodir.exp: New file.
* lib/gdb.exp (runto): New case for a GDB internal error.

15 years agoThis commit was manufactured by cvs2svn to create branch 'gdb_7_2-branch'.
nobody [Tue, 20 Jul 2010 22:19:08 +0000 (22:19 +0000)] 
This commit was manufactured by cvs2svn to create branch 'gdb_7_2-branch'.

Cherrypick from master 2010-07-20 22:19:07 UTC Jan Kratochvil <jan.kratochvil@redhat.com> 'gdb/':
    gdb/testsuite/gdb.base/solib-nodir.exp

15 years agogdb/testsuite/
Jan Kratochvil [Tue, 20 Jul 2010 22:12:24 +0000 (22:12 +0000)] 
gdb/testsuite/
* gdb.base/charset-malloc.c: New file.
* gdb.base/charset.c (malloc_stub): New prototype.
(main): Call it instead of malloc itself.
* gdb.base/charset.exp: Use only prepare_for_testing.
(binfile): Remove the variable.

15 years agoThis commit was manufactured by cvs2svn to create branch 'gdb_7_2-branch'.
nobody [Tue, 20 Jul 2010 22:07:00 +0000 (22:07 +0000)] 
This commit was manufactured by cvs2svn to create branch 'gdb_7_2-branch'.

Cherrypick from master 2010-07-20 22:06:59 UTC Jan Kratochvil <jan.kratochvil@redhat.com> 'gdb/testsuite/':
    gdb/testsuite/gdb.base/charset-malloc.c

15 years ago*** empty log message ***
gdbadmin [Tue, 20 Jul 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago*** empty log message ***
gdbadmin [Mon, 19 Jul 2010 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago*** empty log message ***
gdbadmin [Sun, 18 Jul 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago*** empty log message ***
gdbadmin [Sat, 17 Jul 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago * NEWS: Mention support for the new ptrace interface and hardware
Thiago Jung Bauermann [Fri, 16 Jul 2010 23:17:45 +0000 (23:17 +0000)] 
* NEWS: Mention support for the new ptrace interface and hardware
accelerated watchpoint conditions on powerpc-linux.

15 years ago*** empty log message ***
gdbadmin [Fri, 16 Jul 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago*** empty log message ***
gdbadmin [Thu, 15 Jul 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
Tom Tromey [Wed, 14 Jul 2010 14:18:04 +0000 (14:18 +0000)] 
2010-07-13  Emmanuel Thomé  <Emmanuel.Thome@gmail.com>

* c-valprint.c (c_val_print): Add embedded_offset to address in
call to val_print_array_elements.

2010-07-13  Tom Tromey  <tromey@redhat.com>

* gdb.python/py-prettyprint.c (struct arraystruct): New struct.
(main): Use it.
* gdb.python/py-prettyprint.exp (run_lang_tests): Add test.

15 years ago*** empty log message ***
gdbadmin [Wed, 14 Jul 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
Tom Tromey [Tue, 13 Jul 2010 20:34:16 +0000 (20:34 +0000)] 
* gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.

15 years ago * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
Tom Tromey [Tue, 13 Jul 2010 15:09:46 +0000 (15:09 +0000)] 
* dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
* dwarf2loc.c (find_location_expression): Use
dwarf2_per_cu_text_offset.
(dwarf2_evaluate_loc_desc): Likewise.
(dwarf2_loc_desc_needs_frame): Likewise.
(compile_dwarf_to_ax): Likewise.
(loclist_describe_location): Likewise.
* dwarf2read.c (dwarf2_per_cu_text_offset): New function.
(dwarf2_per_cu_objfile): Update comment.

15 years ago*** empty log message ***
gdbadmin [Tue, 13 Jul 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago*** empty log message ***
gdbadmin [Mon, 12 Jul 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago*** empty log message ***
gdbadmin [Sun, 11 Jul 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago*** empty log message ***
gdbadmin [Sat, 10 Jul 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
Tom Tromey [Fri, 9 Jul 2010 20:30:21 +0000 (20:30 +0000)] 
* python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
'hint' if it is NULL.

15 years ago2010-07-09 Hui Zhu <teawater@gmail.com>
Hui Zhu [Fri, 9 Jul 2010 02:52:08 +0000 (02:52 +0000)] 
2010-07-09  Hui Zhu  <teawater@gmail.com>

* source.c (print_source_lines_base): Add check for noprint.

15 years ago*** empty log message ***
gdbadmin [Fri, 9 Jul 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago * lib/gdb.exp (gdb_test_list_exact): New function.
Joel Brobecker [Thu, 8 Jul 2010 21:54:42 +0000 (21:54 +0000)] 
* lib/gdb.exp (gdb_test_list_exact): New function.
* gdb.base/default.exp (show convenience): Call it, add tests for
$_sdata = void, $_thread = 0.

15 years ago*** empty log message ***
gdbadmin [Thu, 8 Jul 2010 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

15 years agoSet version to 7.1.90.20100707-cvs
gdbadmin [Wed, 7 Jul 2010 21:18:01 +0000 (21:18 +0000)] 
Set version to 7.1.90.20100707-cvs

15 years agoGDB 7.1.90 released.
gdbadmin [Wed, 7 Jul 2010 21:17:56 +0000 (21:17 +0000)] 
GDB 7.1.90 released.

15 years agoUpdate GDB version number in README and version.in
gdbadmin [Wed, 7 Jul 2010 20:59:42 +0000 (20:59 +0000)] 
Update GDB version number in README and version.in

15 years ago * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
Tom Tromey [Wed, 7 Jul 2010 18:50:57 +0000 (18:50 +0000)] 
* dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
LOC_COMPUTED symbol.
* dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
(dwarf2_loc_desc_needs_frame): Likewise.
(compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
* dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
* dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
* dwarf2-frame.c (execute_stack_op): Set 'offset' field.  Add
'offset' argument.
(struct dwarf2_frame_cache) <text_offset>: New field.
(dwarf2_frame_cache): Set new field.
(dwarf2_frame_prev_register): Update.
(dwarf2_frame_sniffer): Update.
(dwarf2_frame_base_sniffer): Update.
(dwarf2_frame_find_fde): Add 'out_offset' argument.

15 years ago* configure.ac, configure; Disable -Werror by default.
gdbadmin [Wed, 7 Jul 2010 17:36:43 +0000 (17:36 +0000)] 
* configure.ac, configure; Disable -Werror by default.

15 years agoRecord GDB 7.2 branch creation. Bump version number to 7.1.90.20100707-cvs.
gdbadmin [Wed, 7 Jul 2010 17:34:20 +0000 (17:34 +0000)] 
Record GDB 7.2 branch creation. Bump version number to 7.1.90.20100707-cvs.