12003-08-07 Andrew Cagney <cagney@redhat.com> 2 3 * mi2-basics.exp: Copy base MI .exp file, set MIFLAGS to -i=mi2. 4 * mi2-break.exp, mi2-cli.exp, mi2-console.exp: Ditto. 5 * mi2-disassemble.exp, mi2-eval.exp, mi2-file.exp: Ditto. 6 * mi2-hack-cli.exp, mi2-pthreads.exp, mi2-read-memory.exp: Ditto. 7 * mi2-regs.exp, mi2-return.exp, mi2-simplerun.exp: Ditto. 8 * mi2-stack.exp, mi2-stepi.exp, mi2-syn-frame.exp: Ditto. 9 * mi2-until.exp, mi2-var-block.exp, mi2-var-child.exp: Ditto. 10 * mi2-var-cmd.exp, mi2-var-display.exp, mi2-watch.exp: Ditto. 11 122003-05-03 J. Brobecker <brobecker@gnat.com> 13 14 From Thierry Schneider <tpschneider1@yahoo.com>: 15 * mi1-symbol.exp (-symbol-list-lines): New test file to 16 validate all symbol-related commands 17 182003-04-08 Andrew Cagney <cagney@redhat.com> 19 20 * gdb792.exp: Skip when C++. 21 222003-02-23 Stephane Carrez <stcarrez@nerim.fr> 23 24 * mi-syn-frame.exp: Don't run this test when gdb,nosignals is set. 25 262002-12-13 Jeff Johnston <jjohnstn@redhat.com> 27 28 * mi-basics.exp: Change tests for -environment-directory. Also add 29 tests for -environment-cd, -environment-pwd, and -environment-path. 30 Part of fix for PR gdb/741. 31 322002-11-05 Jeff Johnston <jjohnstn@redhat.com> 33 34 * gdb792.cc: New file to test patch for PR gdb/792. 35 * gdb792.exp: Ditto. 36 372002-11-04 Elena Zannoni <ezannoni@redhat.com> 38 39 * mi-console.exp: Use mi_runto, mi_run_to_main, mi_next_to, 40 mi_step_to wherever possible. Update copyright notices. 41 * mi-disassemble.exp: Ditto. 42 * mi-eval.exp: Ditto. 43 * mi-read-memory.exp: Ditto. 44 * mi-regs.exp: Ditto. 45 * mi-return.exp: Ditto. 46 * mi-stack.exp: Ditto. 47 * mi-stepi.exp: Ditto. 48 * mi-var-block.exp: Ditto. 49 * mi-var-cmd.exp: Ditto. 50 * mi-watch.exp: Ditto. 51 * mi1-console.exp: Ditto. 52 * mi1-disassemble.exp: Ditto. 53 * mi1-eval.exp: Ditto. 54 * mi1-read-memory.exp: Ditto. 55 * mi1-regs.exp: Ditto. 56 * mi1-return.exp: Ditto. 57 * mi1-stack.exp: Ditto. 58 * mi1-stepi.exp: Ditto. 59 * mi1-var-block.exp: Ditto. 60 * mi1-var-cmd.exp: Ditto. 61 * mi1-watch.exp: Ditto. 62 632002-10-23 Jeff Johnston <jjohnstn@redhat.com> 64 65 * mi-var-cmd.exp: Add tests to verify that a -var-assign that changes 66 a value shows up in the changelist of a -var-update. Part of fix 67 for gdb/702. 68 * mi1-var-cmd.exp: Ditto. 69 702002-10-03 Jeff Johnston <jjohnstn@redhat.com> 71 72 * mi-return.exp: Change expected frame output to remove extraneous 73 space in level field when frame level is single digit. Part of 74 fix for PR gdb/192. 75 * mi-stack.exp: Ditto. 76 * mi1-return.exp: Ditto. 77 * mi1-stack.exp: Ditto. 78 792002-10-03 Jeff Johnston <jjohnstn@redhat.com> 80 81 * mi-var-block.exp: Change expected output from -var-update 82 command to expect list format for "changelist". Fix for 83 PR gdb/672. 84 * mi-var-cmd.exp: Ditto. 85 * mi-var-child: Ditto. 86 872002-09-25 Keith Seitz <keiths@redhat.com> 88 89 * mi-pthreads.exp (get_mi_thread_list): Check if expect_out 90 exists before using it. 91 (check_mi_and_console_threads): Likewise. 92 * gdb669.exp (get_mi_thread_list): Likewise. 93 (check_mi_and_console_threads): Likewise. 94 952002-09-24 Keith Seitz <keiths@redhat.com> 96 97 * configure.in: Add config header. 98 Check for pthread.h. 99 * configure: Regenerate. 100 * config.in: New file. 101 * pthreads.c: New file. 102 * mi-pthreads.exp: New file to test thread functionality. 103 * gdb669.exp: New file. 104 1052002-09-17 Keith Seitz <keiths@redhat.com> 106 107 * mi-var-cmd.exp: Add tests to check when varobj pinned to a 108 selected frame changes type. 109 1102002-09-17 Keith Seitz <keiths@redhat.com> 111 112 * mi-console.exp: Update copyright. 113 * mi-var-block.exp: Likewise. 114 * mi-var-cmd.exp: Likewise. 115 * mi-var-display.exp: Likewise. 116 * mi0-console.exp: Likewise. 117 * mi0-var-child.exp: Likewise. 118 * mi0-var-cmd.exp: Likewise. 119 * mi0-var-display.exp: Likewise. 120 1212002-09-16 Keith Seitz <keiths@redhat.com> 122 123 * gdb701.exp: New file for testing varobj target type bug. 124 * gdb701.c: New file. 125 1262002-09-13 Keith Seitz <keiths@redhat.com> 127 128 * mi-var-child.exp: Use mi_step_to and mi_execute_to instead 129 of a bunch of repeated send_gdb/gdb_expect statements. 130 Fix line numbers. 131 1322002-09-10 Keith Seitz <keiths@redhat.com> 133 134 * mi-simplerun.exp (test_controlled_execution): Follow renaming of 135 mi_run_to to mi_execute_to. 136 * mi-var-cmd.exp: Likewise. 137 * mi0-simplerun.exp: Likewise. 138 * mi0-var-cmd.exp: Likewise. 139 1402002-09-03 Keith Seitz <keiths@redhat.com> 141 142 * gdb680.exp: New file to test to check for uiout list/tuple 143 nesting bug. 144 1452002-03-04 Michael Chastain <mec@shout.net> 146 147 * mi-var-cmd.exp: In test "create local variable func", 148 accommodate gcc v3 function signature. 149 * mi0-var-cmd-exp: Ditto. 150 1512002-02-05 Jim Blandy <jimb@redhat.com> 152 153 * mi-regs.exp: Various cleanups for SPARC-only tests. 154 (test_breakpoints_creation_and_listing): Format of breakpoint 155 table has changed. 156 (sparc_register_tests): Expand floating-point number regexp to 157 recognize NaN values, too. Replace ineffectual single backslash 158 before a hyphen with a double backslash. Don't check the exact 159 numbers of the registers which have changed, since there's no way 160 to know which registers changed, exactly; just check that the 161 result is well-formed. 162 * mi0-regs.exp: (sparc_register_tests): Same as for 163 sparc_register_tests in mi-regs.exp. 164 165 * mi-var-child.exp ("get children of struct_declarations", "get 166 children of struct_declarations.s2.u2.u1s2", "get children of 167 weird"): Tolerate argument types when they appear in function 168 types. (Dwarf 2 includes prototype info; STABS does not.) 169 * mi0-var-child.exp: Same. 170 1712001-12-19 Keith Seitz <keiths@redhat.com> 172 173 * mi-var-display.exp: char* variables have a child. Update all 174 occurences. 175 * mi0-var-display.exp: Likewise. 176 1772001-08-29 Andrew Cagney <cagney@redhat.com> 178 179 * mi-var-cmd.exp, mi0-var-cmd.exp: Variable lpcharacter has one 180 child. Soften floating point tests. 181 1822001-08-09 Andrew Cagney <ac131313@redhat.com> 183 184 * mi0-var-block.exp, mi0-stack.exp, mi0-simplerun.exp, 185 mi0-regs.exp, mi0-watch.exp, mi0-stepi.exp, mi0-until.exp, 186 mi0-return.exp, mi0-read-memory.exp, mi0-eval.exp, 187 mi0-disassemble.exp, mi0-console.exp, mi-watch.exp, 188 mi-var-display.exp, mi-var-cmd.exp, mi-var-child.exp, 189 mi-until.exp, mi-var-block.exp, mi-stepi.exp, mi-stack.exp, 190 mi-simplerun.exp, mi-return.exp, mi-regs.exp, mi-read-memory.exp, 191 mi-disassemble.exp, mi-eval.exp, mi-console.exp: Replace pattern 192 matching thread=0 with one to also match thread=1. 193 Fix PR gdb/190. 194 1952001-08-18 Andrew Cagney <ac131313@redhat.com> 196 197 * mi0-until.exp, mi-until.exp, mi0-stepi.exp, mi-stepi.exp, 198 mi-simplerun.exp, mi0-simplerun.exp, mi0-return.exp, 199 mi-return.exp, mi0-console.exp, mi-console.exp: Recognize an 200 unexpected run-to-main response. Report as a fail. 201 2022001-06-27 Andrew Cagney <ac131313@redhat.com> 203 204 * mi-disassemble.exp: Update to accept mi1 breakpoint tables. 205 * mi-basics.exp: Ditto. 206 * mi-simplerun.exp: Ditto. 207 * mi-watch.exp: Ditto. Add check for full header. 208 * mi-break.exp: Ditto. Add check for full header. 209 2102001-06-26 Andrew Cagney <ac131313@redhat.com> 211 212 * mi-stack.exp: Update. Output for args=... and 213 locals=... changed to a list. 214 2152001-06-26 Andrew Cagney <ac131313@redhat.com> 216 217 * mi-stack.exp: Update. Output for stack=..., args=... and 218 stack-args=... changed to a list. 219 2202001-06-25 Andrew Cagney <ac131313@redhat.com> 221 222 * mi-console.exp: Update args=... part of stop-reason 223 patterns. Output changed to a list of arguments. 224 * mi-disassemble.exp: Ditto. 225 * mi-simplerun.exp: Ditto. 226 * mi-return.exp: Ditto. 227 * mi-read-memory.exp: Ditto. 228 * mi-eval.exp: Ditto. 229 * mi-watch.exp: Ditto. 230 * mi-var-display.exp: Ditto. 231 * mi-var-cmd.exp: Ditto. 232 * mi-var-child.exp: Ditto. 233 * mi-var-block.exp: Ditto. 234 * mi-until.exp: Ditto. 235 * mi-stepi.exp: Ditto. 236 * mi-stack.exp: Ditto. 237 * mi-regs.exp: Ditto. 238 2392001-06-25 Andrew Cagney <ac131313@redhat.com> 240 241 * mi-read-memory.exp: Update patterns matching data-read-memory. 242 Outputs a list. 243 2442001-06-25 Andrew Cagney <ac131313@redhat.com> 245 246 * mi-regs.exp: Update patterns matching register-values. Outputs a 247 list. 248 2492001-06-25 Andrew Cagney <ac131313@redhat.com> 250 251 * mi-regs.exp: Update patters matching register-names. Now 252 outputs a list. 253 2542001-06-25 Andrew Cagney <ac131313@redhat.com> 255 256 * mi-regs.exp: Update patterns matching changed-registers. Now 257 outputs a list. 258 2592001-06-23 Andrew Cagney <ac131313@redhat.com> 260 261 * ChangeLog-mi: Rename to ChangeLog. 262 * mi-basics.exp: Remove local emacs variable defining 263 change-log-default-name. 264 * mi-break.exp, mi-console.exp, mi-disassemble.exp: Ditto. 265 * mi-eval.exp, mi-hack-cli.exp, mi-read-memory.exp: Ditto. 266 * mi-regs.exp, mi-return.exp, mi-simplerun.exp: Ditto. 267 * mi-stack.exp, mi-stepi.exp, mi-until.exp: Ditto. 268 * mi-var-block.exp, mi-var-child.exp, mi-var-cmd.exp: Ditto. 269 * mi-var-display.exp, mi-watch.exp, mi0-basics.exp: Ditto. 270 * mi0-break.exp, mi0-console.exp, mi0-disassemble.exp: Ditto. 271 * mi0-eval.exp, mi0-hack-cli.exp, mi0-read-memory.exp: Ditto. 272 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Ditto. 273 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Ditto. 274 * mi0-var-block.exp, mi0-var-child.exp, mi0-var-cmd.exp: Ditto. 275 * mi0-var-display.exp, mi0-watch.exp: Ditto. 276 2772001-06-23 Andrew Cagney <ac131313@redhat.com> 278 279 * mi-disassemble.exp: Update patterns matching data-disassemble 280 output. Now produces a list of instructions and a list of 281 source/assembly lines. 282 2832001-06-18 Andrew Cagney <ac131313@redhat.com> 284 285 * mi-basics.exp, mi-break.exp, mi-console.exp, mi-disassemble.exp, 286 mi-eval.exp, mi-hack-cli.exp, mi-read-memory.exp, mi-regs.exp, 287 mi-return.exp, mi-simplerun.exp, mi-stack.exp, mi-stepi.exp, 288 mi-until.exp, mi-var-block.exp, mi-var-child.exp, mi-var-cmd.exp, 289 mi-var-display.exp, mi-watch.exp, mi0-basics.exp, mi0-break.exp, 290 mi0-console.exp, mi0-disassemble.exp, mi0-eval.exp, 291 mi0-hack-cli.exp, mi0-read-memory.exp, mi0-regs.exp, 292 mi0-return.exp, mi0-simplerun.exp, mi0-stack.exp, mi0-stepi.exp, 293 mi0-until.exp, mi0-var-block.exp, mi0-var-child.exp, 294 mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Use MIFLAGS 295 to explictly select an interpreter. 296 2972001-06-16 Andrew Cagney <ac131313@redhat.com> 298 299 MI0 was the never enabled MI interface included in GDB 5.0. 300 * mi0-basics.exp: Copy mi-basics.exp. 301 * mi0-break.exp: Copy mi-break.exp. 302 * mi0-console.exp: Copy mi-console.exp. 303 * mi0-disassemble.exp: Copy mi-disassemble.exp. 304 * mi0-eval.exp: Copy mi-eval.exp. 305 * mi0-hack-cli.exp: Copy mi-hack-cli.exp. 306 * mi0-read-memory.exp: Copy mi-read-memory.exp. 307 * mi0-regs.exp: Copy mi-regs.exp. 308 * mi0-return.exp: Copy mi-return.exp. 309 * mi0-simplerun.exp: Copy mi-simplerun.exp. 310 * mi0-stack.exp: Copy mi-stack.exp. 311 * mi0-stepi.exp: Copy mi-stepi.exp. 312 * mi0-until.exp: Copy mi-until.exp. 313 * mi0-var-block.exp: Copy mi-var-block.exp. 314 * mi0-var-child.exp: Copy mi-var-child.exp. 315 * mi0-var-cmd.exp: Copy mi-var-cmd.exp. 316 * mi0-var-display.exp: Copy mi-var-display.exp. 317 * mi0-watch.exp: Copy mi-watch.exp. 318 3192001-05-11 Fernando Nasser <fnasser@redhat.com> 320 321 * mi-var-child.exp: Adjust for the fact that now (char *) can be 322 dereferenced. 323 3242001-03-06 Kevin Buettner <kevinb@redhat.com> 325 326 * mi-basics.exp, mi-break.exp, mi-disassemble.exp, 327 mi-eval.exp, mi-hack-cli.exp, mi-read-memory.exp, mi-regs.exp, 328 mi-return.exp, mi-simplerun.exp, mi-stack.exp, mi-stepi.exp, 329 mi-until.exp, mi-watch.exp: Update/correct copyright notices. 330 3312001-01-20 Mark Kettenis <kettenis@gnu.org> 332 333 * mi-support.exp (mi_gdb_start): Skip mi tests if -i flag is 334 recognized (i.e. if GDB was compiled with UI_OUT, but the mi 335 interpreter wasn't recognized (because it wasn't compiled in). 336 337Tue Apr 18 15:36:07 2000 Andrew Cagney <cagney@b1.cygnus.com> 338 339 * Makefile.in (clean mostlyclean): Do not delete $(MISCELLANEOUS). 340 341Tue Mar 14 15:54:57 2000 Andrew Cagney <cagney@b1.cygnus.com> 342 343 * basics.c: Add EMACS local variable pointing change-log at this 344 file. 345 * Makefile.in: Ditto 346 3472000-03-13 James Ingham <jingham@leda.cygnus.com> 348 349 * mi-var-block.exp: The error report from varobj_create changed 350 since I am now trapping parse_exp_1 errors. Change the tests to 351 match the new error message. 352 * mi-var-child.exp: Ditto. 353 * mi-var-cmd.exp: Ditto. 354 3552000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 356 357 * mi-disassemble.exp: Don't assume numbers for the offset 358 values. They can be different depending on the architecture. 359 360 * mi-watch.exp (test_watchpoint_triggering): In same cases the 361 type can be 'hw wathcpoint' not just 'watchpoint'. Adjust for that. 362 363 * basics.c (callee4): Make the function return something, 364 otherwise the return value is undefined. 365 3662000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 367 368 * mi-basics.exp: Comment out test for a still unimplemented operation. 369 370 * mi-disassemble.exp: Rewrite most of the tests to conform to new 371 disassemble interface. 372 373Sat Mar 4 13:55:08 2000 Andrew Cagney <cagney@b1.cygnus.com> 374 375 From Fri 3 Mar 2000 Peter Schauer: 376 * mi-support.exp (mi_gdb_start): When GDB doesn't recongize -i=mi 377 option, assume no MI support present. 378 3792000-02-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 380 381 * mi-support.exp (mi_gdb_start): Update to recognize start up 382 message with 'UI_OUT' instead of 'HEADLESS'. 383 3842000-01-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 385 386 * mi-regs.exp (test_running_the_program): Add global var 'hex'. 387 388 * mi-stack.exp, mi-stepi.exp, mi-until.exp, mi-watch.exp, 389 mi-var-display.exp, mi-var-cmd.exp, mi-var-child.exp, 390 mi-var-block.exp: Update all stopped messages. 391 3922000-01-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 393 394 * mi-console.exp, mi-disassemble.exp, mi-eval.exp, 395 mi-read-memory.exp, mi-regs.exp, mi-return.exp, mi-simplerun.exp: 396 Update stopped messages, update copyright. 397 398 * mi-disassemble.exp: Update error messages output. 399 400 * mi-support.exp (proc mi_step): Make gdb do a 'step' command, not 401 a 'next'. Update stopped message. 402 (proc mi_next): Update stop message. 403 (proc mi_run_to_main): Update stopped message. 404 Update copyright. 405 4062000-01-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 407 408 * mi-simplerun.exp: Remove stack frames tests from here, to: 409 410 * mi-stack.exp: New file, tests for stack commands. 411 412 * mi-support.exp (mi_run_to_main, mi_next, mi_step) : Update to 413 include thread-id in stopped message. 414 415 * mi-regs.exp: Update break-insert output. 416 417 * (mi-console.exp, mi-disassemble.exp, mi-eval.exp, 418 mi-read-memory.exp, mi-regs.exp, mi-return.exp, mi-simplerun.exp, 419 mi-stepi.exp, mi-until.exp, mi-var-block.exp, mi-var-child.exp, 420 mi-var-cmd.exp, mi-var-display.exp, mi-watch.exp): Update stopped 421 message to include thread-id. 422 423Wed Dec 29 22:06:05 1999 Andrew Cagney <cagney@b1.cygnus.com> 424 425 * mi-watch.exp, mi-var-display.exp, mi-var-cmd.exp, 426 mi-var-child.exp, mi-var-block.exp, mi-until.exp, mi-stepi.exp, 427 mi-simplerun.exp, mi-return.exp, mi-support.exp, mi-eval.exp, 428 mi-console.exp, mi-disassemble.exp, mi-break.exp: Update to 429 reflect extended output from -break-insert command. 430 431 * mi-break.exp (test_rbreak_creation_and_listing): XFAIL regexp 432 tests. -r flag broken by above. 433 434Sun Dec 19 19:28:13 1999 Andrew Cagney <cagney@b1.cygnus.com> 435 436 * cpp_variable.cc, cpp_variable.h, c_variable.c: Delete. 437 438Fri Dec 17 20:59:55 1999 Andrew Cagney <cagney@b1.cygnus.com> 439 440 * mi-read-memory.exp: Test of ``-o <offset>'' now works. 441 4421999-12-16 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 443 444 * mi-var-cmd.exp: Fix 2 tests outputs. 445 446 * mi-var-child.exp: Add many more tests. 447 448 * mi-var-display.exp: Add many more tests. 449 450 * var-cmd.c: Change type of incr_a parameter to char. 451 4521999-12-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 453 454 * mi-var-block.exp: Set up xfails fro known problems. 455 456 * mi-var-display.exp: Set up printing of values of 'e' and 'anone' 457 as xfails. 458 459 * mi-var-child.exp: Fix typos. 460 4611999-12-15 Andrew Cagney <cagney@b1.cygnus.com> 462 463 * mi-var-child.exp: Space was missing before ``[10]''. 464 465Wed Dec 15 19:23:38 1999 Andrew Cagney <cagney@b1.cygnus.com> 466 467 * mi-read-memory.exp: Add test for ``-o <offset>''. Update checks 468 and match next-row et.al. 469 4701999-12-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 471 472 * mi-var-display.exp : New file. Tests for format and type, with 473 unions, structs and enums. 474 475 * mi-var-cmd.exp: Add some var-assign tests. 476 4771999-12-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 478 479 * mi-var-cmd.exp, mi-var-block.exp, mi-var-child.exp: New files 480 some tests for -var* commands. 481 482 * var-cmd.c: New source file for var-* commands tests. 483 * gdb.mi/Makefile.in (PROGS): Add var-cmd. 484 485Mon Dec 13 18:06:09 1999 Andrew Cagney <cagney@b1.cygnus.com> 486 487 * mi-break.exp: Fix quoting. Changed "srcfile.c":6 to 488 "\"srcfile.c\":6". 489 * mi-simplerun.exp: Fix quoting. 490 491Sat Dec 11 21:33:37 1999 Andrew Cagney <cagney@b1.cygnus.com> 492 493 * mi-simplerun.exp (exec-finish): Fix return value was zero, 494 should have been three. 495 496 * mi-disassemble.exp: Reduce number of wild card matches in 497 * patterns. Remove all numeric constants. 498 4991999-12-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 500 501 * mi-eval.exp: New file. Some initial tests for 502 -data-evaluate-expression. 503 5041999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com> 505 506 * c_variable.c, cpp_variable.cc, cpp_variable.h: New files. Used 507 for testing "var" operations. 508 * Makefile.in: Add reference to the above files. 509 5101999-12-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 511 512 * mi-regs.exp: Fix test for format 'N' for 513 data-list-register-values. 514 5151999-12-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 516 517 * mi-disassemble.exp: Update expected output. Break test of 518 disassembly in mixed mode into 2 functions. 519 520 * mi-regs.exp: Initial register tests. Works only on sparc right 521 now. 522 5231999-12-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 524 525 * mi-stepi.exp: New file. Tests exec-step-instruction and 526 exec-next-instruction. 527 * mi-until.exp: New file. Tests exec-until. 528 * until.c: New file. 529 * mi-return.exp: New file. Tests exec-return. 530 531Thu Dec 2 09:38:23 1999 Andrew Cagney <cagney@b1.cygnus.com> 532 533 * mi-hack-cli.exp: New test. Check the hacked up access to the 534 CLI. 535 536Wed Dec 1 16:47:40 1999 Andrew Cagney <cagney@b1.cygnus.com> 537 538 * mi-basics.exp: Delete calls to mi_delete_breakpoints, 539 mi_gdb_reinitialize_dir and mi_gdb_load. This test is checking 540 that these can work. 541 542 * mi-support.exp (mi_step, mi_next, mi_run_to_main): New 543 procedures. 544 545 * mi-read-memory.exp, mi-read-memory.c: New files. Test 546 data-read-memory command. 547 548Tue Nov 30 23:54:16 1999 Andrew Cagney <cagney@b1.cygnus.com> 549 550 * mi-support.exp: Don't start SID until after GDB has been started 551 and verified. 552 553Tue Nov 30 22:21:33 1999 Andrew Cagney <cagney@b1.cygnus.com> 554 555 * mi-support.exp (mi_uncatched_gdb_exit): When SID, call sid_exit. 556 (mi_gdb_start): When SID, call sid_start. 557 (mi_gdb_start): Add MIFLAGS to spawn-GDB command. Check for 558 HEADLESS gdb. Return non-zero when GDB fails to start. 559 (mi_gdb_load): When SID or SIM, download program. 560 (mi_run_cmd): Don't do download here. Assume target supports the 561 00-exec-run command. 562 (skip_mi_tests, setup_gdbmi, unset_gdbmi): Delete. Merged into 563 mi_gdb_start. 564 565 * mi-basics.exp, mi-break.exp, mi-console.exp, mi-disassemble.exp, 566 mi-simplerun.exp, mi-watch.exp: Update. Check status from 567 mi_gdb_start indicating that GDB started correctly. 568 569Tue Nov 30 15:22:08 1999 Andrew Cagney <cagney@b1.cygnus.com> 570 571 * mi-support.exp (setup_gdbmi, unset_gdbmi): New 572 procedures. Setup/unset dejagnu for mi tests. 573 * mi-basics.exp, mi-console.exp, mi-simplerun.exp, mi-break.exp, 574 mi-disassemble.exp, mi-watch.exp: Update. 575 5761999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 577 578 * mi-simplerun.exp (test_running_the_program): Remove XFAIL. The 579 output is fixed now. 580 (test_program_termination): Update output pattern. 581 582Tue Nov 30 00:19:10 1999 Andrew Cagney <cagney@b1.cygnus.com> 583 584 * mi-console.c, mi-console.exp: New files. Test console output. 585 586Mon Nov 29 17:59:13 1999 Andrew Cagney <cagney@b1.cygnus.com> 587 588 * mi-support.exp (mi_run_command): Check for exec-run command 589 failure due to MI not having an active target. 590 (mi_run_command): Check for and handle a builtin simulator target. 591 (mi_run_command): Don't check/handle for ``The program has been 592 started already'', not a valid MI response. 593 594 * mi-simplerun.exp (test_running_the_program): Update all patterns 595 to match async output. 596 (test_running_the_program): Mark ``step to callee4'' as XFAIL. MI 597 output contains {,reason="end-stepping-range"}+. 598 599 * mi-simplerun.exp: Limit the timeout for ``step to callee4'' to 600 30 seconds. 601 602Mon Nov 29 17:30:00 1999 Andrew Cagney <cagney@b1.cygnus.com> 603 604 * mi-support.exp (skip_mi_tests): Print UNTESTED when MI interface 605 isn't available. Start/stop instead of assuming GDB is running. 606 (MIFLAGS): Define. 607 * mi-simplerun.exp, mi-disassemble.exp, mi-break.exp, 608 mi-basics.exp, mi-watch.exp: Update. 609 6101999-11-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 611 612 * mi-simplerun.exp: Move break-insert {-t, -r} from here. 613 * mi-break.exp: To here. New file. 614 * mi-watch.exp: New file. Tests for watchpoints. 615 616Wed Nov 24 17:42:07 1999 Andrew Cagney <cagney@b1.cygnus.com> 617 618 * gdb.mi/ChangeLog-mi: MI entries moved to here. 619 620Wed Nov 24 17:31:04 1999 Andrew Cagney <cagney@b1.cygnus.com> 621 622 * gdb.mi/mi-basics.exp, gdb.mi/mi-disassemble.exp, 623 gdb.mi/mi-simplerun.exp: Print warning message when test isn't 624 run. 625 6261999-11-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 627 628 * gdb.mi/mi-simplerun.exp: Update output of break-list to account for 629 "times" field. 630 6311999-11-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 632 633 * gdb.mi/mi-simplerun.exp: Add tests for temporary breakpoints 634 and bp based on regular expressions. 635 * gdb.mi/mi-disassemble.exp: Fix typo. 636 6371999-11-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 638 639 * gdb.mi/mi-disassemble.exp: Update output of execution commands 640 to reflect new 'reason' field. 641 * gdb.mi/mi-simplerun.exp: Ditto. 642 6431999-10-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 644 645 * gdb.mi/mi-simplerun.exp: Add more stack-list-frames tests. 646 647 * gdb.mi/mi-disassemble.exp: Update 'run to main' output. 648 649 * gdb.mi/mi-simplerun.exp: Update execution commands 650 output. Update backtrace output. 651 6521999-10-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 653 654 * gdb.mi/mi-disassemble.exp: Add new tests for the new 655 disassembly command parameter, number of lines. 656 657Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com> 658 659 * lib/mi-support.exp: Break complicated gdb_expect containing 660 exp_continue into a while within an expect. Don't attempt a start 661 more than three times. Check return value from gdb_load. 662 6631999-10-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com> 664 665 * gdb.mi/mi-disassemble.exp: New file. 666 667Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com> 668 669 * lib/mi-support.exp (mi_run_cmd): Give up after two restart 670 attempts. 671 6721999-09290 Fernando Nasser <fnasser@totem.to.cygnus.com> 673 674 * gdb.mi/mi-basics.exp: Update to current syntax and output formats. 675 * gdb.mi/mi-simplerun.exp: Ditto. 676 * lib/mi-support.exp (mi_delete_breakpoints): Ditto. 677 6781999-06-30 Fernando Nasser <fnasser@totem.to.cygnus.com> 679 680 * gdb.mi/basics.c (main): Fix return code. Add a print "Hello, 681 World". 682 * gdb.mi/mi-basics.exp: Fix message texts and numbering. 683 * gdb.mi/mi-simplerun.exp: Ditto. Also, add new tests and improve 684 some patterns. 685 6861999-06-30 Fernando Nasser <fnasser@totem.to.cygnus.com> 687 688 * lib/mi-support.exp (mi_gdb_reinitialize_dir): Remove query as an 689 acceptable response to the environment-dir command. 690 6911999-06-30 Fernando Nasser <fnasser@totem.to.cygnus.com> 692 693 * lib/mi-support.exp (mi_delete_breakpoints): Remove references to 694 gdb-cli. 695 (mi_run_cmd): Ditto. 696 6971999-06-25 Fernando Nasser <fnasser@totem.to.cygnus.com> 698 699 * lib/mi-support.exp (skip_mi_tests): Use gdb-version to check for 700 headless output format. 701 7021999-06-24 Fernando Nasser <fnasser@totem.to.cygnus.com> 703 704 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Add global 705 spec for hex. 706 7071999-06-24 Fernando Nasser <fnasser@totem.to.cygnus.com> 708 709 * lib/mi-support.exp (mi_run_cmd): Fix pattern and add a timeout 710 clause. 711 7121999-06-24 Fernando Nasser <fnasser@totem.to.cygnus.com> 713 714 * lib/mi-support.exp: Use mi_gdb_prompt instead of a modified 715 gdb_prompt. Remove uneeded loading of libgloss. 716 (mi_gdb_exit): Remove prompt argument. 717 (mi_uncatched_gdb_exit): Ditto. 718 (mi_run_cmd): New proc. MI version of gdb_run. 719 (skip_mi_tests): New proc. Check if gdb is capable of producing 720 headless formatted output. 721 * gdb.mi/mi-basics.exp: Use mi_gdb_prompt instead of a modified 722 gdb_prompt. Eliminate parameter to mi_gdb_exit (as a result of 723 the above). Test for skip_mi_tests before running. 724 Note: The above changes are interelated (need each other). 725 * gdb.mi/mi-simplerun.exp: Same changes as for mi-basics.exe 726 above. 727 (test_breakpoint_creation_and_listing): Remove insertion of 728 breakpoint at callee1 (and renumber tokens). Add tests for 729 break-list, break-disable and break-info. 730 (test_running_the_program): Use mi_run_cmd so it can run on remote 731 targets. 732 (test_controlled_execution): Fix broken test. 733 (test_program_termination): Test implemented. 734 * gdb.mi/basic.c (main): Small change to allow for testing of both 735 exec-next and exec-step operations. 736 7371999-06-22 Fernando Nasser <fnasser@totem.to.cygnus.com> 738 739 * lib/mi-support.exp (mi_gdb_test): New proc. MI version of gdb_test. 740 * gdb.mi/mi-basics.exp: Use the above instead of gdb_test. 741 * gdb.mi/mi-simplerun.exp: Ditto. 742 7431999-06-22 Fernando Nasser <fnasser@totem.to.cygnus.com> 744 745 * gdb.mi/mi-simplerun.exp: New file. Tests simple debugging tasks. 746 * gdb.mi/mi-basics.exp: Remove tests moved to above new file. 747 * lib/mi-support.exp: New file. Support procedures for mi tests. 748 7491999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com> 750 751 * gdb.mi/mi-basics.exp: Skip all tests if the MI interpreter is 752 not active. 753 7541999-06-03 Fernando Nasser <fnasser@totem.to.cygnus.com> 755 756 * gdb.mi: New directory. 757 * configure.in: Configure it. 758 * configure: Regenerate. 759 * gdb.mi/{Makefile.in,configure.in,configure}: New files. 760 * gdb.mi/{mi-basics.exp,basics.c,testcmds}: New files. 761 762 763Local Variables: 764mode: indented-text 765left-margin: 8 766fill-column: 74 767version-control: never 768End: 769