public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
[SCM] master: swagiaal: Reimplemented ProcRunUtil with rich client notification
2008-03-20 20:25 UTC
[SCM] master: Merge branch 'master' of ssh://sources.redhat.com/git/frysk
2008-03-20 20:20 UTC
[SCM] master: swagiaal: Renamed ProcRunUtil to ProcFollowUtil
2008-03-20 20:06 UTC
[SCM] master: Split out ProcTasksAction/ProcTasksObserver from ProcObserver.ProcTasks
2008-03-20 19:23 UTC
[SCM] master: Fix start/run commands to not ignore focus command(bz #5578)
2008-03-20 18:53 UTC
[SCM] master: Add standard stack options to ftrace
2008-03-20 18:15 UTC
[SCM] master: Pass util's OptionGroup[]s to CommandlineParser constructor
2008-03-20 3:06 UTC
[SCM] master: Always allow instruction stepping through SteppingEngine. Fixes bug #5907
2008-03-19 23:25 UTC
[SCM] master: Implement libunwind fallback for x86_64 plt frames
2008-03-19 22:43 UTC
[SCM] master: swagiaal: ProcRunUtil.java: Moved unblocking to ProcTasksObserver
2008-03-19 21:13 UTC
[SCM] master: swagiaal: fix failing tests, added test for fstep PID
2008-03-19 20:58 UTC
[SCM] master: swagiaal: Converted fstep to ProcRunUtil
2008-03-19 19:37 UTC
[SCM] master: Add wiki link
2008-03-19 17:13 UTC
[SCM] master: Make TestDebugInfoStackTrace.frameAssertions() more robust
2008-03-19 14:53 UTC
[SCM] master: Test a crashing hello-world under HPD
2008-03-19 4:09 UTC
[SCM] master: Add "kappa" to expected list
2008-03-19 1:46 UTC
[SCM] master: Implement decrement, increment; arithmetic minus, plus operations
2008-03-18 21:50 UTC
[SCM] master: Stop Task being created as a Proc; work-around race in Proc.sendRefresh
2008-03-18 20:12 UTC
[SCM] master: Get all list tests to pass
2008-03-18 18:34 UTC
[SCM] master: Remove generated files that got committed by mistake
2008-03-18 16:46 UTC
[SCM] master: Merge branch 'master' of ssh://sources.redhat.com/git/frysk
2008-03-18 16:22 UTC
[SCM] master: Default to --enable-jar-compile
2008-03-18 16:21 UTC
[SCM] master: swagiaal: StressTestJGMemory.java TestJGMemory.java; added files to git
2008-03-18 14:43 UTC
[SCM] master: Always handle terminated events
2008-03-18 2:47 UTC
[SCM] master: Emit a diagnostic when syscall or signal rule wasn't matched
2008-03-17 21:34 UTC
[SCM] master: Delete unused Proc.requestRefresh()
2008-03-17 20:35 UTC
[SCM] master: swagiaal: added stress test for JG memory smash
2008-03-17 19:57 UTC
[SCM] master: Split out ProcBlockObserver
2008-03-17 19:53 UTC
[SCM] master: frysk-core/frysk/hpd/ChangeLog
2008-03-17 19:09 UTC
[SCM] master: Eliminate ProcCoreAction
2008-03-17 18:39 UTC
[SCM] master: Delete HostObserver; unused
2008-03-17 17:50 UTC
[SCM] master: 2008-03-17 Phil Muldoon <pmuldoon@redhat.com>
2008-03-17 17:33 UTC
[SCM] master: Extract TaskAttachedObserverXXX from TaskObserver, clarifying status
2008-03-17 17:27 UTC
[SCM] master: Fixes bz# 5502. Allow "print +expression"
2008-03-17 16:29 UTC
[SCM] master: Merge branch 'master' into topic/elfutils
2008-03-17 16:04 UTC
[SCM] vendor/ELFUTILS: import of elfutils 0.133 from Fedora
2008-03-17 16:02 UTC
[SCM] master: Fix TypeFactory dependency
2008-03-17 3:32 UTC
[SCM] master: Move Proc observer stuff to LinuxPtraceProc
2008-03-15 21:25 UTC
[SCM] master: Handle #! in LinuxExeFactory
2008-03-15 21:18 UTC
[SCM] master: Delete Proc.creator
2008-03-15 20:45 UTC
[SCM] master: Save the task creator in LinuxPtraceTask
2008-03-15 17:22 UTC
[SCM] master: Rename TypeEntry to more O-O TypeFactory
2008-03-15 16:15 UTC
[SCM] master: Parser for #!
2008-03-15 15:49 UTC
[SCM] master: Delete useless Proc.quitLatch
2008-03-14 21:40 UTC
[SCM] master: Delete unused Proc.retain(Task)
2008-03-14 21:22 UTC
[SCM] master: * LoadCommand.java: Add target set to output line
2008-03-14 20:58 UTC
[SCM] master: Delete unused host-tracking-task code
2008-03-14 20:31 UTC
[SCM] master: Separate out/fix DEFAULT test
2008-03-14 20:08 UTC
[SCM] master: Mark observableAttached and observableDetached as "don't use"
2008-03-14 20:06 UTC
[SCM] master: Delete observableProcRemovedXXX; ya!
2008-03-14 18:07 UTC
[SCM] master: Fix missing terminated events on non-execing thread
2008-03-14 17:04 UTC
[SCM] master: Eliminate second last use of observableProcRemovedXXX
2008-03-14 16:36 UTC
[SCM] master: Fix ulink in manpages
2008-03-14 15:49 UTC
[SCM] master: Make method comment a javadoc comment
2008-03-14 15:41 UTC
[SCM] master: Make sure all messages to user are flushed before first prompt
2008-03-14 11:41 UTC
[SCM] master: Delete StopEventLoopWhenProcRemoved; almost
2008-03-13 22:49 UTC
[SCM] master: Enable tests for resolved bug #3737
2008-03-13 22:26 UTC
[SCM] master: Switch to StopEventLoopWhenProcTerminated
2008-03-13 21:55 UTC
[SCM] master: Move SysRoot handling to SysRoot.java
2008-03-13 20:58 UTC
[SCM] master: Switching to StopEventLoopWhenProcTerminated
2008-03-13 20:27 UTC
[SCM] master: Eliminate use of StopEventLoopWhenProcRemoved
2008-03-13 20:15 UTC
[SCM] master: Switching to StopEventLoopWhenProcTerminated
2008-03-13 19:44 UTC
[SCM] master: Add INFO log-level; use warning level instead of System.out.println
2008-03-13 19:28 UTC
[SCM] master: Get fstack to use ProcStopUtil
2008-03-13 18:54 UTC
[SCM] master: swagiaal: Fixed type in ObjectDeclarationNotFoundException.java
2008-03-13 18:53 UTC
[SCM] master: Fix URL and refpurpose typos in manpages
2008-03-13 17:48 UTC
[SCM] master: Add manpages to htdocs/documentation/index.html
2008-03-13 15:57 UTC
[SCM] master: Add ability to kill a process using its PID
2008-03-13 15:53 UTC
[SCM] master: Fix minor logging errors
2008-03-13 15:47 UTC
[SCM] master: Delete observableTask{Added,Removed}XXX
2008-03-12 22:02 UTC
[SCM] master: frysk-core/frysk/ftrace/ChangeLog
2008-03-12 21:56 UTC
[SCM] master: frysk-core/frysk/testbed/ChangeLog
2008-03-12 21:06 UTC
[SCM] master: Move stepping test in frysk.proc to frysk.stepping
2008-03-12 20:39 UTC
[SCM] master: Implement libunwind fallback for plt frame. Fixes bug #5259 on x86
2008-03-12 13:26 UTC
[SCM] master: Use testbed code which automatically registers tasks to teardown
2008-03-12 1:56 UTC
[SCM] master: Explictly tear down more processes
2008-03-12 1:46 UTC
[SCM] master: Update tests to work with Level.DEFAULT
2008-03-12 0:35 UTC
[SCM] master: Detect/log bad /proc/PID/task/TID entries
2008-03-12 0:26 UTC
[SCM] master: Add DEFAULT and WARNING log levels
2008-03-11 23:56 UTC
[SCM] master: Fixes bz 5411. Implement cast operation for char* type
2008-03-11 22:05 UTC
[SCM] master: swagiaal: added testFcatchFollowsPATH
2008-03-11 22:00 UTC
[SCM] master: swagiaal: use Manageer.host to create live proc from dead one
2008-03-11 21:33 UTC
[SCM] master: Rely less on observableProcAddedXXX to find offspring
2008-03-11 21:22 UTC
[SCM] master: Delete ProcCounter
2008-03-11 20:28 UTC
[SCM] master: swagiaal: fixed fcatch bad memory use
2008-03-11 19:37 UTC
[SCM] master: Valid tear-down pids
2008-03-11 19:23 UTC
[SCM] master: When logging, dump the error's stack
2008-03-11 19:06 UTC
[SCM] master: swagiaal: enabled testFcatchFollowsForks
2008-03-11 16:29 UTC
[SCM] master: Delete use of observableProcAddedXXX
2008-03-11 16:19 UTC
[SCM] master: Add StopEventLoopWhenProcTerminates
2008-03-11 15:21 UTC
[SCM] master: Add Sysroot.java, SysrootCache.java, TestSysroot.java
2008-03-11 15:01 UTC
[SCM] master: Remove stray System.out
2008-03-11 14:33 UTC
[SCM] master: Delete long disabled memory test; resolve 3725
2008-03-11 14:02 UTC
[SCM] master: Delete SyscallExaminer
2008-03-11 13:47 UTC
[SCM] master: Make Proc.getMainTask() abstract
2008-03-11 13:26 UTC
[SCM] master: Force the initialization of EventLogger
2008-03-11 1:06 UTC
[SCM] master: Extract frysk.solib.MemoryMapFactory from LinuxCoreInfo; use
2008-03-11 0:18 UTC
[SCM] master: Move SOLibMapBuilder to frysk.solib
2008-03-10 23:34 UTC
[SCM] master: Move LinkMap reading code to frysk.solib
2008-03-10 21:53 UTC
[SCM] master: swagiaal: converted fcatch to use ProcRunUtil
2008-03-10 21:04 UTC
[SCM] master: Always use syscall based mapping guard when user passed -m
2008-03-10 18:47 UTC
[SCM] master: Include the signal name/number in a kill fail error
2008-03-10 18:14 UTC
[SCM] master: Add plt stepping test for bug #5259
2008-03-10 15:25 UTC
[SCM] master: Use tighter expect regexps for TestActionsCommand
2008-03-10 10:16 UTC
[SCM] master: Mark TestListCommand.testListFrames() unresolved bug #5901
2008-03-10 9:58 UTC
[SCM] master: Ctrl-C handling for fhpd
2008-03-07 20:33 UTC
[SCM] master: swagiaal: ProcRunningUtil to ProcRunUtil
2008-03-07 19:16 UTC
[SCM] master: swagiaal: ferror patch by pmuldoon for regex support
2008-03-06 22:03 UTC
[SCM] master: Use Comparator inside ActionPointCommands. Fixes bug #5809
2008-03-05 18:11 UTC
[SCM] master: Fix print const_char_pointer
2008-03-05 3:58 UTC
[SCM] master: Fix comparison typo
2008-03-05 2:39 UTC
[SCM] master: Add absolutePath versus relative guard test
2008-03-05 0:03 UTC
[SCM] master: swagiaal: Deleted last reference to observableProc*XXX; used new refresh code
2008-03-04 19:52 UTC
[SCM] master: Add -exe argument; test fix printing exe and args
2008-03-04 17:52 UTC
[SCM] master: 2008-03-04 Phil Muldoon <pmuldoon@redhat.com>
2008-03-04 15:44 UTC
[SCM] master: Construct and return a File from the absolute path of the executable in LinuxCoreInfo.getExeFile()
2008-03-04 15:34 UTC
[SCM] master: Fix 5859
2008-03-04 5:12 UTC
[SCM] master: Replace CompilerVersion with BuildCompiler; fix #5858
2008-03-04 4:52 UTC
[SCM] master: Move config code to frysk.config
2008-03-04 0:43 UTC
[SCM] master: frysk-core/frysk/hpd/ChangeLog
2008-03-03 23:09 UTC
[SCM] master: Allign all help command option descriptions
2008-03-02 12:59 UTC
[SCM] master: Fix help typos
2008-03-01 22:48 UTC
[SCM] master: Pretty print set output. Fixes bug #5731
2008-03-01 19:56 UTC
[SCM] master: Remove outStream from FlowControlWriter
2008-03-01 19:26 UTC
[SCM] master: Add TestUnloadCommand, fix regexp errors, add info message, remove unnecessary remove proc call
2008-02-29 21:52 UTC
[SCM] master: Add sysroot option to CommandlineParser
2008-02-29 21:20 UTC
[SCM] master: Split local classes in frysk.bindir.ftrace into frysk.ftrace
2008-02-29 20:31 UTC
[SCM] master: Move EventLogger to frysk-gui directory (where it is still used)
2008-02-29 20:01 UTC
[SCM] master: Add special test to TestKillCommand pointing to bz 5615
2008-02-29 18:47 UTC
[SCM] master: Signals and syscalls are case insensitive, leading "sig" is optional
2008-02-29 17:39 UTC
[SCM] master: Support signal tracing in ftrace
2008-02-29 17:00 UTC
[SCM] master: Delete some dead Logger files
2008-02-29 16:35 UTC
[SCM] master: Split Glob from ftrace
2008-02-29 15:19 UTC
[SCM] master: Don't crash when there is a bad outer frame
2008-02-29 15:11 UTC
[SCM] master: swagiaal: added a new test program
2008-02-29 14:19 UTC
[SCM] master: swagiaal: added test for fcatch following forks
2008-02-29 13:39 UTC
[SCM] master: Fix another ViewsetCommand for listing loaded procs
2008-02-28 22:15 UTC
[SCM] master: Use frysk.rsl
2008-02-28 21:56 UTC
[SCM] master: Add --segment=<regex> dumping strategy. Delete --stackonly dumping strategy
2008-02-28 21:25 UTC
[SCM] master: Update copyright header
2008-02-28 21:19 UTC
[SCM] master: Fix TestKillCommand's expression parsing
2008-02-28 21:14 UTC
[SCM] master: frysk-core/frysk/dwfl/ChangeLog
2008-02-28 19:56 UTC
[SCM] master: Fixes bz#5802. Additional error handling for fdebugrpm
2008-02-28 19:12 UTC
[SCM] master: More conversion to frysk.rsl
2008-02-28 19:08 UTC
[SCM] master: Implement tracepoint instances
2008-02-28 18:34 UTC
[SCM] master: gui changes for writer in CLI
2008-02-28 11:43 UTC
[SCM] master: Fix ViewsetCommand error for load/unload command
2008-02-28 5:33 UTC
[SCM] master: Start consolidating corefile tests/code
2008-02-28 0:41 UTC
[SCM] master: swagiaal: fstack.java.stackCore() Use PrintStackOptions
2008-02-27 23:24 UTC
[SCM] master: Fold Id into TaskId
2008-02-27 21:19 UTC
[SCM] master: Trim Host.get(TaskId)
2008-02-27 19:43 UTC
[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
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).