summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.gdbtk/srcwin3.test
Commit message (Collapse)AuthorAgeFilesLines
* Index: bfd/ChangeLogcvs/cagney_bigcore-20040122-branchcagney_bigcore-20040122-branchAndrew Cagney2004-01-221-789/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-01-21 Andrew Cagney <cagney@redhat.com> * bfdio.c: Update copyright. Include "bfdio.h". (real_ftell, real_fseek): New functions. (bfd_tell): Use real_ftell, change return-type to file_ptr. (bfd_seek): Use real_ftell and real_fseek. Change type of file_position to a file_ptr. * cache.c: Update copyright. Include "bfdio.h". (close_one): Use real_ftell. (bfd_cache_lookup_worker): Use real_fseek, use ufile_ptr in cast. * bfd-in.h: Update copyright. (file_ptr, ufile_ptr): Specify type using @BFD_FILE_PTR@. (bfd_tell): Make return-type "file_ptr". * bfd-in2.h: Re-generate. * configure.in (AC_CHECK_FUNCS): Check for ftello, ftello64, fseeko and fseeko64. * config.in, configure: Re-generate. * libbfd-in.h: Update copyright. (real_ftell, real_fseek): Declare. * libbfd.h: Re-generate. * elf.c (offset_vma_page_alignment): New function. (assign_file_positions_for_segments): Replace broken modulo code with offset_vma_page_alignment. (assign_file_positions_except_relocs): Ditto. Index: gdb/testsuite/ChangeLog 2004-01-22 Andrew Cagney <cagney@redhat.com> * gdb.base/bigcore.exp: New file. * gdb.base/bigcore.c: New file.
* 2003-02-27 Martin M. Hunt <hunt@redhat.com>Martin Hunt2003-02-271-1/+1
| | | | | | | | | | | | | | * srcwin.test: Use "list get" instead of "listget" to get contents of comboboxes. (2.1): Be less sensitive. * srcwin2.test: Use "list get" instead of "listget" to get contents of comboboxes (2-1.3): Accept assembly == mixed for no source tests. * srcwin3.test: Use "list get" instead of "listget" to get contents of comboboxes
* * README: New file.Keith Seitz2001-05-071-16/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Check for executable filename extension. * Makefile.in: Add filename extensions. * configure: Regenerated. * defs: Fix typo setting _test(verbose). (gdbtk_test_file): New proc to load executables into gdbtk. (gdbtk_test_run): New proc to run executables on gdbtk. * browser.exp: Don't check if DISPLAY is set: let gdbtk_initialize_display do it all for us. Call gdbtk_done when finished with tests. * c_variable.exp: Ditto. * console.exp: Ditto. * cpp_variable.exp: Ditto. Only run tests if c++ is supported in the configuration. * srcwin.exp: Ditto the DISPLAY stuff. Accumulate all test results for the end and report them then. * browser.test: Use gdbtk_test_file and gdbtk_test_run to load and run an executable. * c_variable.test: Use gdbtk_test_file and gdbtk_test_run to load and run an executable. * srcwin.test: Ditto. * srcwin1.test: Ditto. * srcwin2.test: Ditto. * browser.test: (set_search_mode): Use "configure -value" not "entryset" to set the combobox's value. We need to have the command fired. (browser-3.5): Remove trailing whitespace which causes test to fail. (browser-4.4): Expect something rational. Regexp "\_1$" cannot match "func_10"! (browser-4.5): Ditto. (browser-5.12): Select all files for search to make test match description. (browser-6.2): Renamed from another test also calledd 6.1. (browser-7.1): Delete all breakpoints at once without from_tty. Select all entries in the comobox before invoking BP set/delete button. (browser-7.2): Ditto. * list0.c, list1.c, list0.h: New files. Grabbed from gdb.base. * srcwin.exp: Use these local files instead of those in gdb.base.
* 2001-04-09 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-04-091-28/+30
| | | | | | | | | | * srcwin1.test: Fix line numbers to correspond to modified source files in gdb.base. Commented-out test case for moving up past main() because sometimes there is a libc init function which makes the results inconsistent. * srcwin2.test: Ditto. * srcwin3.test: Ditto.
* Initial revisionJason Molenda2000-02-071-0/+798