frysk-cvs archive
subject index for January - March, 2008

This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

[SCM] master: * LoadCommand.java: Add target set to output line.

[SCM] master: * StartRun.java: Fix merge error

[SCM] master: 2008-01-17 Phil Muldoon <pmuldoon@redhat.com>

[SCM] master: 2008-01-18 Phil Muldoon <pmuldoon@redhat.com>

[SCM] master: 2008-02-15 Phil Muldoon <pmuldoon@redhat.com>

[SCM] master: 2008-02-26 Phil Muldoon <pmuldoon@redhat.com>

[SCM] master: 2008-03-04 Phil Muldoon <pmuldoon@redhat.com>

[SCM] master: 2008-03-17 Phil Muldoon <pmuldoon@redhat.com>

[SCM] master: 2008-03-26 Phil Muldoon <pmuldoon@redhat.com>

[SCM] master: 2008-03-28 Phil Muldoon <pmuldoon@redhat.com>

[SCM] master: Add "kappa" to expected list.

[SCM] master: Add --segment=<regex> dumping strategy. Delete --stackonly dumping strategy.

[SCM] master: Add -exe argument; test fix printing exe and args.

[SCM] master: Add -sysroot option to fhpd.

[SCM] master: Add a -sysroot request option. Keep a per process sysroot.

[SCM] master: Add a ProcessIdentifierFactory; use.

[SCM] master: Add ability to kill a process using its PID.

[SCM] master: Add ability to list loaded procs and remove loaded procs.

[SCM] master: Add absolutePath versus relative guard test.

[SCM] master: Add and use frame table specific address space in libunwind.

[SCM] master: Add attatch/detach + repeated signal stress test (part 2).

[SCM] master: Add bz# to test that fails on slow machines.

[SCM] master: Add caller() and callers() methods to rsl Log.

[SCM] master: Add debug register group and alases.

[SCM] master: Add debug_frame parsing.

[SCM] master: Add DEFAULT and WARNING log levels.

[SCM] master: Add executeLive and executeDead to ProcEvent.

[SCM] master: Add frysk.isa.signals.StandardSignals.

[SCM] master: Add frysk.proc.Signal.

[SCM] master: Add frysk.rsl loggin.

[SCM] master: Add frysk.testbed.IsaTestbed; use.

[SCM] master: Add GenerateCoreCommand and tests.

[SCM] master: Add how-to create a nightly snapshot.

[SCM] master: Add INFO log-level; use warning level instead of System.out.println.

[SCM] master: add info {vector|float|general}-regs subcommands.

[SCM] master: Add manpages to htdocs/documentation/index.html.

[SCM] master: Add more info to ViewsetCommand.

[SCM] master: Add plt stepping test for bug #5259.

[SCM] master: Add shell command to hpd.

[SCM] master: Add special test to TestKillCommand pointing to bz 5615.

[SCM] master: Add standard stack options to ftrace.

[SCM] master: Add StopEventLoopWhenProcTerminates.

[SCM] master: Add sysroot option to CommandlineParser.

[SCM] master: Add Sysroot.java, SysrootCache.java, TestSysroot.java.

[SCM] master: Add TestUnloadCommand, fix regexp errors, add info message, remove unnecessary remove proc call.

[SCM] master: Add timeout so test won't fail incorrectly.

[SCM] master: Add type walker to determine expression type w/o expression evaluation.

[SCM] master: Add watchpoint interfaces.

[SCM] master: Add wiki link.

[SCM] master: Added (C) to frysk-sys/frysk/CompilerVersion.java and wrapped CompilerVersion.cxx methods with "#ifdef ... #else return -1" for non gnu compiler support.

[SCM] master: Added 2008 to copyright in header.

[SCM] master: Added output to kill command and added unload command.

[SCM] master: Added self to htdocs/people/index.html

[SCM] master: Added support for DW_interface_type tags

[SCM] master: Adjust TestFauxv testcase to expect symbols.

[SCM] master: Allign all help command option descriptions.

[SCM] master: Allow for struct/class accessibility defaults.

[SCM] master: Allow HPD notation for start/run command.

