summaryrefslogtreecommitdiff
path: root/gdb/mi/mi-parse.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
|
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
| | | | | Switch the license of all .h files to GPLv3. Switch the license of all .cc files to GPLv3.
* * mi/mi-parse.h: Include <sys/time.h>.Daniel Jacobowitz2007-02-051-0/+2
|
* * mi/mi-main.c: Include <sys/resource.h> if present.Nick Roberts2007-02-021-0/+8
| | | | | | | | | | | | | | | | | | (rusage): Declare if HAVE_GETRUSAGE. (current_command_ts, do_timings): New static variables. (timestamp, print_diff_now, print_diff, timeval_diff): New static timing functions. (mi_cmd_enable_timings): New function for new MI command. (captured_mi_execute_command, mi_execute_async_cli_command): Call timing functions. * mi/mi-cmds.c (mi_cmds): Add entry for new MI command -enable-timings. * mi/mi-cmds.h (mi_cmd_enable_timings): New extern. * mi/mi-parse.h: (mi_timestamp): New structure. (mi_parse): Add mi_timestamp* member.
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
|
* * mi/mi-symbol-cmds.c:Eli Zaretskii2005-12-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * mi/mi-parse.h: * mi/mi-parse.c: * mi/mi-out.h: * mi/mi-out.c: * mi/mi-main.h: * mi/mi-main.c: * mi/mi-interp.c: * mi/mi-getopt.h: * mi/mi-getopt.c: * mi/mi-console.h: * mi/mi-console.c: * mi/mi-common.h: * mi/mi-common.c: * mi/mi-cmds.h: * mi/mi-cmds.c: * mi/mi-cmd-var.c: * mi/mi-cmd-stack.c: * mi/mi-cmd-file.c: * mi/mi-cmd-env.c: * mi/mi-cmd-disas.c: * mi/mi-cmd-break.c: Add (C) after Copyright. Update the FSF address.
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+1
|
* Rename mi/ChangeLog-mi -> mi/ChangeLogAndrew Cagney2000-05-161-4/+0
|
* Fix copyright - Cygnus is a Red Hat company.Andrew Cagney2000-02-231-1/+1
|
* Add mi/ and testsuite/gdb.mi/ subdirectories.Andrew Cagney2000-02-231-0/+59
Add --enable-gdbmi option to configury. Add mi rules to Makefile.in Add mi conditional output to event-top.c infrun.c main.c top.c. Add -i=mi option.