Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-01-23 | document -q | rsc | 1 | -0/+4 | |
2005-01-23 | document core and stack | rsc | 2 | -13/+31 | |
2005-01-23 | sort cores; print stack as command | rsc | 1 | -7/+16 | |
2005-01-23 | changes mainly for threading support | rsc | 1 | -0/+72 | |
2005-01-23 | less verbose | rsc | 1 | -1/+2 | |
2005-01-23 | change to use attach functions. | rsc | 5 | -97/+35 | |
$a means switch thread in core dumps. (maybe that should be $A now?). | |||||
2005-01-23 | Working on better handling of multithreading in general | rsc | 10 | -174/+526 | |
and core dumps in particular. See notes: new types: register is something that when dereferenced gives you the registers. the Ureg is no longer mapped at 0. refconst is something that gives a constant when dereferenced. new builtin register("AX") creates register values new builtin refconst(0x123) creates refconst values new builtin var("foo") is equivalent to the variable foo (it returns foo but can also be used as the lhs of an assignment). new acid function getregs() returns a list of the current values of registers. new acid function setregs() sets the current registers to those values. note that getregs and setregs operate on register locations, not the register values themselves. new acid function resetregs() sets registers to register("AX"), etc. new acid function clearregs() sets all registers to constant -1. the default register settings are as in resetregs(), not small numbers. new acid variables coretext, pids, systype, corefile, cmdline. new behavior: local variable lookup, stk, etc., use the acid values of registers (*PC, *SP, and so on), so the thread support code can change the context completely. unary + is applicable to more data types and prints more often. | |||||
2005-01-23 | document searchpath(3) | rsc | 1 | -0/+61 | |
2005-01-23 | Add searchpath(). | rsc | 3 | -0/+64 | |
2005-01-23 | Extract more data from core dumps. | rsc | 1 | -4/+11 | |
2005-01-23 | Start working through proper handling of pthreads when | rsc | 14 | -415/+528 | |
debugging Linux core dumps. Pthreads for active processes is still not supported, nor are other systems. | |||||
2005-01-23 | Apparently SuSE 9.1's X distribution uses even bigger | rsc | 4 | -4/+5 | |
buffers than the standard ones. 64kB appears to be enough for a stack in that case, but let's just go nuts and make the stacks enormous, so that it takes a few more doublings of X's stack needs before we run into this problem again. The VM system should take care of not actually using most of the memory anyway. | |||||
2005-01-23 | redirect debugging output of isnptl | rsc | 1 | -1/+1 | |
2005-01-21 | arg count | rsc | 1 | -1/+1 | |
2005-01-21 | use better versions | rsc | 3 | -3/+4 | |
2005-01-21 | replace mdir with mkdir; oops | rsc | 1 | -1/+1 | |
2005-01-20 | ignore host read eof while exiting | rsc | 3 | -0/+9 | |
2005-01-20 | todo | rsc | 1 | -0/+6 | |
2005-01-20 | core has been written | rsc | 1 | -3/+9 | |
2005-01-19 | use correct yacc | rsc | 1 | -1/+0 | |
2005-01-19 | more ignores | rsc | 1 | -1/+1 | |
2005-01-19 | add errno | rsc | 2 | -1/+1 | |
2005-01-19 | fixes | rsc | 1 | -1/+1 | |
2005-01-19 | show only interesting log entries | rsc | 1 | -0/+3 | |
2005-01-19 | do not use shutdown on mac | rsc | 1 | -4/+6 | |
2005-01-19 | avoid c99 | rsc | 1 | -15/+22 | |
2005-01-19 | avoid c99 extensions | rsc | 1 | -4/+15 | |
2005-01-19 | bad $variable names | rsc | 1 | -2/+2 | |
2005-01-19 | try again | rsc | 1 | -4/+4 | |
2005-01-19 | try again at x86-64 | rsc | 1 | -1/+3 | |
2005-01-19 | continue x86-64 | rsc | 3 | -1/+10 | |
2005-01-19 | do not close -1 | rsc | 1 | -1/+2 | |
2005-01-19 | update | rsc | 1 | -0/+12 | |
2005-01-19 | do not translate man pages | rsc | 1 | -1/+1 | |
2005-01-19 | do not use rpath on Darwin | rsc | 1 | -2/+6 | |
2005-01-18 | proccreate race | rsc | 1 | -1/+3 | |
2005-01-18 | free hdr->cmd | rsc | 1 | -0/+1 | |
2005-01-18 | extract cmd in right place | rsc | 3 | -6/+6 | |
2005-01-18 | add | rsc | 1 | -0/+102 | |
2005-01-18 | add core cmd | rsc | 4 | -0/+65 | |
2005-01-18 | print core cmd | rsc | 1 | -0/+1 | |
2005-01-18 | run LOCAL.INSTALL | rsc | 1 | -1/+4 | |
2005-01-18 | check for lack of registers | rsc | 1 | -4/+4 | |
2005-01-18 | bigger chunking | rsc | 1 | -1/+1 | |
2005-01-18 | add threadgetname | rsc | 1 | -0/+6 | |
2005-01-18 | bug fixes | rsc | 5 | -11/+16 | |
2005-01-18 | update 9menu url | rsc | 1 | -1/+1 | |
2005-01-18 | gone | rsc | 1 | -17/+0 | |
2005-01-18 | update | rsc | 3 | -10/+29 | |
2005-01-18 | add threadspawnl | rsc | 1 | -0/+1 | |