[SCM] master: Always allow instruction stepping through SteppingEngine. Fixes bug #5907.

[SCM] master: Always handle terminated events.

[SCM] master: Always pass milliseconds on timeout.

[SCM] master: Always use syscall based mapping guard when user passed -m

[SCM] master: Broke PPC register bank into logical banks (GP, FP, Altivec).

[SCM] master: Build Exe dead task in the process constructor.

[SCM] master: Catch exception when process is gone.

[SCM] master: Change commandline option names. Add VDSO check

[SCM] master: Change e.send to e.sendCommandExpectPrompt.

[SCM] master: Change line marker to ->

[SCM] master: Change Status to a scanner class like Stat; update.

[SCM] master: changes uses of requestFindProc to requestProc

[SCM] master: Check debuginfo CRC.

[SCM] master: Check for no arguments in breakpoint and load commands

[SCM] master: Clean up test processes.

[SCM] master: Cleanup TestFhd.java.

[SCM] master: Clearly identify code using the Task.blockers internal variable.

[SCM] master: Consider DESTDIR and ARCH32 when installing test-sysroot.

[SCM] master: Construct and return a File from the absolute path of the executable in LinuxCoreInfo.getExeFile().

[SCM] master: Correct some x8664 FXSAVE register sizes.

[SCM] master: Create an "int pid" free and logged frysk.sys.ptrace package.

[SCM] master: Ctrl-C handling for fhpd.

[SCM] master: Default to --enable-jar-compile.

[SCM] master: Delete BigFloat.

[SCM] master: Delete fryks.sys.Signal.equals(int).

[SCM] master: Delete fstack.parseCoresFIXME.

[SCM] master: Delete Host.add(Proc).

[SCM] master: Delete Host.getProc(ProcId).

[SCM] master: Delete Host.requestRefreshXXX().

[SCM] master: Delete HostObserver; unused.

[SCM] master: Delete leading space.

[SCM] master: Delete long disabled memory test; resolve 3725.

[SCM] master: Delete observableProcRemovedXXX; ya!

[SCM] master: Delete observableTask{Added,Removed}XXX.

[SCM] master: Delete Proc.creator.

[SCM] master: Delete Proc.getIsa.

[SCM] master: Delete ProcCounter.

[SCM] master: Delete ProcId.

[SCM] master: Delete remaining parseCommandFIXMEs.

[SCM] master: Delete remaining parseCoreFIXME-s.

[SCM] master: Delete Signal.kill(int); paper over fallout.

[SCM] master: Delete some dead Logger files.

[SCM] master: Delete some frysk.rsl log calls. Too noisy in peek.

[SCM] master: Delete StopEventLoopWhenProcRemoved; almost.

[SCM] master: Delete stray printlns.

[SCM] master: Delete SyscallExaminer.

[SCM] master: Delete Task.taskStateDetached.

[SCM] master: Delete unused host-tracking-task code.

[SCM] master: Delete unused Proc.requestRefresh().

[SCM] master: Delete unused Proc.retain(Task).

[SCM] master: Delete unused Task.getEntryPointAddress.

[SCM] master: Delete use of observableProcAddedXXX.

[SCM] master: Delete useless Proc.quitLatch.

[SCM] master: Delete Util.getProcFromCoreFile.

[SCM] master: Detect/log bad /proc/PID/task/TID entries.

[SCM] master: didn't seem to take on last push

[SCM] master: Don't crash when there is a bad outer frame.

[SCM] master: Don't descend into structure definitions when looking for a function definition

[SCM] master: Don't double-parse fexe <exe>.

[SCM] master: Don't install gen-type-funit-tests.

[SCM] master: Eliminate Host.sendrecSelf().

[SCM] master: Eliminate ProcCoreAction.

[SCM] master: Eliminate second last use of observableProcRemovedXXX.

[SCM] master: Eliminate Task.set.

[SCM] master: Eliminate use of StopEventLoopWhenProcRemoved.

[SCM] master: Emit a diagnostic when syscall or signal rule wasn't matched

[SCM] master: Enable TestCoreRegs. Rewrite FP corefile strategy using BankRegisters.

[SCM] master: Enable tests for resolved bug #3737.

