aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-nlmstub.c
AgeCommit message (Collapse)AuthorFilesLines
1993-11-30 * i386-nlmstub.c: Undo I/O redirection changes by Tom Lord.Stu Grossman1-14/+14
These definitely won't work under Netware.
1993-11-01Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1-14/+14
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.
1993-10-04Novell came through with the publicly visible information, so thisIan Lance Taylor1-142/+23
file may now be distributed. * i386-nlmstub.c: New file; debugging stub for i386 NetWare. Must be compiled with NetWare header files and turned into an NLM with nlmconv.
1993-09-21Snapshot of current i386 NetWare debugging stub.Ian Lance Taylor1-46/+65
Added some more debugging information. Added handling of memory fault errors when caused by invalid memory accesses. Always use N response, not S.
1993-09-10Snapshot of current i386 NLM debugging stub.Ian Lance Taylor1-8/+10
1993-09-06Snapshot of stand alone i386 NLM debugging stub. Currently sanitizedIan Lance Taylor1-0/+1057
out because it contains Novell proprietary code.