Age | Commit message (Expand) | Author | Files | Lines |
1993-07-10 | * values.c, value.h (modify_field), callers: Make fieldval a LONGEST. | Jim Kingdon | 1 | -4/+2 |
1993-07-10 | * findvar.c, defs.h | Jim Kingdon | 1 | -61/+10 |
1993-06-14 | * main.c, symfile.c, source.c, exec.c, core.c: Use it for | Jim Kingdon | 1 | -5/+6 |
1993-06-09 | (read_memory_unsigned_integer): New function. | Steve Chamberlain | 1 | -0/+38 |
1993-05-07 | * core.c (dis_asm_read_memory): Cast second arg of | Fred Fish | 1 | -1/+1 |
1993-04-02 | New print_address for disassemblers, merge a29k and i960 disassemblers | Jim Kingdon | 1 | -3/+10 |
1993-04-01 | Fix prototype problems related to recent disassembler changes | Jim Kingdon | 1 | -1/+2 |
1993-04-01 | * core.c (dis_asm_read_memory): drop fourth arg which conflicts with | K. Richard Pixley | 1 | -3/+5 |
1993-03-31 | provide a new interface (using read_memory_func) to call the disassemblers | Jim Kingdon | 1 | -0/+22 |
1992-10-15 | * Makefile.in (VERSION): Roll to 4.6.8. | John Gilmore | 1 | -1/+2 |
1992-09-29 | Break the direct connection from core_file_command to any | K. Richard Pixley | 1 | -3/+8 |
1992-09-25 | Separate core functions along target vector in preparation for | K. Richard Pixley | 1 | -244/+3 |
1992-09-22 | Break the thread of control that implies that a unix child | John Gilmore | 1 | -2/+3 |
1992-09-18 | Remove convert_{to,from}_virtual members from target structs. | John Gilmore | 1 | -1/+1 |
1992-09-15 | * breakpoint.c, core.c, exec.c, language.c, main.c, printcmd.c, | Stu Grossman | 1 | -5/+5 |
1992-07-04 | * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c, | Fred Fish | 1 | -1/+1 |
1992-04-24 | Call warning() to print warnings, which deals properly with leading and | Fred Fish | 1 | -5/+5 |
1992-04-22 | Remove now obsolete signame.c and signame.h; functionality is handled by | Fred Fish | 1 | -11/+3 |
1992-03-29 | Lint | John Gilmore | 1 | -1/+1 |
1992-03-03 | Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com) | Michael Tiemann | 1 | -2/+1 |
1992-02-21 | * core.c, exec.c, infrun.c, inftarg.c, language.c, remote.c, | John Gilmore | 1 | -18/+37 |
1992-01-31 | * exec.c (exec_files_info): Split out into print_section_info. | John Gilmore | 1 | -16/+2 |
1991-11-21 | * defs.h: Incorporate param.h. All users changed. | John Gilmore | 1 | -2/+1 |
1991-11-12 | Remove internal gdb definition of fixed arg count concat() function and | Fred Fish | 1 | -1/+1 |
1991-11-12 | Minor rewording of message containing name of program that generated a | Fred Fish | 1 | -1/+1 |
1991-10-25 | * core.c (core_file_info), exec.c (exec_file_info): Print file | John Gilmore | 1 | -6/+9 |
1991-10-16 | * core.c (core_open): Improve error message for bad file. | John Gilmore | 1 | -8/+9 |
1991-10-11 | Read cross-core files on Mach 386. | John Gilmore | 1 | -0/+2 |
1991-09-28 | * core.c (core_files_info): Shorten output. | John Gilmore | 1 | -6/+4 |
1991-09-19 | Output hex with local_hex_string for Modula-2 support. | John Gilmore | 1 | -15/+15 |
1991-09-11 | * core.c (core_file_command): Print frame at coredump with | John Gilmore | 1 | -3/+4 |
1991-09-04 | Make writing to files work properly. (Fixes to BFD are also needed.) | John Gilmore | 1 | -6/+13 |
1991-08-19 | * breakpoint.c (bpstat_do_actions): Use a cleanup to restore | John Gilmore | 1 | -1/+14 |
1991-08-14 | * core.c (core_open, core_close, core_xfer_memory): Move | John Gilmore | 1 | -53/+27 |
1991-07-19 | Eliminate LOC_EXTERNAL. Improve select_source_symtab. Bug fixes. | John Gilmore | 1 | -1/+1 |
1991-07-09 | * core.c (memory_error): Reword error msg to mislead less. | John Gilmore | 1 | -1/+1 |
1991-06-04 | Change GDB over to GNU General Public License version 2. | John Gilmore | 1 | -6/+6 |
1991-05-04 | Saber C (lint) cleanups, and a few bug fixes. See ChangeLog. | John Gilmore | 1 | -5/+6 |
1991-05-02 | The list of changes is too long to fit in the cvs log (since it truncates!). | Jim Kingdon | 1 | -0/+3 |
1991-04-23 | Use unpush_target not pop_target in core_open. | Jim Kingdon | 1 | -1/+1 |
1991-04-23 | Restore Schauer's version of ADD_SOLIB in core_open(). | Jim Kingdon | 1 | -3/+1 |
1991-04-23 | * Shared libaray/corefile changes from Peter Schauer: | Jim Kingdon | 1 | -2/+16 |
1991-04-19 | * target.h: Add to_doc and target_preopen. | Jim Kingdon | 1 | -0/+2 |
1991-04-05 | *** empty log message *** | John Gilmore | 1 | -2/+2 |
1991-03-28 | Johns release | K. Richard Pixley | 1 | -0/+447 |
1990-09-05 | Initial revision | John Gilmore | 1 | -558/+0 |
2012-06-03 | gdb-3.5 | gdb-3.5 | 1 | -2/+32 |
2012-06-03 | gdb-3.4 | gdb-3.4 | 1 | -4/+4 |
2012-06-03 | gdb-3.3 | gdb-3.3 | 1 | -45/+62 |
2012-06-03 | gdb-3.1 | gdb-3.1 | 1 | -402/+128 |