summaryrefslogtreecommitdiff
path: root/gdb/energize-patches
Commit message (Collapse)AuthorAgeFilesLines
* Initial creation of sourceware repositoryStan Shebs1999-04-161-0/+0
|
* Blasting old junkStan Shebs1995-05-111-1749/+0
|
* * energize-patches, main.c (main), top.c (gdb_init, pwd_command),Fred Fish1994-06-231-6/+6
| | | | | top.h: Change all occurances of dirbuf to gdb_dirbuf. Collides with global variable of same name in libnsl.so on UnixWare.
* Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1993-11-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change all references to stdout/stderr to gdb_stdout/gdb_stderr. Replace all calls to stdio output functions with calls to corresponding _unfiltered functions (`fprintf_unfiltered') Replaced calls to fopen for output to gdb_fopen. Added sufficient goo to utils.c and defs.h to make the above work. The net effect is that stdio output functions are only directly used in utils.c. Elsewhere, the _unfiltered and _filtered functions and GDB_FILE type are used. In the near future, GDB_FILE will stop being equivalant to FILE. The semantics of some commands has changed in a very subtle way: called in the right context, they may cause new occurences of prompt_for_continue() behavior. The testsuite doesn't notice anything like this, though. Please respect this change by not reintroducing stdio output dependencies in the main body of gdb code. All output from commands should go to a GDB_FILE. Target-specific code can still use stdio directly to communicate with targets.
* * ieee-float.c: Moved to ../libiberty.Per Bothner1993-03-191-4/+4
| | | | | | | | | | | | | | * ieee-float.h: Moved to ../include. * Makefile.in: Update accordingly. * i386-pinsn.c (print_insn), m68k-pinsn.c (print_insn): Convert to stubs that call disassemblers in ../opcodes/*-dis.c. * m68k-tdep.c: Removed definition of ext_format ext_format_68881; it is now in ../opcodes/m68881-ext.c. * mips-tdep.c (mips_skip_prologue): Try to skip more of the prologue (some callers _do_ care). * mips-pinsn.c (print_insn), z8k-tdep.c (print_insn): Convert to new interface of ../opcodes/*-dis.c. * ch-exp.y: Add #include <ctype.h>.
* Yet another rev. We keep the _filtered stuff for energize.Stu Grossman1992-09-291-40/+936
|
* Use correct directory for .mh files so that patch can find them.Stu Grossman1992-09-281-2/+2
|
* Use new interfaces to native/target stuff.Stu Grossman1992-09-281-70/+78
|
* Update patches to current version of devo.Stu Grossman1992-09-261-174/+141
|
* Add missing utils.c patches.Stu Grossman1992-09-151-2/+87
|
* All new patches for Energize!Stu Grossman1992-09-151-237/+191
|
* Update to make patches relative to current devo sources.Fred Fish1992-08-251-180/+105
|
* Fixup patch for ncr3000.mh, delete patch for amix.mh, add patch forFred Fish1992-07-181-28/+25
| | | | demangle.c.
* Correct pathnames for files in config/Stu Grossman1992-07-181-4/+4
|
* Update to reflect new Makefile.in changes for Energize connection lib.Stu Grossman1992-07-181-138/+118
|
* Change LCC_PRODUCER string to match current NCR lcc AT_producer. UpdateFred Fish1992-07-161-15/+19
| | | | energize-patches to work when configured with -srcdir=.
* Fixup minor botch during hand editing of amix.mh patch.Fred Fish1992-07-151-6/+3
|
* * dbxread.c, dwarfread.c: Re-enable experimental code toFred Fish1992-07-151-50/+49
| | | | | | | | | | automatically select demangling style. * demangle.c (DEFAULT_DEMANGLING_STYLE): Rename from simply DEMANGLING_STYLE, to make more descriptive. Revert back to "auto" as default. Comment use. * Makefile.in (DEMANGLING_STYLE, DEMANGLE_OPTS): Remove. * Makefile.in (${DEMANGLER}.o) Remove target and special compilation rule.
* To avoid confusion, start off post release development versions at 4.6.1,Fred Fish1992-07-151-2/+2
| | | | so the only 4.6 gdb executables are those built from the actual 4.6 release.
* Update the diffs to Makefile.in.Fred Fish1992-07-151-35/+30
| | | | Modify amix.mh and ncr3000.mh diffs to be relative to config/
* * energize-patches: Fix minor problems with building energize lib.Stu Grossman1992-07-051-29/+28
| | | | (Also all energize.h to .Sanitize).
* * energize-patches: Change names of all cadillac procedure callsStu Grossman1992-07-051-362/+284
| | | | | to be energize procedure calls. Simplify many hooks by moving tests energize.c. Configure energize, and build it automatically now.
* * cadillac.c, cadillac-patches: Rename to energize.c andStu Grossman1992-07-051-0/+1021
energize-patches. Change all routines and variables named 'cadillac*' to 'energize*'. Create new file called energize.h to hold all interface declarations.