Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-03-10 | Fix C++ overload support, see through references | Daniel Berlin | 1 | -11/+12 | |
2000-03-04 | Make mmalloc functions consistent. Some need ISO-C others need PTR :-(. | Andrew Cagney | 1 | -1/+4 | |
2000-03-04 | Oops, lost update to defs.h:null_cleanup(). | Andrew Cagney | 1 | -1/+1 | |
2000-03-04 | Convert extract/store functions to ISO-C. | Andrew Cagney | 1 | -3/+3 | |
2000-03-04 | Convert make_cleanup functions to ISO-C. | Andrew Cagney | 1 | -6/+18 | |
2000-03-03 | 2000-03-03 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 1 | -1/+1 | |
* defs.h (struct continuation_arg): Change type of field 'data' from PTR to void *. * event-loop.h: Eliminate uses of PTR, use 'void *' instead. * event-top.c: Ditto. | |||||
2000-02-24 | * top.c (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Update comments. | Nicholas Duffek | 1 | -5/+8 | |
(error_return, quit_return): Merge into catch_return pointer. (return_to_top_level): Update comment. Longjmp to *catch_errors, and communicate reason to catch_errors via setjmp return value. (catch_errors): Always catch both quit and error, and if a catch wasn't requested by caller, throw it to the next catch_error. Replace dual longjmp buffer memcpy with single pointer change. Add FIXME for possibly adding new interface to tell caller what event was caught. Add extensive comments. * defs.h (enum return_reason): Reserve 0 for use as initial setjmp() return value. (RETURN_MASK): New public macro to generate RETURN_MASK_* from enum return_reason. (RETURN_MASK_QUIT, RETURN_MASK_ERROR): Define using RETURN_MASK. | |||||
2000-02-23 | Add mi/ and testsuite/gdb.mi/ subdirectories. | Andrew Cagney | 1 | -0/+10 | |
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. | |||||
2000-02-10 | * defs.h (MERGEPID): Added. Patch submitted by Andrew Hobson and | Jim Kingdon | 1 | -0/+1 | |
approved by Michael Snyder. | |||||
2000-02-05 | import gdb-2000-02-04 snapshot | Jason Molenda | 1 | -0/+8 | |
2000-02-03 | import gdb-2000-02-02 snapshot | Jason Molenda | 1 | -0/+7 | |
2000-02-02 | import gdb-2000-02-01 snapshot | Jason Molenda | 1 | -33/+30 | |
2000-02-01 | import gdb-2000-01-31 snapshot | Jason Molenda | 1 | -75/+1 | |
2000-01-25 | import gdb-2000-01-24 snapshot | Jason Molenda | 1 | -0/+1 | |
2000-01-06 | import gdb-2000-01-05 snapshot | Jason Molenda | 1 | -0/+5 | |
1999-12-22 | import gdb-1999-12-21 snapshot | Jason Molenda | 1 | -1/+3 | |
1999-12-14 | import gdb-1999-12-13 snapshot | Jason Molenda | 1 | -0/+33 | |
1999-12-07 | import gdb-1999-12-06 snapshot | Jason Molenda | 1 | -0/+12 | |
1999-11-17 | import gdb-1999-11-16 snapshot | Jason Molenda | 1 | -5/+27 | |
1999-11-09 | import gdb-1999-11-08 snapshot | Jason Molenda | 1 | -5/+25 | |
1999-10-19 | import gdb-1999-10-18 snapshot | Jason Molenda | 1 | -388/+388 | |
1999-10-05 | import gdb-1999-10-04 snapshot | Jason Molenda | 1 | -0/+5 | |
1999-09-28 | import gdb-1999-09-28 snapshot | Jason Molenda | 1 | -18/+8 | |
1999-09-22 | import gdb-1999-09-21 | Jason Molenda | 1 | -2/+3 | |
1999-09-09 | import gdb-1999-09-08 snapshot | Stan Shebs | 1 | -2/+3 | |
1999-08-31 | import gdb-1999-08-30 snapshot | Jason Molenda | 1 | -59/+57 | |
1999-08-23 | import gdb-1999-08-23 snapshot | Jason Molenda | 1 | -3/+22 | |
1999-08-16 | import gdb-1999-08-16 snapshot | Jason Molenda | 1 | -1/+0 | |
1999-08-09 | import gdb-1999-08-09 snapshot | Jason Molenda | 1 | -7/+17 | |
1999-07-12 | import gdb-1999-07-12 snapshot | Jason Molenda | 1 | -1/+5 | |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -14/+14 | |
1999-07-07 | import gdb-1999-07-07 pre reformat | Jason Molenda | 1 | -0/+2 | |
1999-07-05 | import gdb-1999-07-05 snapshot | Jason Molenda | 1 | -1/+38 | |
1999-06-14 | import gdb-1999-06-14 snapshot | Jason Molenda | 1 | -2/+22 | |
1999-06-07 | import gdb-1999-06-07 snapshot | Jason Molenda | 1 | -6/+0 | |
1999-06-01 | import gdb-1999-06-01 snapshot | Jason Molenda | 1 | -8/+39 | |
1999-05-25 | import gdb-1999-05-25 snapshot | Jason Molenda | 1 | -0/+17 | |
1999-05-11 | import gdb-1999-05-10 | Stan Shebs | 1 | -1/+2 | |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -18/+5 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+1139 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -1139/+0 | |
1999-01-28 | This is the merge of the Itcl3.0 gdbtk development branch into the | Jim Ingham | 1 | -2/+3 | |
trunk. To build it, you will have to do update -dP in the itcl directory, and update tcl, tk, tix and libgui as well. | |||||
1998-12-31 | all remaining *.c *.h files from hp merge. | David Taylor | 1 | -11/+72 | |
1998-12-28 | hp merge changes -- too numerous to mention here; see ChangeLog and | David Taylor | 1 | -1/+7 | |
ChangeLog-gdbtk for details. | |||||
1998-12-23 | * defs.h (TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT): Define using | Andrew Cagney | 1 | -65/+5 | |
TARGET_BYTE_ORDER and not target_byte_order. | |||||
1998-12-13 | CARP: | Andrew Cagney | 1 | -48/+44 | |
Re-do TARGET_PRINT_INSN_INFO, TARGET_PRINT_INSN, TARGET_ARCHITECTURE, TARGET_ARCHITECTURE_AUTO, TARGET_BYTE_ORDER_SELECTABLE_P, TARGET_BYTE_ORDER so that they can all be overriden. Document. Convert mn10300 and PPC targets. | |||||
1998-12-10 | CARP: | Andrew Cagney | 1 | -1/+5 | |
Rename REGISTER_NAMES{} -> REGISTER_NAME(). | |||||
1998-12-09 | 1998-12-08 Philippe De Muyter <phdm@macqel.be> | Jason Molenda | 1 | -1/+5 | |
* config/xm-aix4.h (SIGWINCH_HANDLER): Function `aix_resize_window' must accept a signal number as parameter. * config/rs6000/xm-rs6000.h (SIGWINCH_HANDLER): Ditto. * utils.c (initialize_utils): Give a parameter to `SIGWINCH_HANDLER'. * inferior.h (register_valid): Variable's type is `SIGNED char', not `char'. * findvar.c (register_valid): Ditto. * defs.h (make_cleanup_func): Protect parameter list by `PARAMS'. * gdbthread.h (unbind_target_thread_vector): Likewise. | |||||
1998-11-23 | CARP: Convert macro definitions of USE_STRUCT_CONVENTION into target | Andrew Cagney | 1 | -0/+5 | |
specific functions. | |||||
1998-11-16 | Mon Nov 16 14:17:05 1998 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 1 | -15/+15 | |
* defs.h: if compiling under Cygwin, define __CYGWIN__ if __CYGWIN32__ is defined and __CYGWIN__ isn't for backwards compatibility. |