Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-02-08 | Add __FILE__ and __LINE__ parameter to internal_error() / | Andrew Cagney | 1 | -8/+16 | |
internal_verror(). | |||||
2001-01-31 | 2001-01-31 David Smith <dsmith@redhat.com> | David Smith | 1 | -2/+2 | |
* event-loop.c: Change inclusion of string.h to gdb_string.h and updated the copyright notice. * ser-pipe.c: Ditto. * mi/mi-cmds.c: Ditto. * mi/mi-console.c: Ditto. * mi/mi-getopt.c: Ditto. * mi/mi-parse.c: Ditto. | |||||
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -6/+6 | |
2000-09-01 | Corrected spelling errors in comments: | David Anderson | 1 | -3/+3 | |
adn -> and, Is->Are, occures->occurs | |||||
2000-07-05 | Check for <sys/poll.h>. | Andrew Cagney | 1 | -0/+6 | |
2000-03-23 | 2000-03-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 1 | -23/+23 | |
* event-loop.c (handle_file_event): Run through indent. | |||||
2000-03-23 | 2000-03-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 1 | -206/+244 | |
From Philippe De Muyter <phdm@macqel.be> * event-loop.c (sys/types.h): File now included unconditionally. (use_poll): New variable.. (gdb_notifier): poll- and select-versions merged. (add_file_handler): If HAVE_POLL, check whether poll is usable, and reset `use_poll' if not. (create_file_handler): Select poll- or select-version according to `use_poll'. (delete_file_handler, handle_file_event): Likewise. (gdb_wait_for_event, poll_timers): Likewise. | |||||
2000-03-20 | 2000-03-04 Eli Zaretskii <eliz@is.elta.co.il> | Elena Zannoni | 1 | -63/+54 | |
* event-loop.c (top-level) [NO_FD_SET]: Deprecate this branch. Print an error at compile time if we are to use select, but FD_SET is not available. (SELECT_MASK, NBBY, FD_SETSIZE, NFDBITS, MASK_SIZE): Define only if HAVE_POLL is not defined and NO_FD_SET *is* defined. (create_file_handler) [!HAVE_POLL]: Use FD_SET and FD_CLR. (delete_file_handler) [!HAVE_POLL]: Use FD_CLR and FD_ISSET. (gdb_wait_for_event) [!HAVE_POLL]: Copy fd_set sets directly instead of using memcpy and memset. Use FD_ISSET. * config/i386/xm-go32.h (fd_mask): Remove typedef. | |||||
2000-03-06 | 2000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 1 | -2/+5 | |
From Eli Zaretskii <eliz@is.elta.co.il>: * event-loop.c (poll_timers): Don't compare delta.tv_sec with zero, since time_t might be unsigned. | |||||
2000-02-21 | 2000-02-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 1 | -6/+6 | |
From Philippe De Muyter <phdm@macqel.be> * event-loop.c (handle_file_event): In case of poll, enable printing of informational message if an error/exception is detected on the file descriptor. | |||||
1999-12-14 | import gdb-1999-12-13 snapshot | Jason Molenda | 1 | -1/+1 | |
1999-11-09 | import gdb-1999-11-08 snapshot | Jason Molenda | 1 | -57/+51 | |
1999-10-05 | import gdb-1999-10-04 snapshot | Jason Molenda | 1 | -41/+3 | |
1999-09-28 | import gdb-1999-09-28 snapshot | Jason Molenda | 1 | -60/+79 | |
1999-09-22 | import gdb-1999-09-21 | Jason Molenda | 1 | -52/+421 | |
1999-09-13 | import gdb-1999-09-13 snapshot | Jason Molenda | 1 | -13/+24 | |
1999-08-16 | import gdb-1999-08-16 snapshot | Jason Molenda | 1 | -7/+11 | |
1999-07-19 | import gdb-1999-07-19 snapshot | Jason Molenda | 1 | -1/+1 | |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -11/+12 | |
1999-07-05 | import gdb-1999-07-05 snapshot | Jason Molenda | 1 | -7/+9 | |
1999-06-28 | import gdb-1999-06-28 snapshot | Jason Molenda | 1 | -2/+41 | |
1999-06-21 | import gdb-1999-06-21 snapshot | Jason Molenda | 1 | -12/+14 | |
1999-06-14 | import gdb-1999-06-14 snapshot | Jason Molenda | 1 | -1/+2 | |
1999-05-25 | import gdb-1999-05-25 snapshot | Jason Molenda | 1 | -2/+1 | |
1999-05-11 | import gdb-1999-05-10 | Stan Shebs | 1 | -0/+741 | |