public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
[SCM] master: Use Proc.getMainTask
2008-02-27 19:22 UTC
[SCM] master: Make Proc.taskPool private
2008-02-27 19:03 UTC
[SCM] master: Reduce scope of Task.getTaskId()
2008-02-27 18:12 UTC
[SCM] master: Add shell command to hpd
2008-02-27 17:40 UTC
[SCM] master: Maintain a LinuxPtraceProc local set of tasks
2008-02-27 6:28 UTC
[SCM] master: Delete Util.getProcFromCoreFile
2008-02-27 5:46 UTC
[SCM] master: Delete remaining parseCommandFIXMEs
2008-02-27 5:33 UTC
[SCM] master: Delete remaining parseCoreFIXME-s
2008-02-27 5:05 UTC
[SCM] master: Delete fstack.parseCoresFIXME
2008-02-27 3:21 UTC
[SCM] master: Remove class name from Elf error messages
2008-02-27 2:56 UTC
[SCM] master: Start switch to CommandlineParser.parseCommandFIXME
2008-02-27 1:30 UTC
[SCM] master: Delete ProcId
2008-02-26 23:31 UTC
[SCM] master: Delete Host.add(Proc)
2008-02-26 22:17 UTC
[SCM] master: Delete Host.getProc(ProcId)
2008-02-26 21:51 UTC
[SCM] master: Implement dead refresh methods
2008-02-26 21:30 UTC
[SCM] master: frysk-core/frysk/bindir/ChangeLog
2008-02-26 20:15 UTC
[SCM] master: Change commandline option names. Add VDSO check
2008-02-26 18:59 UTC
[SCM] master: Move CoredumpAction, TestCoredumpAction from fysk.util to frysk.testbed
2008-02-26 17:33 UTC
[SCM] master: frysk-core/frysk/hpd/ChangeLog
2008-02-26 16:54 UTC
[SCM] master: 2008-02-26 Phil Muldoon <pmuldoon@redhat.com>
2008-02-26 16:43 UTC
[SCM] master: Merge branch 'master' of ssh://sources.redhat.com/git/frysk
2008-02-26 15:32 UTC
[SCM] master: Permit customized logging
2008-02-26 14:19 UTC
[SCM] master: Test "start" command for parameters that begin with "-"
2008-02-26 5:17 UTC
[SCM] master: Fix bz #5793, parameters to run/start not accepting parameters with "-" at beginning
2008-02-26 4:44 UTC
[SCM] master: frysk-core/frysk/hpd/ChangeLog
2008-02-25 17:17 UTC
[SCM] master: frysk-core/frysk/stepping:
2008-02-24 2:24 UTC
[SCM] master: Removed step and nexti commands. Added -instruction/-i parameter to step and next commands. Fixes bugzilla 5593
2008-02-22 1:12 UTC
[SCM] master: Fix ability to unload procs after loading
2008-02-21 22:20 UTC
[SCM] master: Add executeLive and executeDead to ProcEvent
2008-02-21 20:07 UTC
[SCM] master: Use the LinuxPtraceHosts's task table
2008-02-21 4:42 UTC
[SCM] master: Move sendRefresh to DeadProc
2008-02-21 3:58 UTC
[SCM] master: Simplify corefile task creation (work with latest bash)
2008-02-21 3:34 UTC
[SCM] master: Start of LinuxCoreFactory
2008-02-20 19:37 UTC
[SCM] master: Refactor fexe to use ProcStopUtil
2008-02-20 19:27 UTC
[SCM] master: Use globs in ftrace
2008-02-20 19:24 UTC
[SCM] master: Add watchpoint interfaces
2008-02-20 10:46 UTC
[SCM] master: Allow for struct/class accessibility defaults
2008-02-20 2:22 UTC
[SCM] master: Add more info to ViewsetCommand
2008-02-20 1:31 UTC
[SCM] master: Delete some frysk.rsl log calls. Too noisy in peek
2008-02-19 22:12 UTC
[SCM] master: Added support for DW_interface_type tags
2008-02-19 20:47 UTC
[SCM] master: Merge branch 'master' of ssh://cmoller@sourceware.org/git/frysk
2008-02-19 18:13 UTC
[SCM] master: Simplify SOLibMapBuilder, and unbotch build
2008-02-19 16:43 UTC
[SCM] master: frysk-core/frysk/bindir/ChangeLog
2008-02-19 16:19 UTC
[SCM] master: Set -stackonly option in corefiles
2008-02-19 13:56 UTC
[SCM] master: part of massive update
2008-02-18 18:20 UTC
[SCM] master: part of massive update
2008-02-18 18:16 UTC
[SCM] master: didn't seem to take on last push
2008-02-18 18:02 UTC
[SCM] master: Massive update from my local working copy into the frysk tree
2008-02-18 17:53 UTC
[SCM] master: swagiaal: Added printing of virtual frames to -c option
2008-02-15 21:26 UTC
[SCM] master: swagiaal: Added more exceptions to CLI nasty exceptions
2008-02-15 20:03 UTC
[SCM] master: swagiaal: Removed cast to DynamicMember in CompositeType. Fixed 5426
2008-02-15 19:52 UTC
[SCM] master: Switch come code to frysk.rsl
2008-02-15 17:46 UTC
[SCM] master: 2008-02-15 Phil Muldoon <pmuldoon@redhat.com>
2008-02-15 12:40 UTC
[SCM] master: Replace CommandLine.parsePids(TaskId[]) with .parsePids(Proc[])
2008-02-14 22:31 UTC
[SCM] master: Event-loop on main thread; consistent with other command-line utilities
2008-02-14 21:41 UTC
[SCM] master: Pass up simple int in Proc constructor
2008-02-14 18:53 UTC
[SCM] master: Rename Stat.zero to Stat.numThreads; Update; Test
2008-02-14 18:10 UTC
[SCM] master: Change Status to a scanner class like Stat; update
2008-02-14 16:38 UTC
[SCM] master: Replace TaskId with "int tid" in Task constructors
2008-02-14 14:30 UTC
[SCM] master: Use ProcessIdentifier in Status
2008-02-13 22:00 UTC
[SCM] master: Use ProcessIdentifier in Exe
2008-02-13 20:53 UTC
[SCM] master: Remove "int pid" from Wait.java
2008-02-13 18:49 UTC
[SCM] master: Delete Signal.kill(int); paper over fallout
2008-02-13 15:51 UTC
[SCM] master: frysk.sys.Tid returns a ProcessIdentifier
2008-02-13 0:16 UTC
[SCM] master: Refactor Log to Callers
2008-02-13 0:05 UTC
[SCM] master: frysk.sys.Pid.* returns a ProcessIdentifier
2008-02-12 23:13 UTC
[SCM] master: Use FileDescriptor and frysk.rsl in frysk.testbed
2008-02-12 21:54 UTC
[SCM] master: Remove commented code, and renable canonical file due to accidental commit
2008-02-12 20:06 UTC
[SCM] master: Add frysk.rsl loggin
2008-02-12 20:03 UTC
[SCM] master: Add caller() and callers() methods to rsl Log
2008-02-12 18:58 UTC
[SCM] master: Switch to frysk.sys.ptrace
2008-02-12 18:50 UTC
[SCM] master: Create an "int pid" free and logged frysk.sys.ptrace package
2008-02-12 16:11 UTC
[SCM] master: Fix a few small bugs, start/run looper and duplicate method removal
2008-02-12 0:36 UTC
[SCM] master: Added output to kill command and added unload command
2008-02-11 23:27 UTC
[SCM] master: Add ability to list loaded procs and remove loaded procs
2008-02-11 23:07 UTC
[SCM] master: Simplify log output formatting
2008-02-11 19:44 UTC
[SCM] master: Rename -trace to -debug
2008-02-11 18:57 UTC
[SCM] master: Support -stack in ftrace
2008-02-11 16:29 UTC
[SCM] master: Always pass milliseconds on timeout
2008-02-11 15:15 UTC
[SCM] master: Properly format TimeoutException message and add unit
2008-02-11 15:01 UTC
[SCM] master: Refactoring syscall & symbol working set construction
2008-02-11 14:36 UTC
[SCM] master: Delete stray printlns
2008-02-11 3:28 UTC
[SCM] master: Tweak expect output
2008-02-09 1:32 UTC
[SCM] master: Merge branch 'list'
2008-02-08 23:53 UTC
[SCM] master: Maintain a local ProcessIdentifier indexed table of processes
2008-02-08 22:45 UTC
[SCM] master: Fix logging of pty in expunit; accept -trace frysk.expunit
2008-02-08 22:41 UTC
[SCM] master: Fix enum ordering; test
2008-02-08 21:25 UTC
[SCM] master: Follow class inheritance when creating loggers
2008-02-08 20:51 UTC
[SCM] master: Have ProcBuilder.build pass a ProcessIdentifier
2008-02-08 20:08 UTC
[SCM] master: Use Task.getTid()
2008-02-08 17:26 UTC
[SCM] master: Refactor fauxv to use ProcStopUtil
2008-02-08 17:15 UTC
[SCM] master: Make Host, Proc, and Task comparable; use
2008-02-08 16:42 UTC
[SCM] master: Make Host.getName() abstract
2008-02-08 16:04 UTC
[SCM] master: Use CanonicalFile
2008-02-08 11:54 UTC
[SCM] master: Turn off list command "repeat" behavior
2008-02-07 23:30 UTC
[SCM] master: Maintain a task list indexed by ProcessIdentifier
2008-02-07 20:47 UTC
[SCM] master: Fix TestFtrace to use -sys commandline option
2008-02-07 19:28 UTC
[SCM] master: Refactor fmaps to use ProcStopUtil
2008-02-07 19:24 UTC
[SCM] master: Delete Host.requestRefreshXXX()
2008-02-07 19:06 UTC
[SCM] master: Replace Host.requestProc(ProcId,FindProc) with requestProc(int,FindProc)
2008-02-07 18:04 UTC
[SCM] master: Push ProcessIdentifier into live ByteBuffers
2008-02-07 17:11 UTC
[SCM] master: Simplify frysk.sys.Child and Daemon, return ProcessIdentifier
2008-02-07 16:39 UTC
[SCM] master: syscallEvent, stopped, terminated, and disappeared take a ProcessIdentifier
2008-02-07 15:36 UTC
[SCM] master: List around the PC whenever the frame changes
2008-02-07 3:29 UTC
[SCM] master: frysk.sys.Fork.* return a ProcessIdentifier
2008-02-06 22:25 UTC
[SCM] master: Refactor fdebuginfo to use ProcStopUtil
2008-02-06 20:49 UTC
[SCM] master: Rename funit-class.cxx to funit-type-class.cxx
2008-02-06 18:11 UTC
[SCM] master: Use frysk.sys.GarbageCollect
2008-02-06 17:55 UTC
[SCM] master: Recalculate CRC for test-sysroot
2008-02-06 14:55 UTC
[SCM] master: Synchronize access around hpd output bufer. Fix 5735
2008-02-06 12:11 UTC
[SCM] master: Check debuginfo CRC
2008-02-06 3:06 UTC
[SCM] master: Move corefile code to frysk.isa.corefiles
2008-02-06 1:56 UTC
[SCM] master: Update vendor branch merge to trunk instructions
2008-02-05 21:32 UTC
[SCM] master: Merge commit 'origin'
2008-02-05 21:08 UTC
[SCM] master: Update importing new vendor branch changes instructions
2008-02-05 11:53 UTC
[SCM] vendor/LIBUNWIND: Import of libunwind version libunwind-20070205
2008-02-05 11:50 UTC
[SCM] master: Added 2008 to copyright in header
2008-02-04 20:49 UTC
[SCM] master: Show error message on ValueUnavailableException. Fixes bug# 5710
2008-02-04 19:43 UTC
[SCM] master: Print out hex address of breakpoint when hit
2008-02-04 15:05 UTC
[SCM] master: Fix error when 'go' command used before 'start' command and after 'load'/'core'
2008-02-02 8:38 UTC
[SCM] master: Fix problem with 'go' after 'run' on mult-threaded procs(bz 5674)
2008-02-02 4:55 UTC
[SCM] master: Consider DESTDIR and ARCH32 when installing test-sysroot
2008-02-01 2:12 UTC
[SCM] master: Add a ProcessIdentifierFactory; use
2008-01-31 20:30 UTC
[SCM] master: Use BigDecimal.ROUND_HALF_UP instead of RoundingMode.HALF_UP
2008-01-31 18:58 UTC
[SCM] master: frysk-core/frysk/proc/ChangeLog
2008-01-31 14:07 UTC
[SCM] master: Fixup x86_64 setcontext libunwind merge
2008-01-31 10:01 UTC
[SCM] master: Move installation of test-sysroot to pkglibdir
2008-01-30 3:27 UTC
[SCM] master: Kill each proc only once(bz #5691)
2008-01-29 22:23 UTC
[SCM] master: Stop task before gathering debugging info
2008-01-29 15:51 UTC
[SCM] master: Handle "typedef void" (bug 5669)
2008-01-28 22:01 UTC
[SCM] master: Revert old unused elf and ptrace libunwind changes
2008-01-28 12:00 UTC
[SCM] master: Make frysk/bindir/Test file names consistent
2008-01-25 22:56 UTC
[SCM] master: Update tests
2008-01-25 22:48 UTC
[SCM] master: Fix for NullPointerException at frysk.gui.srcwin.SourceWindow patch by cagney
2008-01-25 22:05 UTC
[SCM] master: Change e.send to e.sendCommandExpectPrompt
2008-01-25 21:52 UTC
[SCM] master: Have TearDownExpect extend Expect; use
2008-01-25 21:24 UTC
[SCM] master: Add frysk.isa.signals.StandardSignals
2008-01-25 21:21 UTC
[SCM] master: Fix pattern matches
2008-01-25 19:18 UTC
[SCM] master: Replace Expect.expect(TIMEOUT, ...) with Expect.timeout(TIMEOUT).expect(...)
2008-01-25 19:06 UTC
[SCM] master: Fix merge problems
2008-01-25 19:01 UTC
[SCM] master: frysk-core/frysk/bindir/ChangeLog
2008-01-25 17:32 UTC
[SCM] master: Add frysk.testbed.IsaTestbed; use
2008-01-25 16:48 UTC
[SCM] master: frysk-core/frysk/util/ChangeLog
2008-01-25 15:39 UTC
[SCM] master: Delete fryks.sys.Signal.equals(int)
2008-01-25 15:00 UTC
[SCM] master: Fix signal ordering; remove hard-wired name tests in TestSignalSet
2008-01-25 14:43 UTC
[SCM] master: Cleanup TestFhd.java
2008-01-25 0:02 UTC
[SCM] master: Clean up test processes
2008-01-24 22:57 UTC
[SCM] master: frysk-core/frysk/hpd/TaskData only print task id if more than one task
2008-01-24 22:47 UTC
[SCM] master: Add a -sysroot request option. Keep a per process sysroot
2008-01-24 22:13 UTC
[SCM] master: Use frysk.isa.signals.Signal
2008-01-24 21:02 UTC
[SCM] master: Pass frysk.isa.signals.Signal up through updateSignaled
2008-01-24 20:50 UTC
[SCM] master: Rename CoreFileAtSignal to CorefileFactory
2008-01-24 20:29 UTC
[SCM] master: Merge branch 'master' of ssh://sources.redhat.com/git/frysk
2008-01-24 19:23 UTC
[SCM] master: Format floating points as hex constants for '-format x'
2008-01-24 19:20 UTC
[SCM] master: Fix stray SIGUSR1 from re-"run"ing funit-slave
2008-01-24 19:07 UTC
[SCM] master: Move Register et.al. to frysk.isa.registers
2008-01-24 18:49 UTC
[SCM] master: Rewrite Corefile FP note writing for PPC32/64
2008-01-24 18:15 UTC
[SCM] master: Move frysk.bank to frysk.isa.banks
2008-01-24 17:11 UTC
[SCM] master: Move isa signals code to frysk.isa.signals
2008-01-24 14:56 UTC
[SCM] master: Add frysk.proc.Signal
2008-01-23 23:35 UTC
[SCM] master: Merge branch 'master' of ssh://sources.redhat.com/git/frysk
2008-01-23 21:10 UTC
[SCM] master: Narrow frysk.sys.Signal interface; add Signal.toHostStringFIXME(int)
2008-01-23 21:01 UTC
[SCM] master: Tests for passing parameters with start/run commands
2008-01-23 19:53 UTC
[SCM] master: Use BigFloatingPoint for arithmetic operations
2008-01-23 19:23 UTC
[SCM] master: nodebug and noeh frame unwind tests
2008-01-23 14:32 UTC
[SCM] master: Re-indent LinuxPtraceTaskState.java
2008-01-23 2:29 UTC
[SCM] master: Pass Signal, instead of int sig, to Ptrace.cont et.al
2008-01-22 19:59 UTC
[SCM] master: Push Signal, instead of int sig, into LinuxPtraceTaskState
2008-01-22 19:20 UTC
[SCM] master: Pass a Signal through WaitBuilder .terminated and .exitEvent
2008-01-22 18:37 UTC
[SCM] master: Makr TestSysRoot as unresolved, bug #5657
2008-01-22 4:01 UTC
[SCM] master: Pass up a Signal, and not an int, in frysk.sys.WaitBuilder
2008-01-22 3:35 UTC
[SCM] master: Use an array for known signals
2008-01-22 3:08 UTC
[SCM] master: Generate frysk.sys.Signal (and the corresponding Signal.cxx)
2008-01-21 22:57 UTC
[SCM] master: Add and use frame table specific address space in libunwind
2008-01-20 17:56 UTC
[SCM] master: Re-suspend the process when detaching
2008-01-18 10:59 UTC
[SCM] master: Merge signal code into a single function
2008-01-18 10:20 UTC
[SCM] master: 2008-01-18 Phil Muldoon <pmuldoon@redhat.com>
2008-01-18 9:27 UTC
[SCM] master: frysk-core/frysk/proc/live/ChangeLog
2008-01-18 7:33 UTC
[SCM] master: frysk-core/frysk/proc/live/ChangeLog
2008-01-18 6:02 UTC
[SCM] master: Keep the contents of the .jar file ordered
2008-01-18 4:37 UTC
[SCM] master: Add attatch/detach + repeated signal stress test (part 2)
2008-01-17 22:49 UTC
[SCM] master: Revert "Delete old jline in preperation for merge"
2008-01-17 22:39 UTC
[SCM] master: Build Exe dead task in the process constructor
2008-01-17 22:10 UTC
[SCM] master: Don't install gen-type-funit-tests
2008-01-17 22:00 UTC
[SCM] master: Delete BigFloat
2008-01-17 21:39 UTC
[SCM] master: Updates for migration to BigFloatingPoint
2008-01-17 20:00 UTC
[SCM] master: Reurn null when cannot get ISA
2008-01-17 19:57 UTC
[SCM] master: Handle null return from getIsa
2008-01-17 19:42 UTC
[SCM] master: Catch exception when process is gone
2008-01-17 19:32 UTC
[SCM] master: Fix npe in printing of proc/task states
2008-01-17 19:13 UTC
[SCM] master: Updated the register banks numbers to match the new ones
2008-01-17 18:30 UTC
[SCM] master: Added self to htdocs/people/index.html
2008-01-17 17:44 UTC
[SCM] master: 2008-01-17 Phil Muldoon <pmuldoon@redhat.com>
2008-01-17 17:34 UTC
[SCM] master: Merge commit 'origin'
2008-01-17 17:30 UTC
[SCM] vendor/JLINE-0.9.93: 019482335590d521328b71ebe0d2cbfcf4fb93b3
2008-01-17 17:25 UTC
[SCM] master: Broke PPC register bank into logical banks (GP, FP, Altivec)
2008-01-17 17:20 UTC
[SCM] master: Test for valid proc before proceeding
2008-01-17 16:13 UTC
[SCM] master: Add debug_frame parsing
2008-01-17 11:11 UTC
[SCM] master: Change line marker to ->
2008-01-17 2:51 UTC
[SCM] master: Clearly identify code using the Task.blockers internal variable
2008-01-17 0:58 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).