]> sourceware.org Git - frysk.git/shortlog
frysk.git
2008-06-09 Petr MachataIntroduce options FQ identifier parser
2008-06-09 Petr MachataMove FQ identifier parser to the class of its own
2008-06-07 Andrew CagneyDon't delete a local ref before it's last use.
2008-06-07 Andrew CagneySpecify absolute path to solibs, so that the correct...
2008-06-07 Andrew CagneyDon't align the module's load address.
2008-06-07 Andrew CagneyRemove bias when looking up source info.
2008-06-06 Andrew CagneyHandle difference between JNI and CNI's LocalMemory...
2008-06-06 Rick MoseleyAdd bugzilla #'s to log, add item on hover-over variabl...
2008-06-06 Sami Wagiaallafrysk-core/frysk/hpd/ChangeLog
2008-06-06 Teresa ThomasSynchronize fhpd, stepping engine and breakpoints.
2008-06-06 Teresa ThomasAdditional logging messages.
2008-06-06 Rick MoseleyGet commandline args from proc's getCmdLine() method.
2008-06-06 Andrew CagneyLet DwflDie.getScopes() adjust for module bias.
2008-06-06 Andrew CagneyMinor cleanup to DwarfDie.
2008-06-06 Andrew CagneyAllow for LocalMemory being part of a separate shared...
2008-06-05 Andrew CagneyFix stray include.
2008-06-05 Andrew CagneyMove getSourceLine from Dwfl to DwflModule.
2008-06-05 Andrew CagneyReplace DwflDieBias with DwflDie <is-a> DwarfDie.
2008-06-05 Petr MachataFix build failure
2008-06-05 Petr MachataFix race in ftrace attaching various observers to task
2008-06-05 Andrew CagneyFix ADD asm param order; add more assembler step cases.
2008-06-05 Rick MoseleyMerge branch 'master' of ssh://sources.redhat.com/git...
2008-06-05 Rick MoseleyFix UnloadCommand errors.
2008-06-05 Andrew CagneyMove getCompilationUnit from Dwfl into DwflModule.
2008-06-05 Andrew CagneyAdd word-sized and word-indexed indexed byte-buffer...
2008-06-05 Phil MuldoonImplement getWatchpointMinLength() which returns the...
2008-06-05 Andrew CagneyDon't require NUL at end of map buffer; FileBytes doesn...
2008-06-05 Andrew CagneyEliminate frysk.sys.proc.AuxvBuilder from corefile...
2008-06-04 Andrew CagneyDon't include the trailing NUL in a slurped file buffer.
2008-06-04 Andrew CagneyDelete unused Dwfl.getCompilationUnitModule.
2008-06-04 Andrew CagneyRe-use modules when possible.
2008-06-04 Sami Wagiaallaswagiaal: Marked TestFstep tests are unresolved.
2008-06-04 Teresa ThomasUpdate NEWS file.
2008-06-04 Sami WagiaallaMarked test as resolved.
2008-06-04 Petr MachataSupport "[pid.tid#frameNum]symbol" syntax in lexer
2008-06-04 Petr MachataDisabled SourceBreakpoint doesn't remove it's state...
2008-06-03 Andrew CagneyFix off-by-one bounds check.
2008-06-03 Andrew CagneyUpdate the DwflModule list during the report phase.
2008-06-03 Andrew CagneyDelete unused bias variable.
2008-06-03 Teresa ThomasFix typo in ChangeLog entry.
2008-06-03 Sami Wagiaallaswagiaal: Fixed TestFerror.testFerrorTracesPID()
2008-06-03 Andrew CagneyDynamically allocate/free the dwfl callback struct.
2008-06-03 Teresa ThomasFix antlr warnings.
2008-06-03 Sami Wagiaallaswagiaal: fixed broken tests.
2008-06-03 Andrew CagneyFeed Dwfl the raw /proc/<pid>/map.
2008-06-03 Andrew CagneyEliminate Dwfl.Dwfl(path,pid).
2008-06-03 Andrew CagneyDelete DieVisitor; unused.
2008-06-03 Andrew Cagneymake some dwfl native methods static.
2008-06-03 Andrew CagneyDisable leaking fd tests.
2008-06-02 Petr MachataMention support of "#" syntax in NEWS
2008-06-02 Petr MachataFtrace retracts breakpoints when the library is unmapped
2008-06-02 Petr MachataFix buglet in # parser
2008-06-02 Rick MoseleyUpdate NEWS file with argument-passing changes.
2008-06-02 Andrew CagneyChange frysk.sys.Fork's environ param to a String[...
2008-06-01 Rick MoseleyFix Load/Unload tests, fix UnloadCommand to use correct...
2008-05-30 Sami Wagiaallaswagiaal: Fixed build.
2008-05-30 Sami Wagiaallaswagiaal: created fdebugdump utility.
2008-05-30 Rick MoseleyUpdated how args are retrieved by InfoArgsCommands.
2008-05-30 Petr MachataSimplify SymbolRule handling in Ftrace
2008-05-30 Petr MachataFQIdentifier has soname matching capabilities
2008-05-30 Petr MachataRename FQIdentifier.dso to FQIdentifier.soname
2008-05-30 Petr MachataFile moves
2008-05-30 Petr MachataFtrace uses new FQ Iden parser from CExprLexer
2008-05-30 Petr MachataExtract parsing of fully qualified identifier into...
2008-05-30 Andrew CagneyLoad runtime from Version class.
2008-05-29 Rick MoseleyFix help comment.
2008-05-29 Rick MoseleyFix bz #6576, fix load command not setting path-to...
2008-05-29 Petr MachataFtrace uses frysk.expr lexer to analyze -sym= rules
2008-05-29 Petr MachataDetails in CExpr.g
2008-05-29 Teresa ThomasMerge branch 'master' of ssh://sourceware.org/git/frysk
2008-05-29 Teresa ThomasDisplay watchpoint set message only once when using...
2008-05-29 Rick MoseleyRemove debug statements.
2008-05-29 Rick MoseleyFix error on trying to access private HpdTestbed method.
2008-05-29 Rick MoseleyAdd parameter passing for fhpd/load commands, minor...
2008-05-28 Teresa ThomasMaintain previous value of watched variable in Watchpoi...
2008-05-28 Teresa ThomasMaintain previous value of watched variable statically.
2008-05-28 Teresa ThomasSeparate watch observer(s) installer from hpd.
2008-05-28 Petr MachataCommunicate details on fully qualified identifier to...
2008-05-28 Andrew CagneyNew scripts Runner and TestRunner for running JNI.
2008-05-27 Andrew CagneyMention pre-release stuff.
2008-05-27 Andrew CagneyImplement jni libunwind.
2008-05-26 Petr MachataNits in parser code
2008-05-26 Petr MachataExpression parser: recognize # syntax of qualified...
2008-05-26 Teresa ThomasKeep track of hardware watchpoints in use.
2008-05-26 Andrew CagneyFor JNI link in libelf and libdw.
2008-05-26 Andrew CagneyDelete unused extern internal_buffer declaration.
2008-05-26 Andrew CagneyDelete stray cni extern declaration; never referenced.
2008-05-26 Andrew CagneyPrototype lib/dwfl in JNI.
2008-05-26 Teresa ThomasAdditional watchpoint tests.
2008-05-25 Andrew CagneyRename ArrayBytes -> jbyteArrayElements, define jlongAr...
2008-05-25 Andrew CagneyRe-implement ArrayBytes et.al. using templates, lots...
2008-05-25 Andrew CagneyFix casts on 32-bit machine.
2008-05-25 Andrew CagneyQualify all JNI names.
2008-05-25 Andrew CagneyRename jnixx::byteArray to jnixx::jbyteArray to be...
2008-05-25 Andrew CagneyEliminate uses of RawData.
2008-05-24 Andrew CagneyImmediatly unmap the unwind-info image when notified...
2008-05-24 Andrew CagneyFor dwarf, notify the eh-frame when the frame-info...
2008-05-24 Andrew CagneyPush image mapping management into UnwindH.hxx.
2008-05-24 Andrew CagneyReturn a valid status when there is no map contianing...
2008-05-24 Andrew CagneyMove unwind proc-info filling code into ProcInfo from...
next
This page took 0.054845 seconds and 5 git commands to generate.