[SCM] master: Event-loop on main thread; consistent with other command-line utilities.

[SCM] master: Explictly tear down more processes.

[SCM] master: Extract frysk.solib.MemoryMapFactory from LinuxCoreInfo; use.

[SCM] master: Extract TaskAttachedObserverXXX from TaskObserver, clarifying status.

[SCM] master: Fix 5859.

[SCM] master: Fix a couple of problems with procs terminating before frysk knows it.

[SCM] master: Fix a few small bugs, start/run looper and duplicate method removal.

[SCM] master: Fix ability to unload procs after loading.

[SCM] master: Fix another ViewsetCommand for listing loaded procs.

[SCM] master: Fix bz #5793, parameters to run/start not accepting parameters with "-" at beginning.

[SCM] master: Fix cache check for live maps. Maps change all the time.

[SCM] master: Fix comparison typo.

[SCM] master: Fix enum ordering; test.

[SCM] master: Fix error in observer sanity check

[SCM] master: Fix error message text.

[SCM] master: Fix error when 'go' command used before 'start' command and after 'load'/'core'.

[SCM] master: Fix for NullPointerException at frysk.gui.srcwin.SourceWindow patch by cagney

[SCM] master: Fix help typos.

[SCM] master: Fix logging of pty in expunit; accept -trace frysk.expunit.

[SCM] master: Fix merge problems.

[SCM] master: Fix minor logging errors.

[SCM] master: Fix missing terminated events on non-execing thread.

[SCM] master: Fix npe in printing of proc/task states.

[SCM] master: Fix pattern matches.

[SCM] master: Fix print const_char_pointer.

[SCM] master: Fix problem with 'go' after 'run' on mult-threaded procs(bz 5674).

[SCM] master: Fix sign extension bug with breg operation.

[SCM] master: Fix signal ordering; remove hard-wired name tests in TestSignalSet.

