• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revision7cba7576073e5dcfad4c0ac3b782cccadb3c55dc (tree)
Zeit2003-02-05 05:15:23
AutorAndrew Cagney <cagney@redh...>
CommiterAndrew Cagney

Log Message

Clean up changelog entries.

Ändern Zusammenfassung

Diff

--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,57 +1,8 @@
1-2003-02-03 Andrew Cagney <ac131313@redhat.com>
2-
3- * lib/mi-support: Hack, accept any prompt for moment.
4-
5-2002-09-11 Keith Seitz <keiths@redhat.com>
6-
7- * lib/mi-support.exp (mi_step_next_helper): Remove.
8- (mi_next): Use mi_next_to.
9- (mi_step): Use mi_step_to.
10-
11-2002-09-05 Keith Seitz <keiths@redhat.com>
12-
13- * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
14- runto proc.
15- (mi_run_to_main): Use mi_runto.
16-
17-2002-09-04 Keith Seitz <keiths@redhat.com>
18-
19- * lib/mi-support.exp (mi_run_to_main): Allow anything to precede
20- regexp for stopping at main. Could have multiple event notifications.
21- Don't assume that main was declared with no parameters.
22- (mi_step_next_helper): New procedure to do step/next.
23- (mi_next): Use mi_step_next_helper.
24- (mi_step): Ditto.
25-
26-2002-09-04 Keith Seitz <keiths@redhat.com>
27-
28- * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
29- Use integer comparison instead of string comparison for testing
30- whether binary was built.
31-
32-2002-08-29 Keith Seitz <keiths@redhat.com>
33-
34- * lib/mi-support.exp (mi_gdb_test): Add global declaration for
35- expect_out so that callers can get at it.
36-
37-2002-07-22 Keith Seitz <keiths@redhat.com>
38-
39- * lib/mi-support.exp (mi_delete_breakpoints): Allow for breakpoint
40- delete events in output of -break-delete.
41- (mi_run_to_main): Don't assume that breakpoint at main is first
42- breakpoint installed.
43-
44-2002-06-24 Keith Seitz <keiths@redhat.com>
45-
46- * lib/mi-support.exp (mi_gdb_test): Move expected pattern higher
47- in the list of expect statements.
48-
49-2002-06-19 Keith Seitz <keiths@redhat.com>
50-
51- * lib/mi-support.exp (mi_run_to_main): Use MIFLAGS to figure
52- out what version of MI is running. Use this to determine the proper
53- output of setting a breakpoint.
1+2003-02-04 Keith Seitz <keiths@redhat.com>
2+ Andrew Cagney <ac131313@redhat.com>
543
4+ * gdb.mi/mi-cli.exp: New file.
5+
556 2003-02-01 Michael Chastain <mec@shout.net>
567
578 * gdb.base/advance.c (marker1): New marker function.
--- a/gdb/testsuite/gdb.mi/ChangeLog
+++ b/gdb/testsuite/gdb.mi/ChangeLog
@@ -1,34 +1,3 @@
1-2003-02-03 Andrew Cagney <ac131313@redhat.com>
2-
3- * mi-cli.exp: Remove patterns checking for events. Better handle
4- continuations.
5-
6-2002-08-21 Keith Seitz <keiths@redhat.com>
7-
8- * mi-cli.exp: Use "target_changed" instead of "register-update".
9-
10-2002-07-25 Keith Seitz <keiths@redhat.com>
11-
12- * mi-cli.exp: Fix typo in result for "-interpreter-exec console list"
13- test.
14- Don't break at main: use mi_run_to_main instead.
15- Add tests to break in callee4 and navigate the stack.
16- Add test to set a register and test for update event.
17-
18-2002-07-22 Keith Seitz <keiths@redhat.com>
19-
20- * mi-cli.exp: Use mi_run_to_main to get to main. Don't use "run".
21- Refine result string for "-interpreter-exec console bougs" test.
22-
23-2002-06-25 Keith Seitz <keiths@redhat.com>
24-
25- * mi-cli.exp: Add tests to check if list_command in the console
26- is synchronized with MI's state.
27-
28-2002-06-24 Keith Seitz <keiths@redhat.com>
29-
30- * mi-cli.exp: New file.
31-
321 2002-12-13 Jeff Johnston <jjohnstn@redhat.com>
332
343 * mi-basics.exp: Change tests for -environment-directory. Also add