[SCM] master: Fix start/run commands to not ignore focus command(bz #5578).

[SCM] master: Fix stray SIGUSR1 from re-"run"ing funit-slave.

[SCM] master: Fix TestFtrace to use -sys commandline option

[SCM] master: Fix TestKillCommand's expression parsing.

[SCM] master: Fix TypeFactory dependency.

[SCM] master: Fix ulink in manpages.

[SCM] master: Fix URL and refpurpose typos in manpages.

[SCM] master: Fix ViewsetCommand error for load/unload command.

[SCM] master: Fixes bz 5411. Implement cast operation for char* type.

[SCM] master: Fixes bz# 5502. Allow "print +expression".

[SCM] master: Fixes bz#5802. Additional error handling for fdebugrpm.

[SCM] master: Fixup x86_64 setcontext libunwind merge.

[SCM] master: Flush output buffer.

[SCM] master: Fold Id into TaskId.

[SCM] master: Follow class inheritance when creating loggers.

[SCM] master: Force the initialization of EventLogger.

[SCM] master: Format floating points as hex constants for '-format x'.

[SCM] master: frysk-core/frysk/bindir/ChangeLog

[SCM] master: frysk-core/frysk/dwfl/ChangeLog

[SCM] master: frysk-core/frysk/dwfl:

[SCM] master: frysk-core/frysk/ftrace/ChangeLog

[SCM] master: frysk-core/frysk/hpd/ChangeLog

[SCM] master: frysk-core/frysk/hpd/TaskData only print task id if more than one task

[SCM] master: frysk-core/frysk/proc/ChangeLog

[SCM] master: frysk-core/frysk/proc/dead/ChangeLog

[SCM] master: frysk-core/frysk/proc/live/ChangeLog

[SCM] master: frysk-core/frysk/stepping:

[SCM] master: frysk-core/frysk/testbed/ChangeLog

[SCM] master: frysk-core/frysk/util/ChangeLog

[SCM] master: frysk.sys.Fork.* return a ProcessIdentifier.

[SCM] master: frysk.sys.Pid.* returns a ProcessIdentifier.

[SCM] master: frysk.sys.Tid returns a ProcessIdentifier.

[SCM] master: Generate frysk.sys.Signal (and the corresponding Signal.cxx).

[SCM] master: Get all list tests to pass.

[SCM] master: Get fstack to use ProcStopUtil.

[SCM] master: Get html fstack man page working.

[SCM] master: gui changes for writer in CLI

[SCM] master: Handle "typedef void" (bug 5669).

[SCM] master: Handle #! in LinuxExeFactory.

[SCM] master: Handle null return from getIsa.

[SCM] master: Have fexe display rooted and sysrooted exe path.

[SCM] master: Have ProcBuilder.build pass a ProcessIdentifier.

[SCM] master: Have TearDownExpect extend Expect; use.

[SCM] master: Ignore bogus requestAdd's.

[SCM] master: Implement dead refresh methods.

[SCM] master: Implement decrement, increment; arithmetic minus, plus operations.

[SCM] master: Implement libunwind fallback for plt frame. Fixes bug #5259 on x86.

[SCM] master: Implement libunwind fallback for x86_64 plt frames.

[SCM] master: Implement man-page includes using fstack as an example.

[SCM] master: Implement run to run until first breakpoint.

[SCM] master: Implement tracepoint instances

[SCM] master: Improve list -length support.

[SCM] master: Include the signal name/number in a kill fail error.

[SCM] master: Install frysk/pkgdatadir/test-sysroot.

[SCM] master: Keep the contents of the .jar file ordered.

[SCM] master: Kill all processes before rerunning any(bz # 5985).

[SCM] master: Kill each proc only once(bz #5691).

[SCM] master: List around the PC whenever the frame changes.

[SCM] master: Maintain a LinuxPtraceProc local set of tasks.

[SCM] master: Maintain a local ProcessIdentifier indexed table of processes.

[SCM] master: Maintain a task list indexed by ProcessIdentifier.

[SCM] master: Make auxv lookup entry point symbol. Discover auxv platform.

[SCM] master: Make DeadProc stateless.

[SCM] master: Make frysk-XXX.jar depend on classpath jars.

[SCM] master: Make frysk/bindir/Test file names consistent.

[SCM] master: Make Host, Proc, and Task comparable; use.

[SCM] master: Make Host.getName() abstract.

[SCM] master: Make method comment a javadoc comment.

[SCM] master: Make Proc.getMainTask() abstract.

[SCM] master: Make Proc.taskPool private.

[SCM] master: Make sure all messages to user are flushed before first prompt.

[SCM] master: Make Task's request Add/Delete Instruction Observer methods abstract.

[SCM] master: Make TestDebugInfoStackTrace.frameAssertions() more robust.

[SCM] master: Make TestSysRoot runnable by TestRunner.

[SCM] master: Makr TestSysRoot as unresolved, bug #5657.

[SCM] master: Mark observableAttached and observableDetached as "don't use".

[SCM] master: Mark TestListCommand.testListFrames() unresolved bug #5901.

[SCM] master: Mark TestSysRoot.java as unresolved, bug 5619.

[SCM] master: Massive update from my local working copy into the frysk tree.

[SCM] master: Mention start in news.

[SCM] master: Merge branch 'list'

[SCM] master: Merge branch 'master' into topic/elfutils

[SCM] master: Merge branch 'master' of ssh://cmoller@sourceware.org/git/frysk

[SCM] master: Merge branch 'master' of ssh://sources.redhat.com/git/frysk

[SCM] master: Merge commit 'origin'

[SCM] master: Merge ProcState into LinuxPtraceProcState.

[SCM] master: Merge signal code into a single function.

[SCM] master: Missing (C).

[SCM] master: More conversion to frysk.rsl.

[SCM] master: Move breakpoint code from frysk.proc to frysk.proc.live.

[SCM] master: Move config code to frysk.config.

[SCM] master: Move CoredumpAction, TestCoredumpAction from fysk.util to frysk.testbed.

[SCM] master: Move corefile code to frysk.isa.corefiles.

[SCM] master: Move EventLogger to frysk-gui directory (where it is still used).

[SCM] master: Move frysk.bank to frysk.isa.banks.

[SCM] master: Move frysk.proc.State to frysk.proc.live.State.

[SCM] master: Move frysk.proc.Task.handle and state to sub-classes.

[SCM] master: Move installation of test-sysroot to pkglibdir.

[SCM] master: Move isa signals code to frysk.isa.signals.

[SCM] master: Move LinkMap reading code to frysk.solib.

[SCM] master: Move Proc observer stuff to LinuxPtraceProc.

[SCM] master: Move Proc state into sub-classes.

[SCM] master: Move Register et.al. to frysk.isa.registers.

[SCM] master: Move sendRefresh to DeadProc.

[SCM] master: Move SOLibMapBuilder to frysk.solib.

[SCM] master: Move stepping test in frysk.proc to frysk.stepping.

[SCM] master: Move SysRoot handling to SysRoot.java

[SCM] master: Move Task.getRawMemory() to LiveTask; make package-local.

[SCM] master: Move Task.getRegisterBanks() to sub-classes.

[SCM] master: Move Task.pendingObservations to LinuxPtraceTask.

[SCM] master: Move TaskObservation and TaskObservable to frysk.proc.live.

[SCM] master: Narrow frysk.sys.Signal interface; add Signal.toHostStringFIXME(int).

[SCM] master: New start/run to accept parameters.

[SCM] master: nodebug and noeh frame unwind tests.

[SCM] master: Parser for #!.

[SCM] master: part of massive update

[SCM] master: Pass a Signal through WaitBuilder .terminated and .exitEvent.

[SCM] master: Pass frysk.isa.signals.Signal up through updateSignaled.

[SCM] master: Pass Signal, instead of int sig, to Ptrace.cont et.al.

[SCM] master: Pass up a Signal, and not an int, in frysk.sys.WaitBuilder.

[SCM] master: Pass up simple int in Proc constructor.

[SCM] master: Pass util's OptionGroup[]s to CommandlineParser constructor.

[SCM] master: Permit customized logging.

[SCM] master: Pretty print set output. Fixes bug #5731.

[SCM] master: Print option help if Commands are 1 or more, not more than 1.

[SCM] master: Print out hex address of breakpoint when hit.

[SCM] master: Properly format TimeoutException message and add unit.

[SCM] master: Push get*() methods into Proc's sub-classes.

[SCM] master: Push Host.requestProc into sub-classes.

[SCM] master: Push ProcessIdentifier into live ByteBuffers.

[SCM] master: Push Signal, instead of int sig, into LinuxPtraceTaskState.

[SCM] master: Push Task.getPC and .setPC into sub-classes.

[SCM] master: Push the Task notify code into LinuxPtraceTask.

[SCM] master: Ran formatter on frysk-core/frysk/debuginfo/TypEntry.

[SCM] master: Re-indent LinuxPtraceTaskState.java.

[SCM] master: Re-suspend the process when detaching.

[SCM] master: Really commit frysk.testbed.StatState

[SCM] master: Recalculate CRC for test-sysroot.

[SCM] master: Reduce scope of Task.getTaskId().

[SCM] master: Refactor fauxv to use ProcStopUtil.

[SCM] master: Refactor fdebuginfo to use ProcStopUtil.

[SCM] master: Refactor fexe to use ProcStopUtil.

[SCM] master: Refactor fmaps to use ProcStopUtil.

[SCM] master: Refactor Log to Callers.

[SCM] master: Refactoring syscall & symbol working set construction

[SCM] master: reformat FunctionBreakpoint.java in Java style

[SCM] master: Rely less on observableProcAddedXXX to find offspring.

[SCM] master: Remove "int pid" from Wait.java.

[SCM] master: Remove class name from Elf error messages.

[SCM] master: Remove commented code, and renable canonical file due to accidental commit.

[SCM] master: Remove generated files that got committed by mistake

[SCM] master: Remove outStream from FlowControlWriter.

[SCM] master: Remove stray System.out.

[SCM] master: Removed debug output from ProcFollowUtil

[SCM] master: Removed references to CVS and added pointers to Git docs

[SCM] master: Removed step and nexti commands. Added -instruction/-i parameter to step and next commands. Fixes bugzilla 5593

[SCM] master: Rename -trace to -debug.

[SCM] master: Rename CoreFileAtSignal to CorefileFactory.

[SCM] master: Rename funit-class.cxx to funit-type-class.cxx

[SCM] master: Rename Linux Host/Proc/Task to Linux Core/Ptrace Host/Proc/Task.

[SCM] master: Rename Stat.zero to Stat.numThreads; Update; Test.

[SCM] master: Rename Task.getIsa() to Task.getIsaFIXME().

[SCM] master: Rename TypeEntry to more O-O TypeFactory.

[SCM] master: Replace CommandLine.parsePids(TaskId[]) with .parsePids(Proc[]).

[SCM] master: Replace CompilerVersion with BuildCompiler; fix #5858.

[SCM] master: Replace Expect.expect(TIMEOUT, ...) with Expect.timeout(TIMEOUT).expect(...).

[SCM] master: Replace Host.requestProc(ProcId,FindProc) with requestProc(int,FindProc).

[SCM] master: Replace TaskId with "int tid" in Task constructors.

[SCM] master: Replace uses of getExe with getExeFile.

[SCM] master: Reurn null when cannot get ISA.

[SCM] master: Revert "Delete old jline in preperation for merge"

[SCM] master: Revert commit 00345416a6028de2e659b7a01d3b1c54adca694f. Resolve Changelog conflict.

[SCM] master: Revert old unused elf and ptrace libunwind changes.

[SCM] master: Rewrite Corefile FP note writing for PPC32/64.

[SCM] master: Save the task creator in LinuxPtraceTask.

[SCM] master: Separate out/fix DEFAULT test.

[SCM] master: Set -stackonly option in corefiles.

[SCM] master: Show error message on ValueUnavailableException. Fixes bug# 5710.

[SCM] master: Signals and syscalls are case insensitive, leading "sig" is optional

[SCM] master: Simplify corefile task creation (work with latest bash).

[SCM] master: Simplify DummyTask.

[SCM] master: Simplify frysk.sys.Child and Daemon, return ProcessIdentifier.

[SCM] master: Simplify log output formatting.

[SCM] master: Simplify SOLibMapBuilder, and unbotch build.

[SCM] master: Simplyfy TestLtrace class structure and remove unresolved bug #5053.

[SCM] master: Split Glob from ftrace.

[SCM] master: Split local classes in frysk.bindir.ftrace into frysk.ftrace.

[SCM] master: Split out ProcBlockObserver.

[SCM] master: Split out ProcTasksAction/ProcTasksObserver from ProcObserver.ProcTasks.

[SCM] master: Start consolidating corefile tests/code.

[SCM] master: Start of LinuxCoreFactory.

[SCM] master: Start switch to CommandlineParser.parseCommandFIXME.

[SCM] master: Stop task before gathering debugging info.

[SCM] master: Stop Task being created as a Proc; work-around race in Proc.sendRefresh.

[SCM] master: Support -stack in ftrace

[SCM] master: Support signal tracing in ftrace

[SCM] master: swagiaal: added a new test program.

[SCM] master: swagiaal: Added more exceptions to CLI nasty exceptions.

[SCM] master: swagiaal: Added printing of virtual frames to -c option.

[SCM] master: swagiaal: added stress test for JG memory smash.

[SCM] master: swagiaal: added test for fcatch following forks.

[SCM] master: swagiaal: added testFcatchFollowsPATH

[SCM] master: swagiaal: adding test javascript to sandbox page

[SCM] master: swagiaal: converted fcatch to use ProcRunUtil.

[SCM] master: swagiaal: Converted fstep to ProcRunUtil.

[SCM] master: swagiaal: created a hidden link sandbox

[SCM] master: swagiaal: Deleted last reference to observableProc*XXX; used new refresh code.

[SCM] master: swagiaal: enabled testFcatchFollowsForks

[SCM] master: swagiaal: ferror patch by pmuldoon for regex support.

[SCM] master: swagiaal: fix failing tests, added test for fstep PID.

[SCM] master: swagiaal: fixed fcatch bad memory use.

[SCM] master: swagiaal: Fixed type in ObjectDeclarationNotFoundException.java.

[SCM] master: swagiaal: fstack.java.stackCore() Use PrintStackOptions.

[SCM] master: swagiaal: ProcRunningUtil to ProcRunUtil.

[SCM] master: swagiaal: ProcRunUtil.java: Moved unblocking to ProcTasksObserver.

[SCM] master: swagiaal: Reimplemented ProcFollowUtil based on ProcRunUtil.

[SCM] master: swagiaal: Reimplemented ProcRunUtil with rich client notification.

[SCM] master: swagiaal: Removed cast to DynamicMember in CompositeType. Fixed 5426.

[SCM] master: swagiaal: removed test file htdocs/sandbox/index.html

[SCM] master: swagiaal: Renamed ProcRunUtil to ProcFollowUtil.

[SCM] master: swagiaal: StressTestJGMemory.java TestJGMemory.java; added files to git.

[SCM] master: swagiaal: use Manageer.host to create live proc from dead one

[SCM] master: Switch come code to frysk.rsl.

[SCM] master: Switch to frysk.sys.ptrace.

[SCM] master: Switch to StopEventLoopWhenProcTerminated.

[SCM] master: Switching to StopEventLoopWhenProcTerminated.

[SCM] master: Synchronize access around hpd output bufer. Fix 5735.

[SCM] master: syscallEvent, stopped, terminated, and disappeared take a ProcessIdentifier.

[SCM] master: Test "start" command for parameters that begin with "-".

[SCM] master: Test a crashing hello-world under HPD.

[SCM] master: Test for valid proc before proceeding.

[SCM] master: Tests for passing parameters with start/run commands.

[SCM] master: Treat ArrayIndexOutOfBoundsExceptions as "nasty".

[SCM] master: Trim Host.get(TaskId).

[SCM] master: Turn off list command "repeat" behavior.

[SCM] master: Tweak expect output.

[SCM] master: Tweak order of auxv requests to prevent unblocking.

[SCM] master: Update copyright header.

[SCM] master: Update importing new vendor branch changes instructions.

[SCM] master: Update tests to work with Level.DEFAULT.

[SCM] master: Update tests.

[SCM] master: Update vendor branch merge to trunk instructions.

[SCM] master: Updated the register banks numbers to match the new ones.

[SCM] master: Updates for migration to BigFloatingPoint.

[SCM] master: Updates from rename of frysk.proc.dummy.* to frysk.proc.dummy.Dummy*.

[SCM] master: Use an array for known signals.

[SCM] master: Use BigDecimal.ROUND_HALF_UP instead of RoundingMode.HALF_UP.

[SCM] master: Use BigFloatingPoint for arithmetic operations.

[SCM] master: Use CanonicalFile

[SCM] master: Use Comparator inside ActionPointCommands. Fixes bug #5809.

[SCM] master: Use FileDescriptor and frysk.rsl in frysk.testbed.

[SCM] master: Use frysk.isa.signals.Signal.

[SCM] master: Use frysk.rsl.

[SCM] master: Use frysk.sys.GarbageCollect.

[SCM] master: Use globs in ftrace

[SCM] master: Use only eh_frame data for libunwind get_unwind_table.

[SCM] master: Use Proc.getMainTask.

[SCM] master: Use ProcessIdentifier in Exe.

[SCM] master: Use ProcessIdentifier in Status.

[SCM] master: Use Task.getTid().

[SCM] master: Use teardownfile and corefile at signal.

[SCM] master: Use testbed code which automatically registers tasks to teardown.

[SCM] master: Use the LinuxPtraceHosts's task table.

[SCM] master: Use tighter expect regexps for TestActionsCommand.

[SCM] master: Valid tear-down pids.

[SCM] master: When logging, dump the error's stack.

[SCM] muldoons-stuff: 840c33d7936221a2cec6b7ef847ad97000be244d

[SCM] pmuldoon/watchpoint1: a7293cffc1743a71c3a5912aaa862f736a3b2bef

[SCM] vendor/ELFUTILS: import of elfutils 0.133 from Fedora

[SCM] vendor/JLINE-0.9.93: 019482335590d521328b71ebe0d2cbfcf4fb93b3

[SCM] vendor/LIBUNWIND: Import of libunwind version libunwind-20070205


Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Mail converted by MHonArc 2.6.3