Branch: refs/heads/thaines/documentation_modernization
Home: https://github.com/dyninst/dyninst
Commit: d9b209eeb200fc19cad3d3efdefaa0dadda67506
https://github.com/dyninst/dyninst/commit/d9b209eeb200fc19cad3d3efdefaa0dadda67506
Author: vsoch <vsoch@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A .github/workflows/docs.yaml
M .github/workflows/libabigail.yaml
M .gitignore
R common/doc/manual_commands.tex
R common/doc/manual_frontpage.tex
R common/docs/decoding_diagram.png
R common/docs/rose_structure.png
R dataflowAPI/README.md
R dataflowAPI/doc/AST.tex
R dataflowAPI/doc/AbsLocs.tex
R dataflowAPI/doc/Abstractions.tex
R dataflowAPI/doc/Assignment.tex
R dataflowAPI/doc/Examples.tex
R dataflowAPI/doc/Graph.tex
R dataflowAPI/doc/Intro.tex
R dataflowAPI/doc/README
R dataflowAPI/doc/Slicing.tex
R dataflowAPI/doc/StackAnalysis.tex
R dataflowAPI/doc/SymEval.tex
R dataflowAPI/doc/dataflowAPI.tex
R dataflowAPI/doc/paradyn_logo.pdf
A docs/.gitignore
A docs/Makefile
A docs/README.md
A docs/_static/example/badge/index.html
A docs/_static/example/badge/treemap/index.html
A docs/_static/sphinx-argparse.css
A docs/_static/theme.css
A docs/assets/dyninst-dragon-small.png
A docs/assets/dyninst-dragon.png
A docs/assets/favicon.ico
A docs/basics/building.rst
A docs/conf.py
A docs/dataflowAPI/index.rst
A docs/dynC_API/index.rst
A docs/generate.sh
A docs/instructionAPI/fig/ast_ownership.pdf
A docs/instructionAPI/fig/decoder_use.pdf
A docs/instructionAPI/fig/deref-eval.pdf
A docs/instructionAPI/fig/full_inheritance_graph.pdf
A docs/instructionAPI/fig/instruction_representation.pdf
A docs/instructionAPI/fig/ownership_graph.pdf
A docs/instructionAPI/fig/refman.pdf
A docs/instructionAPI/index.rst
A docs/parseAPI/index.rst
A docs/patchAPI/figure/abstraction/img.pdf
A docs/patchAPI/figure/command/img.graffle
A docs/patchAPI/figure/command/img.pdf
A docs/patchAPI/index.rst
A docs/requirements.txt
A docs/stackwalk/index.rst
A docs/symtabAPI/index.rst
R dynC_API/doc/1-DynC.tex
R dynC_API/doc/2-Language.tex
R dynC_API/doc/A-TheDyninstDomain.tex
R dynC_API/doc/dynC_API.tex
R dynC_API/doc/paradyn_logo.pdf
R dyninstAPI/ClassDiagram1.cd
R dyninstAPI/README.md
R dyninstAPI/nosynchfuncs.txt
R instructionAPI/doc/1-Intro.tex
R instructionAPI/doc/2-Abstractions.tex
R instructionAPI/doc/3-API.tex
R instructionAPI/doc/API/BinaryFunction.tex
R instructionAPI/doc/API/Dereference.tex
R instructionAPI/doc/API/Expression.tex
R instructionAPI/doc/API/Immediate.tex
R instructionAPI/doc/API/Instruction.tex
R instructionAPI/doc/API/InstructionAST.tex
R instructionAPI/doc/API/InstructionDecoder.tex
R instructionAPI/doc/API/InstructionDecoder_x86.tex
R instructionAPI/doc/API/Operand.tex
R instructionAPI/doc/API/Operation.tex
R instructionAPI/doc/API/RegisterAST.tex
R instructionAPI/doc/API/Result.tex
R instructionAPI/doc/API/Visitor.tex
R instructionAPI/doc/examples/Visitor-noop.C
R instructionAPI/doc/examples/Visitor-regexample.C
R instructionAPI/doc/fig/ast_ownership.eps
R instructionAPI/doc/fig/ast_ownership.pdf
R instructionAPI/doc/fig/decoder_use.eps
R instructionAPI/doc/fig/decoder_use.pdf
R instructionAPI/doc/fig/deref-eval.eps
R instructionAPI/doc/fig/deref-eval.pdf
R instructionAPI/doc/fig/full_inheritance_graph.eps
R instructionAPI/doc/fig/full_inheritance_graph.pdf
R instructionAPI/doc/fig/instruction_representation.eps
R instructionAPI/doc/fig/instruction_representation.pdf
R instructionAPI/doc/fig/ownership_graph.eps
R instructionAPI/doc/fig/ownership_graph.pdf
R instructionAPI/doc/fig/refman.pdf
R instructionAPI/doc/instructionAPI.tex
R instructionAPI/doc/paradyn_logo.pdf
R parseAPI/README.md
R parseAPI/doc/.gitignore
R parseAPI/doc/1-Intro.tex
R parseAPI/doc/2-Abstractions.tex
R parseAPI/doc/3-Example.tex
R parseAPI/doc/4-ParseAPI.tex
R parseAPI/doc/5-Extending.tex
R parseAPI/doc/6-Defensive.tex
R parseAPI/doc/API/Block.tex
R parseAPI/doc/API/CodeObject.tex
R parseAPI/doc/API/CodeRegion.tex
R parseAPI/doc/API/CodeSource.tex
R parseAPI/doc/API/Containers.tex
R parseAPI/doc/API/Edge.tex
R parseAPI/doc/API/EdgePredicate.tex
R parseAPI/doc/API/FuncExtent.tex
R parseAPI/doc/API/Function.tex
R parseAPI/doc/API/Loop.tex
R parseAPI/doc/API/LoopTreeNode.tex
R parseAPI/doc/API/ParseCallback.tex
R parseAPI/doc/README
R parseAPI/doc/paradyn_logo.pdf
R parseAPI/doc/parseAPI.tex
R parseThat/.gitignore
R patchAPI/doc/Makefile.doc
R patchAPI/doc/figure/abstraction/img.eps
R patchAPI/doc/figure/abstraction/img.graffle
R patchAPI/doc/figure/abstraction/img.pdf
R patchAPI/doc/figure/command/img.graffle
R patchAPI/doc/figure/command/img.pdf
R patchAPI/doc/paradyn_logo.pdf
R patchAPI/doc/patchAPI.tex
R patchAPI/doc/section/1_intro.tex
R patchAPI/doc/section/2_abs.tex
R patchAPI/doc/section/3_example.tex
R patchAPI/doc/section/4_api_public.tex
R patchAPI/doc/section/5_api_modification.tex
R patchAPI/doc/section/6_api_plugin.tex
R patchAPI/doc/section/7_dyninst.tex
R proccontrol/.syntastic_cpp_config
R proccontrol/README.md
R stackwalk/README.md
R stackwalk/doc/.gitignore
R stackwalk/doc/1-Introduction.tex
R stackwalk/doc/2-Abstractions.tex
R stackwalk/doc/3-API.tex
R stackwalk/doc/4-Callbacks.tex
R stackwalk/doc/API/Frame.tex
R stackwalk/doc/API/FrameStepper.tex
R stackwalk/doc/API/ProcessState.tex
R stackwalk/doc/API/StepperGroup.tex
R stackwalk/doc/API/SymbolLookup.tex
R stackwalk/doc/API/Walker.tex
R stackwalk/doc/fig/layout-armv8.tex
R stackwalk/doc/fig/layout.tex
R stackwalk/doc/fig/object-ownership.tex
R stackwalk/doc/paradyn_logo.pdf
R stackwalk/doc/stackwalk.tex
R symlite/README.md
R symtabAPI/README.md
R symtabAPI/doc/.gitignore
R symtabAPI/doc/1-Intro.tex
R symtabAPI/doc/2-Abstractions.tex
R symtabAPI/doc/4-Definitions.tex
R symtabAPI/doc/5-Namespace.tex
R symtabAPI/doc/6-SymtabAPI.tex
R symtabAPI/doc/7-LineNumberInterface.tex
R symtabAPI/doc/8-Types.tex
R symtabAPI/doc/9-Dynamic.tex
R symtabAPI/doc/A-Appendix.tex
R symtabAPI/doc/API/LineInfo/LineInformation.tex
R symtabAPI/doc/API/LineInfo/Statement.tex
R symtabAPI/doc/API/Symtab/Archive.tex
R symtabAPI/doc/API/Symtab/ExceptionBlock.tex
R symtabAPI/doc/API/Symtab/InlinedFunction.tex
R symtabAPI/doc/API/Symtab/LocalVar.tex
R symtabAPI/doc/API/Symtab/Region.tex
R symtabAPI/doc/API/Symtab/Symbol.tex
R symtabAPI/doc/API/Symtab/Variable.tex
R symtabAPI/doc/API/Symtab/VariableLocation.tex
R symtabAPI/doc/API/Types/Type.tex
R symtabAPI/doc/README
R symtabAPI/doc/paradyn_logo.pdf
R symtabAPI/doc/symtabAPI.tex
Log Message:
-----------
start of work to refactor the docs to use readthedocs
This is the first pass to format the previous latex into rst. I have
done the conversion and only started to go through ensuring that
content is preserved (meaning I did not miss anything) and all the code
blocks are formatted (after the automated conversion they indeed are
not!)
Signed-off-by: vsoch <vsoch@xxxxxxxxxxxxxxxxxxxxxxxx>
Commit: 28fd9efdc876677c47df88da1d6a9258d65e4056
https://github.com/dyninst/dyninst/commit/28fd9efdc876677c47df88da1d6a9258d65e4056
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/index.rst
Log Message:
-----------
Add landing page
Commit: ca1ae568b0f8654af6be9d08b05f578cbf49b36e
https://github.com/dyninst/dyninst/commit/ca1ae568b0f8654af6be9d08b05f578cbf49b36e
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
R docs/generate.sh
Log Message:
-----------
Remove generate.sh
Commit: 429a8c64209dff70f3bee9e63ae1f532b2d3dc9f
https://github.com/dyninst/dyninst/commit/429a8c64209dff70f3bee9e63ae1f532b2d3dc9f
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/basics/first_mutator.rst
A docs/basics/overview.rst
A docs/basics/using.rst
M docs/index.rst
Log Message:
-----------
Move overview, building, and first-mutator into 'basics'
Commit: bb0ff5591b72985bc5602c1be7cc466f5e2b2654
https://github.com/dyninst/dyninst/commit/bb0ff5591b72985bc5602c1be7cc466f5e2b2654
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/advanced/optimizations.rst
A docs/advanced/pitfalls.rst
M docs/index.rst
Log Message:
-----------
Move optimizations and pitfalls into 'advanced'
Commit: 2ad11adb9b07f69324edc2bf7a82d92472845bcc
https://github.com/dyninst/dyninst/commit/2ad11adb9b07f69324edc2bf7a82d92472845bcc
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/examples/binary_analysis.rst
A docs/examples/cfg.rst
A docs/examples/function_disassembly.rst
A docs/examples/instrument_function.rst
A docs/examples/memory_access.rst
A docs/examples/retee.rst
M docs/index.rst
Log Message:
-----------
Aggregate examples
Commit: 55b9aa551d2cecdc5e56c551bc3977b250cffef4
https://github.com/dyninst/dyninst/commit/55b9aa551d2cecdc5e56c551bc3977b250cffef4
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
R docs/dynC_API/index.rst
M docs/index.rst
A docs/usertools/DynC/overview.rst
Log Message:
-----------
DynC init
Commit: dd67aa4e2b9ba854580363dfedd61de9cba2c982
https://github.com/dyninst/dyninst/commit/dd67aa4e2b9ba854580363dfedd61de9cba2c982
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/index.rst
A docs/proccontrol/developer/API.rst
A docs/proccontrol/developer/DecoderWindows.h.rst
A docs/proccontrol/developer/GeneratorWindows.h.rst
A docs/proccontrol/developer/arm_process.h.rst
A docs/proccontrol/developer/freebsd.h.rst
A docs/proccontrol/developer/int_event.h.rst
A docs/proccontrol/developer/int_handler.h.rst
A docs/proccontrol/developer/int_process.h.rst
A docs/proccontrol/developer/int_thread_db.h.rst
A docs/proccontrol/developer/irpc.h.rst
A docs/proccontrol/developer/linux.h.rst
A docs/proccontrol/developer/loadLibrary/API.rst
A docs/proccontrol/developer/loadLibrary/codegen.h.rst
A docs/proccontrol/developer/loadLibrary/injector.h.rst
A docs/proccontrol/developer/memcache.h.rst
A docs/proccontrol/developer/mmapalloc.h.rst
A docs/proccontrol/developer/notify_pipe.h.rst
A docs/proccontrol/developer/ppc_process.h.rst
A docs/proccontrol/developer/proc_service_wrapper.h.rst
A docs/proccontrol/developer/processplat.h.rst
A docs/proccontrol/developer/procpool.h.rst
A docs/proccontrol/developer/resp.h.rst
A docs/proccontrol/developer/response.h.rst
A docs/proccontrol/developer/snippets.h.rst
A docs/proccontrol/developer/sysv.h.rst
A docs/proccontrol/developer/unix.h.rst
A docs/proccontrol/developer/windows_handler.h.rst
A docs/proccontrol/developer/windows_process.h.rst
A docs/proccontrol/developer/windows_thread.h.rst
A docs/proccontrol/developer/x86_process.h.rst
A docs/proccontrol/overview.rst
A docs/proccontrol/public/API.rst
A docs/proccontrol/public/Decoder.h.rst
A docs/proccontrol/public/Event.h.rst
A docs/proccontrol/public/EventType.h.rst
A docs/proccontrol/public/Generator.h.rst
A docs/proccontrol/public/Handler.h.rst
A docs/proccontrol/public/Mailbox.h.rst
A docs/proccontrol/public/PCErrors.h.rst
A docs/proccontrol/public/PCProcess.h.rst
A docs/proccontrol/public/PlatFeatures.h.rst
A docs/proccontrol/public/ProcessSet.h.rst
Log Message:
-----------
proccontrol init
Commit: 44821c80d9707315794a7132fa630f8377d2f7b8
https://github.com/dyninst/dyninst/commit/44821c80d9707315794a7132fa630f8377d2f7b8
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/dyninstAPI/developer/API.rst
A docs/dyninstAPI/developer/BPatch_collections.h.rst
A docs/dyninstAPI/developer/BPatch_libInfo.h.rst
A docs/dyninstAPI/developer/BPatch_memoryAccessAdapter.h.rst
A docs/dyninstAPI/developer/BPatch_private.h.rst
A docs/dyninstAPI/developer/ELF_Section.h.rst
A docs/dyninstAPI/developer/IAPI_to_AST.h.rst
A docs/dyninstAPI/developer/LinearVariable.h.rst
A docs/dyninstAPI/developer/Parsing.h.rst
A docs/dyninstAPI/developer/Patching.h.rst
A docs/dyninstAPI/developer/RegisterConversion.h.rst
A docs/dyninstAPI/developer/addressSpace.h.rst
A docs/dyninstAPI/developer/arch-forward-decl.h.rst
A docs/dyninstAPI/developer/ast.h.rst
A docs/dyninstAPI/developer/baseTramp.h.rst
A docs/dyninstAPI/developer/binaryEdit.h.rst
A docs/dyninstAPI/developer/block.h.rst
A docs/dyninstAPI/developer/codeRange.h.rst
A docs/dyninstAPI/developer/codegen-aarch64.h.rst
A docs/dyninstAPI/developer/codegen-power.h.rst
A docs/dyninstAPI/developer/codegen-x86.h.rst
A docs/dyninstAPI/developer/codegen.h.rst
A docs/dyninstAPI/developer/debug.h.rst
A docs/dyninstAPI/developer/dynProcess.h.rst
A docs/dyninstAPI/developer/dynThread.h.rst
A docs/dyninstAPI/developer/dyninst.h.rst
A docs/dyninstAPI/developer/emit-aarch64.h.rst
A docs/dyninstAPI/developer/emit-power.h.rst
A docs/dyninstAPI/developer/emit-x86.h.rst
A docs/dyninstAPI/developer/emitter.h.rst
A docs/dyninstAPI/developer/frame.h.rst
A docs/dyninstAPI/developer/frameChecker.h.rst
A docs/dyninstAPI/developer/freebsd-x86.h.rst
A docs/dyninstAPI/developer/freebsd.h.rst
A docs/dyninstAPI/developer/function.h.rst
A docs/dyninstAPI/developer/hybridAnalysis.h.rst
A docs/dyninstAPI/developer/image.h.rst
A docs/dyninstAPI/developer/infHeap.h.rst
A docs/dyninstAPI/developer/inst-aarch64.h.rst
A docs/dyninstAPI/developer/inst-power.h.rst
A docs/dyninstAPI/developer/inst-x86.h.rst
A docs/dyninstAPI/developer/inst.h.rst
A docs/dyninstAPI/developer/instP.h.rst
A docs/dyninstAPI/developer/instPoint.h.rst
A docs/dyninstAPI/developer/legacy-instruction.h.rst
A docs/dyninstAPI/developer/linux-aarch64.h.rst
A docs/dyninstAPI/developer/linux-power.h.rst
A docs/dyninstAPI/developer/linux-x86.h.rst
A docs/dyninstAPI/developer/linux.h.rst
A docs/dyninstAPI/developer/mapped_module.h.rst
A docs/dyninstAPI/developer/mapped_object.h.rst
A docs/dyninstAPI/developer/nt_signal_emul.h.rst
A docs/dyninstAPI/developer/opcode.h.rst
A docs/dyninstAPI/developer/os.h.rst
A docs/dyninstAPI/developer/parRegion.h.rst
A docs/dyninstAPI/developer/parse-cfg.h.rst
A docs/dyninstAPI/developer/patch.h.rst
A docs/dyninstAPI/developer/pcEventHandler.h.rst
A docs/dyninstAPI/developer/pcEventMuxer.h.rst
A docs/dyninstAPI/developer/pcrel.h.rst
A docs/dyninstAPI/developer/pdwinnt.h.rst
A docs/dyninstAPI/developer/registerSpace.h.rst
A docs/dyninstAPI/developer/syscallNotification.h.rst
A docs/dyninstAPI/developer/syscalltrap.h.rst
A docs/dyninstAPI/developer/trapMappings.h.rst
A docs/dyninstAPI/developer/unix.h.rst
A docs/dyninstAPI/developer/util.h.rst
A docs/dyninstAPI/overview.rst
A docs/dyninstAPI/public/API.rst
A docs/dyninstAPI/public/BPatch.h.rst
A docs/dyninstAPI/public/BPatch_Set.h.rst
A docs/dyninstAPI/public/BPatch_Vector.h.rst
A docs/dyninstAPI/public/BPatch_addressSpace.h.rst
A docs/dyninstAPI/public/BPatch_basicBlock.h.rst
A docs/dyninstAPI/public/BPatch_basicBlockLoop.h.rst
A docs/dyninstAPI/public/BPatch_binaryEdit.h.rst
A docs/dyninstAPI/public/BPatch_callbacks.h.rst
A docs/dyninstAPI/public/BPatch_dll.h.rst
A docs/dyninstAPI/public/BPatch_edge.h.rst
A docs/dyninstAPI/public/BPatch_enums.h.rst
A docs/dyninstAPI/public/BPatch_flowGraph.h.rst
A docs/dyninstAPI/public/BPatch_frame.h.rst
A docs/dyninstAPI/public/BPatch_function.h.rst
A docs/dyninstAPI/public/BPatch_image.h.rst
A docs/dyninstAPI/public/BPatch_instruction.h.rst
A docs/dyninstAPI/public/BPatch_loopTreeNode.h.rst
A docs/dyninstAPI/public/BPatch_memoryAccess_NP.h.rst
A docs/dyninstAPI/public/BPatch_module.h.rst
A docs/dyninstAPI/public/BPatch_object.h.rst
A docs/dyninstAPI/public/BPatch_parRegion.h.rst
A docs/dyninstAPI/public/BPatch_point.h.rst
A docs/dyninstAPI/public/BPatch_process.h.rst
A docs/dyninstAPI/public/BPatch_snippet.h.rst
A docs/dyninstAPI/public/BPatch_sourceBlock.h.rst
A docs/dyninstAPI/public/BPatch_sourceObj.h.rst
A docs/dyninstAPI/public/BPatch_statement.h.rst
A docs/dyninstAPI/public/BPatch_thread.h.rst
A docs/dyninstAPI/public/BPatch_type.h.rst
A docs/dyninstAPI/public/StackMod.h.rst
M docs/index.rst
Log Message:
-----------
DyninstAPI init
Commit: 00ead57619804a93cb2f591a44adfb1d1f16233f
https://github.com/dyninst/dyninst/commit/00ead57619804a93cb2f591a44adfb1d1f16233f
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/index.rst
A docs/instructionAPI/developer/AMDGPU/gfx908/InstructionDecoder-amdgpu-gfx908.h
A docs/instructionAPI/developer/AMDGPU/gfx90a/InstructionDecoder-amdgpu-gfx90a.h
A docs/instructionAPI/developer/AMDGPU/gfx940/InstructionDecoder-amdgpu-gfx940.h
A docs/instructionAPI/developer/API.rst
A docs/instructionAPI/developer/InstructionDecoder-aarch64.h.rst
A docs/instructionAPI/developer/InstructionDecoder-power.h.rst
A docs/instructionAPI/developer/InstructionDecoder-x86.h.rst
A docs/instructionAPI/developer/InstructionDecoderImpl.h.rst
A docs/instructionAPI/developer/debug.h.rst
R docs/instructionAPI/index.rst
A docs/instructionAPI/overview.rst
A docs/instructionAPI/public/API.rst
A docs/instructionAPI/public/ArchSpecificFormatters.h.rst
A docs/instructionAPI/public/BinaryFunction.h.rst
A docs/instructionAPI/public/Dereference.h.rst
A docs/instructionAPI/public/Expression.h.rst
A docs/instructionAPI/public/Immediate.h.rst
A docs/instructionAPI/public/Instruction.h.rst
A docs/instructionAPI/public/InstructionAST.h.rst
A docs/instructionAPI/public/InstructionCategories.h.rst
A docs/instructionAPI/public/InstructionDecoder.h.rst
A docs/instructionAPI/public/Operand.h.rst
A docs/instructionAPI/public/Operation_impl.h.rst
A docs/instructionAPI/public/Register.h.rst
A docs/instructionAPI/public/RegisterIDs.h.rst
A docs/instructionAPI/public/Result.h.rst
A docs/instructionAPI/public/Ternary.h.rst
A docs/instructionAPI/public/Visitor.h.rst
Log Message:
-----------
instructionAPI init
Commit: d80a965e5ddc0bea65021e2558907a0f42899c2f
https://github.com/dyninst/dyninst/commit/d80a965e5ddc0bea65021e2558907a0f42899c2f
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/index.rst
A docs/parseAPI/developer/API.rst
A docs/parseAPI/developer/BoundFactCalculator.h.rst
A docs/parseAPI/developer/BoundFactData.h.rst
A docs/parseAPI/developer/IA_IAPI.h.rst
A docs/parseAPI/developer/IA_aarch64.h.rst
A docs/parseAPI/developer/IA_amdgpu.h.rst
A docs/parseAPI/developer/IA_power.h.rst
A docs/parseAPI/developer/IA_x86.h.rst
A docs/parseAPI/developer/IndirectASTVisitor.h.rst
A docs/parseAPI/developer/IndirectAnalyzer.h.rst
A docs/parseAPI/developer/JumpTableFormatPred.h.rst
A docs/parseAPI/developer/JumpTableIndexPred.h.rst
A docs/parseAPI/developer/LoopAnalyzer.h.rst
A docs/parseAPI/developer/ParseData.h.rst
A docs/parseAPI/developer/Parser.h.rst
A docs/parseAPI/developer/ParserDetails.h.rst
A docs/parseAPI/developer/ProbabilisticParser.h.rst
A docs/parseAPI/developer/StackTamperVisitor.h.rst
A docs/parseAPI/developer/SymbolicExpression.h.rst
A docs/parseAPI/developer/ThunkData.h.rst
A docs/parseAPI/developer/debug_parse.h.rst
A docs/parseAPI/developer/dominator.h.rst
A docs/parseAPI/developer/util.h.rst
R docs/parseAPI/index.rst
A docs/parseAPI/overview.rst
A docs/parseAPI/public/API.rst
A docs/parseAPI/public/CFG.h.rst
A docs/parseAPI/public/CFGFactory.h.rst
A docs/parseAPI/public/CFGModifier.h.rst
A docs/parseAPI/public/CodeObject.h.rst
A docs/parseAPI/public/CodeSource.h.rst
A docs/parseAPI/public/GraphAdapter.h.rst
A docs/parseAPI/public/InstructionAdapter.h.rst
A docs/parseAPI/public/InstructionSource.h.rst
A docs/parseAPI/public/Location.h.rst
A docs/parseAPI/public/LockFreeQueue.h.rst
A docs/parseAPI/public/ParseCallback.h.rst
A docs/parseAPI/public/ParseContainers.h.rst
A docs/parseAPI/public/SymLiteCodeSource.h.rst
Log Message:
-----------
parseAPI init
Commit: a668894383c86a671c9525de41e43218eb83a129
https://github.com/dyninst/dyninst/commit/a668894383c86a671c9525de41e43218eb83a129
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/index.rst
A docs/patchAPI/developer/API.rst
A docs/patchAPI/developer/ParseCallback.h.rst
R docs/patchAPI/index.rst
A docs/patchAPI/overview.rst
A docs/patchAPI/public/API.rst
A docs/patchAPI/public/AddrSpace.h.rst
A docs/patchAPI/public/CFGMaker.h.rst
A docs/patchAPI/public/Command.h.rst
A docs/patchAPI/public/Instrumenter.h.rst
A docs/patchAPI/public/PatchCFG.h.rst
A docs/patchAPI/public/PatchCallback.h.rst
A docs/patchAPI/public/PatchCommon.h.rst
A docs/patchAPI/public/PatchMgr.h.rst
A docs/patchAPI/public/PatchModifier.h.rst
A docs/patchAPI/public/PatchObject.h.rst
A docs/patchAPI/public/Point.h.rst
A docs/patchAPI/public/Snippet.h.rst
Log Message:
-----------
patchAPI init
Commit: 2474429899386bc76ee72d5d615b18e2d492d745
https://github.com/dyninst/dyninst/commit/2474429899386bc76ee72d5d615b18e2d492d745
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/index.rst
A docs/stackwalk/developer/API.rst
A docs/stackwalk/developer/aarch64-swk.h.rst
A docs/stackwalk/developer/analysis_stepper.h.rst
A docs/stackwalk/developer/dbgstepper-impl.h.rst
A docs/stackwalk/developer/framestepper_pimple.h.rst
A docs/stackwalk/developer/freebsd-swk.h.rst
A docs/stackwalk/developer/get_trap_instruction.h.rst
A docs/stackwalk/developer/libstate.h.rst
A docs/stackwalk/developer/linux-swk.h.rst
A docs/stackwalk/developer/linuxbsd-swk.h.rst
A docs/stackwalk/developer/sw.h.rst
A docs/stackwalk/developer/symtab-swk.h.rst
A docs/stackwalk/developer/x86-swk.h.rst
R docs/stackwalk/index.rst
A docs/stackwalk/overview.rst
A docs/stackwalk/public/API.rst
A docs/stackwalk/public/basetypes.h.rst
A docs/stackwalk/public/fig/stackwalker-frame-layout-ARMv8.png
A docs/stackwalk/public/fig/stackwalker-frame-layout-x86.png
A docs/stackwalk/public/frame.h.rst
A docs/stackwalk/public/framestepper.h.rst
A docs/stackwalk/public/local_var.h.rst
A docs/stackwalk/public/procstate.h.rst
A docs/stackwalk/public/steppergroup.h.rst
A docs/stackwalk/public/swk_errors.h.rst
A docs/stackwalk/public/symlookup.h.rst
A docs/stackwalk/public/walker.h.rst
Log Message:
-----------
stackwalk init
Commit: 4a7b28a605aa742ffc4844277432e43f685bb6b4
https://github.com/dyninst/dyninst/commit/4a7b28a605aa742ffc4844277432e43f685bb6b4
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/index.rst
A docs/symtabAPI/developer/API.rst
A docs/symtabAPI/developer/LinkMap.h.rst
A docs/symtabAPI/developer/Object-elf.h.rst
A docs/symtabAPI/developer/Object-nt.h.rst
A docs/symtabAPI/developer/Object.h.rst
A docs/symtabAPI/developer/Type-mem.h.rst
A docs/symtabAPI/developer/annotations.h.rst
A docs/symtabAPI/developer/debug.h.rst
A docs/symtabAPI/developer/dwarfWalker.h.rst
A docs/symtabAPI/developer/emitElf.h.rst
A docs/symtabAPI/developer/emitElfStatic.h.rst
A docs/symtabAPI/developer/emitWin.h.rst
A docs/symtabAPI/developer/indexed_modules.h.rst
A docs/symtabAPI/developer/notes.rst
R docs/symtabAPI/index.rst
A docs/symtabAPI/overview.rst
A docs/symtabAPI/public/API.rst
A docs/symtabAPI/public/AddrLookup.h.rst
A docs/symtabAPI/public/Aggregate.h.rst
A docs/symtabAPI/public/Archive.h.rst
A docs/symtabAPI/public/Collections.h.rst
A docs/symtabAPI/public/ExceptionBlock.h.rst
A docs/symtabAPI/public/Function.h.rst
A docs/symtabAPI/public/LineInformation.h.rst
A docs/symtabAPI/public/Module.h.rst
A docs/symtabAPI/public/RangeLookup.h.rst
A docs/symtabAPI/public/Region.h.rst
A docs/symtabAPI/public/Statement.h.rst
A docs/symtabAPI/public/StringTable.h.rst
A docs/symtabAPI/public/Symbol.h.rst
A docs/symtabAPI/public/Symtab.h.rst
A docs/symtabAPI/public/SymtabReader.h.rst
A docs/symtabAPI/public/Type.h.rst
A docs/symtabAPI/public/Variable.h.rst
A docs/symtabAPI/public/relocationEntry.h.rst
A docs/symtabAPI/public/symutil.h.rst
Log Message:
-----------
symtabAPI init
Commit: 51450c7e49808dfe74ac9a8820b7b410c8a2075a
https://github.com/dyninst/dyninst/commit/51450c7e49808dfe74ac9a8820b7b410c8a2075a
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/common/developer/API.rst
A docs/common/developer/Annotatable.h.rst
A docs/common/developer/IBSTree-fast.h.rst
A docs/common/developer/IBSTree.h.rst
A docs/common/developer/IntervalTree.h.rst
A docs/common/developer/MappedFile.h.rst
A docs/common/developer/NodeIterator.h.rst
A docs/common/developer/Timer.h.rst
A docs/common/developer/addrRange.h.rst
A docs/common/developer/addrtranslate-sysv.h.rst
A docs/common/developer/addrtranslate.h.rst
A docs/common/developer/arch-aarch64.h.rst
A docs/common/developer/arch-power.h.rst
A docs/common/developer/arch-x86.h.rst
A docs/common/developer/arch.h.rst
A docs/common/developer/compiler_annotations.h.rst
A docs/common/developer/compiler_diagnostics.h.rst
A docs/common/developer/concurrent.h.rst
A docs/common/developer/debug_common.h.rst
A docs/common/developer/dthread.h.rst
A docs/common/developer/dyn_register.h.rst
A docs/common/developer/dyn_syscalls.h.rst
A docs/common/developer/dyntypes.h.rst
A docs/common/developer/freebsdHeaders.h.rst
A docs/common/developer/freebsdKludges.h.rst
A docs/common/developer/headers.h.rst
A docs/common/developer/ia32_locations.h.rst
A docs/common/developer/linuxHeaders.h.rst
A docs/common/developer/linuxKludges.h.rst
A docs/common/developer/lprintf.h.rst
A docs/common/developer/lru_cache.h.rst
A docs/common/developer/machineType.h.rst
A docs/common/developer/ntHeaders.h.rst
A docs/common/developer/parseauxv.h.rst
A docs/common/developer/pathName.h.rst
A docs/common/developer/pool_allocators.h.rst
A docs/common/developer/sha1.h.rst
A docs/common/developer/singleton_object_pool.h.rst
A docs/common/developer/stats.h.rst
A docs/common/developer/symbolDemangle.h.rst
A docs/common/developer/symbolDemangleWithCache.h.rst
A docs/common/developer/unaligned_memory_access.h.rst
A docs/common/developer/util.h.rst
A docs/common/developer/vgannotations.h.rst
A docs/common/developer/vm_maps.h.rst
A docs/common/public/API.rst
A docs/common/public/Architecture.h.rst
A docs/common/public/Buffer.h.rst
A docs/common/public/DynAST.h.rst
A docs/common/public/Edge.h.rst
A docs/common/public/Graph.h.rst
A docs/common/public/MachSyscall.h.rst
A docs/common/public/Node.h.rst
A docs/common/public/ProcReader.h.rst
A docs/common/public/SymReader.h.rst
A docs/common/public/VariableLocation.h.rst
A docs/common/public/dyn_regs.h.rst
A docs/common/public/entryIDs.h.rst
M docs/index.rst
Log Message:
-----------
common init
Commit: 9fdbd82be0c0757fd9cae358ba0e6a339b22009c
https://github.com/dyninst/dyninst/commit/9fdbd82be0c0757fd9cae358ba0e6a339b22009c
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/dataflowAPI/developer/API.rst
R docs/dataflowAPI/index.rst
A docs/dataflowAPI/overview.rst
A docs/dataflowAPI/public/API.rst
M docs/index.rst
Log Message:
-----------
dataflowAPI init
Commit: f67e723929fe467e196ea6fa48952a137a1d09b2
https://github.com/dyninst/dyninst/commit/f67e723929fe467e196ea6fa48952a137a1d09b2
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/dataflowAPI/public/ABI.h.rst
Log Message:
-----------
Add dataflowAPI/ABI.h.rst
Commit: 6420e777afbcb2d457f7dda8930249c87c4350ef
https://github.com/dyninst/dyninst/commit/6420e777afbcb2d457f7dda8930249c87c4350ef
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M dataflowAPI/h/Absloc.h
A docs/dataflowAPI/public/Absloc.h.rst
Log Message:
-----------
Add dataflowAPI/Absloc.h
Commit: 01ad9e10c6071d7cc3561a7ca7584173b32dd14b
https://github.com/dyninst/dyninst/commit/01ad9e10c6071d7cc3561a7ca7584173b32dd14b
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/dataflowAPI/public/AbslocInterface.h.rst
Log Message:
-----------
Add dataflowAPI/AbslocInterface.h
Commit: 531a3c829d3f2bed2591ad3d6ba251055f55a004
https://github.com/dyninst/dyninst/commit/531a3c829d3f2bed2591ad3d6ba251055f55a004
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/dataflowAPI/public/bitArray.h.rst
Log Message:
-----------
Add dataflowAPI/bitArray.h
Commit: 4ba4fb62b8f5e1c79d9faaa48932e5259ac9d9c7
https://github.com/dyninst/dyninst/commit/4ba4fb62b8f5e1c79d9faaa48932e5259ac9d9c7
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/dataflowAPI/public/InstructionCache.h.rst
Log Message:
-----------
Add dataflowAPI/InstructionCache.h
Commit: d90684ebc29ffcb96658e6217f070ac1ef2205f0
https://github.com/dyninst/dyninst/commit/d90684ebc29ffcb96658e6217f070ac1ef2205f0
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M dataflowAPI/src/liveness.C
A docs/dataflowAPI/public/liveness.h.rst
Log Message:
-----------
Add dataflowAPI/liveness.h
Commit: 71d049df15276bb2122185634f9fbb81dadc78ef
https://github.com/dyninst/dyninst/commit/71d049df15276bb2122185634f9fbb81dadc78ef
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M dataflowAPI/h/slicing.h
A docs/dataflowAPI/public/slicing.h.rst
Log Message:
-----------
Add dataflowAPI/slicing.h
Commit: 4a0db5b4bb7594e2d5af63e7ed81e167cb2a4931
https://github.com/dyninst/dyninst/commit/4a0db5b4bb7594e2d5af63e7ed81e167cb2a4931
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M dataflowAPI/h/stackanalysis.h
M docs/dataflowAPI/developer/API.rst
A docs/dataflowAPI/developer/stackanalysis.h.rst
A docs/dataflowAPI/public/stackanalysis.h.rst
Log Message:
-----------
Add dataflowAPI/stackanalysis.h
Commit: 22f9494c86363b586e16433936fb053174e5f62c
https://github.com/dyninst/dyninst/commit/22f9494c86363b586e16433936fb053174e5f62c
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M dataflowAPI/h/SymEval.h
M docs/dataflowAPI/developer/API.rst
A docs/dataflowAPI/developer/SymEval.h.rst
A docs/dataflowAPI/public/SymEval.h.rst
Log Message:
-----------
Add dataflowAPI/SymEval.h
Commit: 3fe3019307c38f338b8eb30ffd7a93015f08aee8
https://github.com/dyninst/dyninst/commit/3fe3019307c38f338b8eb30ffd7a93015f08aee8
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/dataflowAPI/developer/debug_dataflow.h.rst
Log Message:
-----------
Add dataflowAPI/dev/debug_dataflow.h
Commit: e6ae5c70d9698af32e1d1cde8773a046e496dabe
https://github.com/dyninst/dyninst/commit/e6ae5c70d9698af32e1d1cde8773a046e496dabe
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/dataflowAPI/developer/ExpressionConversionVisitor.h.rst
Log Message:
-----------
Add dataflowAPI/dev/ExpressionConversionVisitor.h
Commit: 9e171f5e1de43a48c82186252f60152cbe552538
https://github.com/dyninst/dyninst/commit/9e171f5e1de43a48c82186252f60152cbe552538
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/dataflowAPI/developer/RegisterMap.h.rst
Log Message:
-----------
Add dataflowAPI/dev/RegisterMap.h
Commit: 17353e4aa9516b236b1364775a3032f817413a81
https://github.com/dyninst/dyninst/commit/17353e4aa9516b236b1364775a3032f817413a81
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/dataflowAPI/developer/RoseInsnFactory.h.rst
Log Message:
-----------
Add dataflowAPI/dev/RoseInsnFactory.h
Commit: af5a91c1782e52dc86a4b9ff7e9be3d2f8380e99
https://github.com/dyninst/dyninst/commit/af5a91c1782e52dc86a4b9ff7e9be3d2f8380e99
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/dataflowAPI/developer/SymbolicExpansion.h.rst
Log Message:
-----------
Add dataflowAPI/dev/SymbolicExpansion.h
Commit: c8f1688748c45ef441fe4ebdd1e73d24db868413
https://github.com/dyninst/dyninst/commit/c8f1688748c45ef441fe4ebdd1e73d24db868413
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M dataflowAPI/src/SymEvalPolicy.h
A docs/dataflowAPI/developer/SymEvalPolicy.h.rst
Log Message:
-----------
Add dataflowAPI/dev/SymEvalPolicy.h
Commit: f70d21fb7ac42da149a4af477751ab4176f0c7ad
https://github.com/dyninst/dyninst/commit/f70d21fb7ac42da149a4af477751ab4176f0c7ad
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M dataflowAPI/src/SymEvalVisitors.h
A docs/dataflowAPI/developer/SymEvalVisitors.h.rst
Log Message:
-----------
Add dataflowAPI/dev/SymEvalVisitors.h
Commit: 62fc2b21533ba23e00d0abeb7bcb67492fd47f9a
https://github.com/dyninst/dyninst/commit/62fc2b21533ba23e00d0abeb7bcb67492fd47f9a
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
R dataflowAPI/doc/dataflowAPI.pdf
Log Message:
-----------
Remove dataflowAPI PDF
Commit: 2340c0bdbdd76fd66562b4ff843952679c32629c
https://github.com/dyninst/dyninst/commit/2340c0bdbdd76fd66562b4ff843952679c32629c
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M .github/workflows/docs.yaml
Log Message:
-----------
Disable path check in doc build action
Commit: 884ce7ae49641c7ca9903559b79b25a744162ddb
https://github.com/dyninst/dyninst/commit/884ce7ae49641c7ca9903559b79b25a744162ddb
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/public/Architecture.h.rst
M docs/common/public/dyn_regs.h.rst
Log Message:
-----------
Add common/Architecture.h
Commit: cec25b7a93d436375d84f9c2e1a3e95297e778c1
https://github.com/dyninst/dyninst/commit/cec25b7a93d436375d84f9c2e1a3e95297e778c1
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/h/Buffer.h
M docs/common/public/Buffer.h.rst
Log Message:
-----------
Add common/Buffer.h
Commit: ed533113f1985ac56d6659c85e247608d674ae67
https://github.com/dyninst/dyninst/commit/ed533113f1985ac56d6659c85e247608d674ae67
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/h/DynAST.h
M docs/common/developer/API.rst
A docs/common/developer/DynAST.h.rst
M docs/common/public/DynAST.h.rst
Log Message:
-----------
Add common/DynAST.h
Commit: 3d6240bb58931770a4e2389e6ad74aa55dba49d2
https://github.com/dyninst/dyninst/commit/3d6240bb58931770a4e2389e6ad74aa55dba49d2
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/h/Edge.h
M docs/common/developer/API.rst
A docs/common/developer/Edge.h.rst
M docs/common/public/Edge.h.rst
Log Message:
-----------
Add common/Edge.h
Commit: b49fe941af74ed49773e49ae71fd63906357f5fa
https://github.com/dyninst/dyninst/commit/b49fe941af74ed49773e49ae71fd63906357f5fa
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/public/entryIDs.h.rst
Log Message:
-----------
Add common/entryIDs.h
Commit: 0d109d45ab1f441b5589bd01f81b340614a563e1
https://github.com/dyninst/dyninst/commit/0d109d45ab1f441b5589bd01f81b340614a563e1
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/h/Graph.h
M docs/common/developer/API.rst
A docs/common/developer/Graph.h.rst
M docs/common/public/Graph.h.rst
Log Message:
-----------
Add common/Graph.h
Commit: 29128676c0029072ab69a12e7f7ba8eff8b45b3d
https://github.com/dyninst/dyninst/commit/29128676c0029072ab69a12e7f7ba8eff8b45b3d
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/dyn_syscalls.h.rst
M docs/common/public/MachSyscall.h.rst
Log Message:
-----------
Add common/MachSysCall.h
Commit: 6a0edabed7ce265a9ed903bc8cacffe4578b2e51
https://github.com/dyninst/dyninst/commit/6a0edabed7ce265a9ed903bc8cacffe4578b2e51
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/src/registers/MachRegister.C
M docs/common/developer/API.rst
A docs/common/developer/registers/MachRegister.h.rst
M docs/common/public/API.rst
M docs/common/public/dyn_regs.h.rst
A docs/common/public/registers/MachRegister.h.rst
Log Message:
-----------
Add common/MachRegister.h
Commit: 481dae096b68096018f5b0fe7bdd82580e695a04
https://github.com/dyninst/dyninst/commit/481dae096b68096018f5b0fe7bdd82580e695a04
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/h/Node.h
M docs/common/public/Node.h.rst
Log Message:
-----------
Add common/Node.h
Commit: f42ec76ae6316058130801aff3128b6df0336c63
https://github.com/dyninst/dyninst/commit/f42ec76ae6316058130801aff3128b6df0336c63
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/API.rst
A docs/common/developer/ProcReader.h.rst
M docs/common/public/API.rst
R docs/common/public/ProcReader.h.rst
Log Message:
-----------
Add common/ProcReader.h
Commit: 04bdbe42a1a302670298e63c9e4d016c5693d9da
https://github.com/dyninst/dyninst/commit/04bdbe42a1a302670298e63c9e4d016c5693d9da
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/h/SymReader.h
M docs/common/public/SymReader.h.rst
Log Message:
-----------
Add common/SymReader.h
Commit: 509d410160673b50bed9325a0f5c962c14c5f9a0
https://github.com/dyninst/dyninst/commit/509d410160673b50bed9325a0f5c962c14c5f9a0
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/h/VariableLocation.h
M docs/common/public/VariableLocation.h.rst
Log Message:
-----------
Add common/VariableLocation.h
Commit: 6bdb66ff69f0fe2d1cf26deea1e50a35e7c96c84
https://github.com/dyninst/dyninst/commit/6bdb66ff69f0fe2d1cf26deea1e50a35e7c96c84
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/API.rst
R docs/common/developer/addrRange.h.rst
M docs/stackwalk/developer/API.rst
A docs/stackwalk/developer/addrRange.h.rst
Log Message:
-----------
Move addrRange.h to stackwalk
Commit: 7367016bfd2e86ba5f5724d46a0bb2d46d31a00b
https://github.com/dyninst/dyninst/commit/7367016bfd2e86ba5f5724d46a0bb2d46d31a00b
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/addrtranslate.h.rst
Log Message:
-----------
Add common/addrtranslate.h
Commit: c47ce7ce3bd646938dc5bd16f19823cf4ba45602
https://github.com/dyninst/dyninst/commit/c47ce7ce3bd646938dc5bd16f19823cf4ba45602
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/addrtranslate-sysv.h.rst
Log Message:
-----------
Add common/addrtranslate-sysv.h
Commit: 151513534c9f22a4a96ee97d77781194cd36b23e
https://github.com/dyninst/dyninst/commit/151513534c9f22a4a96ee97d77781194cd36b23e
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/h/Annotatable.h
M docs/common/developer/Annotatable.h.rst
Log Message:
-----------
Add common/Annotatable.h
Commit: b608b2a5b4bf20667b9c9a1c1f3e7246f86a9f33
https://github.com/dyninst/dyninst/commit/b608b2a5b4bf20667b9c9a1c1f3e7246f86a9f33
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/arch.h.rst
Log Message:
-----------
Add common/arch.h
Commit: f4fedbfca290877e01c15418b6a711ab5658fdc0
https://github.com/dyninst/dyninst/commit/f4fedbfca290877e01c15418b6a711ab5658fdc0
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/arch-aarch64.h.rst
Log Message:
-----------
Add common/arch-aarch64.h
Commit: d851a350a806bf5f7a1f33df494037fa90a4b8f7
https://github.com/dyninst/dyninst/commit/d851a350a806bf5f7a1f33df494037fa90a4b8f7
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/src/arch-power.h
M docs/common/developer/arch-power.h.rst
Log Message:
-----------
Add common/arch-power.h
Commit: 52a622e8b19b6671b5aed7084be4fcbaf1ab18c7
https://github.com/dyninst/dyninst/commit/52a622e8b19b6671b5aed7084be4fcbaf1ab18c7
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/arch-x86.h.rst
Log Message:
-----------
Add common/arch-x86.h
Commit: 9386900a8ed64f243b7827389079b1df8cd2300b
https://github.com/dyninst/dyninst/commit/9386900a8ed64f243b7827389079b1df8cd2300b
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/h/compiler_annotations.h
M docs/common/developer/compiler_annotations.h.rst
Log Message:
-----------
Add common/compiler_annotations.h
Commit: 233a9e73a25a1a29c681c9f772cb4d122fa92546
https://github.com/dyninst/dyninst/commit/233a9e73a25a1a29c681c9f772cb4d122fa92546
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/h/compiler_diagnostics.h
M docs/common/developer/compiler_diagnostics.h.rst
Log Message:
-----------
Add common/compiler_diagnostics.h
Commit: 951e7732b6e1252e85b5ec4fd0f2c0877e963d27
https://github.com/dyninst/dyninst/commit/951e7732b6e1252e85b5ec4fd0f2c0877e963d27
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/concurrent.h.rst
Log Message:
-----------
Add common/concurrent.h
Commit: 913a47a5c3fc8e6401f81bd3607ff5e3906e17cd
https://github.com/dyninst/dyninst/commit/913a47a5c3fc8e6401f81bd3607ff5e3906e17cd
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/debug_common.h.rst
Log Message:
-----------
Add common/debug_common.h
Commit: a82ac34ce13956c587b0d014bdb9d7203ea3c3f7
https://github.com/dyninst/dyninst/commit/a82ac34ce13956c587b0d014bdb9d7203ea3c3f7
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/dthread.h.rst
Log Message:
-----------
Add common/dthread.h
Commit: ba8d98de290340034b7991c861557049ba3d8eaa
https://github.com/dyninst/dyninst/commit/ba8d98de290340034b7991c861557049ba3d8eaa
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/src/dyn_register.h
M docs/common/developer/dyn_register.h.rst
Log Message:
-----------
Add common/dyn_register.h
Commit: b8bd2da6f2bde689981dad7ce79baef1bfb3f3ea
https://github.com/dyninst/dyninst/commit/b8bd2da6f2bde689981dad7ce79baef1bfb3f3ea
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/dyn_syscalls.h.rst
Log Message:
-----------
Add common/dyn_syscalls.h
Commit: 853fcb19f688629dd1adfeee7a36030d7dc3e7d0
https://github.com/dyninst/dyninst/commit/853fcb19f688629dd1adfeee7a36030d7dc3e7d0
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/dyntypes.h.rst
Log Message:
-----------
Add common/dyntypes.h
Commit: 47fafe5749589acb90ac16c9f66fbedad94eb423
https://github.com/dyninst/dyninst/commit/47fafe5749589acb90ac16c9f66fbedad94eb423
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/freebsdHeaders.h.rst
M docs/common/developer/freebsdKludges.h.rst
Log Message:
-----------
Add common/freebsdHeaders.h
Commit: f7230df1c655fd777446728f67278e8edb8c81f9
https://github.com/dyninst/dyninst/commit/f7230df1c655fd777446728f67278e8edb8c81f9
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/freebsdKludges.h.rst
Log Message:
-----------
Add common/freebadKludges.h
Commit: 48fa2564b47676ac99a40a8da92375522e4c9ef3
https://github.com/dyninst/dyninst/commit/48fa2564b47676ac99a40a8da92375522e4c9ef3
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/headers.h.rst
Log Message:
-----------
Add common/headers.h
Commit: 4d995e0329165d2596157e6517c2ac272ab899c0
https://github.com/dyninst/dyninst/commit/4d995e0329165d2596157e6517c2ac272ab899c0
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/ia32_locations.h.rst
Log Message:
-----------
Add common/ia32_locations.h
Commit: df476fffc3c62043df7fb37204ca5941ed9d044e
https://github.com/dyninst/dyninst/commit/df476fffc3c62043df7fb37204ca5941ed9d044e
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/h/IBSTree.h
M docs/common/developer/IBSTree.h.rst
Log Message:
-----------
Add common/IBSTree.h
Commit: 8924831d9936ff4682f7bd2a0660f9c2ba07b925
https://github.com/dyninst/dyninst/commit/8924831d9936ff4682f7bd2a0660f9c2ba07b925
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/IBSTree-fast.h.rst
Log Message:
-----------
Add common/IBSTree-fast.h
Commit: 618eb4f0dd316ec7999bb7af1810b39b37ae8ce5
https://github.com/dyninst/dyninst/commit/618eb4f0dd316ec7999bb7af1810b39b37ae8ce5
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/IntervalTree.h.rst
Log Message:
-----------
Add common/IntervalTree.h
Commit: 2f4e1db738c1da1cc8f44afcf3f3b89b1b3e93a8
https://github.com/dyninst/dyninst/commit/2f4e1db738c1da1cc8f44afcf3f3b89b1b3e93a8
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/linuxHeaders.h.rst
Log Message:
-----------
Add common/linuxHeaders.h
Commit: 92c69c2201172d2d2e36604bed4dc6db5a842c64
https://github.com/dyninst/dyninst/commit/92c69c2201172d2d2e36604bed4dc6db5a842c64
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/linuxKludges.h.rst
Log Message:
-----------
Add common/linuxKludges.h
Commit: b3f8b7db8a93b56ad2d00309594202ab035789ec
https://github.com/dyninst/dyninst/commit/b3f8b7db8a93b56ad2d00309594202ab035789ec
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/lru_cache.h.rst
Log Message:
-----------
Add common/lru_cache.h
Commit: 44752160d0ea7a9b53c0a503bb9244e43d85594a
https://github.com/dyninst/dyninst/commit/44752160d0ea7a9b53c0a503bb9244e43d85594a
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/src/lprintf.h
M docs/common/developer/lprintf.h.rst
Log Message:
-----------
Add common/lprintf.h
Commit: 538dc6a41839b3dbd28e2f7edf1c8097bee37ca3
https://github.com/dyninst/dyninst/commit/538dc6a41839b3dbd28e2f7edf1c8097bee37ca3
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/API.rst
R docs/common/developer/machineType.h.rst
Log Message:
-----------
Remove common/machineType.h
It's not used anymore.
Commit: 1ef60bf442b76c462f382d6fa6ec6a14b7b360d9
https://github.com/dyninst/dyninst/commit/1ef60bf442b76c462f382d6fa6ec6a14b7b360d9
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/MappedFile.h.rst
Log Message:
-----------
Add common/MappedFile.h
Commit: a8c73d1c700739bfdc9276644640127f061578f9
https://github.com/dyninst/dyninst/commit/a8c73d1c700739bfdc9276644640127f061578f9
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/src/NodeIterator.h
M docs/common/developer/NodeIterator.h.rst
Log Message:
-----------
Add common/NodeIterator.h
Commit: 90b7ab06abde4738b2dc65691f3112ff9f1bd459
https://github.com/dyninst/dyninst/commit/90b7ab06abde4738b2dc65691f3112ff9f1bd459
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/ntHeaders.h.rst
Log Message:
-----------
Add common/ntHeaders.h
Commit: defadd483553f59a1a78ea7af8dc2d6c73a017e3
https://github.com/dyninst/dyninst/commit/defadd483553f59a1a78ea7af8dc2d6c73a017e3
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/parseauxv.h.rst
Log Message:
-----------
Add common/parseauxv.h
Commit: e16b3d7cd2e51e221b2b8080c828d35b542ff0ec
https://github.com/dyninst/dyninst/commit/e16b3d7cd2e51e221b2b8080c828d35b542ff0ec
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/pathName.h.rst
Log Message:
-----------
Add common/pathName.h
Commit: 9186d9fada8d60462eddce7e1c6aa3cee1e8d393
https://github.com/dyninst/dyninst/commit/9186d9fada8d60462eddce7e1c6aa3cee1e8d393
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/pool_allocators.h.rst
Log Message:
-----------
Add common/pool_allocators.h
Commit: dee702485b0c7bf9568e19babda23bb7683ff5f1
https://github.com/dyninst/dyninst/commit/dee702485b0c7bf9568e19babda23bb7683ff5f1
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/sha1.h.rst
Log Message:
-----------
Add common/sha1.h
Commit: 8d5d95be9b0ce567f95f4f5d3148770fbc1f905f
https://github.com/dyninst/dyninst/commit/8d5d95be9b0ce567f95f4f5d3148770fbc1f905f
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/src/singleton_object_pool.h
M docs/common/developer/singleton_object_pool.h.rst
Log Message:
-----------
Add common/singleton_object_pool.h
Commit: 32bc1112bf5c4a2c3fa207e5da47945e9fb03a2d
https://github.com/dyninst/dyninst/commit/32bc1112bf5c4a2c3fa207e5da47945e9fb03a2d
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/src/stats.h
M docs/common/developer/stats.h.rst
Log Message:
-----------
Add common/stats.h
Commit: 4f3b97bc5ecde3057d0b7d63ac6942568cfad7f5
https://github.com/dyninst/dyninst/commit/4f3b97bc5ecde3057d0b7d63ac6942568cfad7f5
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/symbolDemangle.h.rst
Log Message:
-----------
Add common/symbolDemangle.h
Commit: 3c89b0f8d4157fd92419c59d90430ae91c42567b
https://github.com/dyninst/dyninst/commit/3c89b0f8d4157fd92419c59d90430ae91c42567b
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/symbolDemangleWithCache.h.rst
Log Message:
-----------
Add common/symbolDemangleWithCache.h
Commit: c61a26ba1e70f78dd47d4bb81c6c463dd28360ac
https://github.com/dyninst/dyninst/commit/c61a26ba1e70f78dd47d4bb81c6c463dd28360ac
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/src/Timer.h
M docs/common/developer/Timer.h.rst
Log Message:
-----------
Add common/Timer.h
Commit: 4d26c9d16624bde9fe17e27d512954bb5d05c2f7
https://github.com/dyninst/dyninst/commit/4d26c9d16624bde9fe17e27d512954bb5d05c2f7
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/vgannotations.h.rst
Log Message:
-----------
Add common/vgannotations.h
Commit: 686a6da5c5c384a3d56b7c92ee79764df28dddf2
https://github.com/dyninst/dyninst/commit/686a6da5c5c384a3d56b7c92ee79764df28dddf2
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/vgannotations.h.rst
Log Message:
-----------
Add common/vgannotations.h
Commit: efd0e6f0004b22c2ea65301a225c37b2af95dd7c
https://github.com/dyninst/dyninst/commit/efd0e6f0004b22c2ea65301a225c37b2af95dd7c
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/util.h.rst
Log Message:
-----------
Add common/util.h
Commit: cb156f826fb7b2810a62ff4f7d1a5f494c9f1a06
https://github.com/dyninst/dyninst/commit/cb156f826fb7b2810a62ff4f7d1a5f494c9f1a06
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M common/h/unaligned_memory_access.h
M docs/common/developer/unaligned_memory_access.h.rst
Log Message:
-----------
Add common/unaligned_memory_access.h
Commit: ed836ffa2cfd31c2ede2200e517b1ef5d5ffe860
https://github.com/dyninst/dyninst/commit/ed836ffa2cfd31c2ede2200e517b1ef5d5ffe860
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/common/developer/vm_maps.h.rst
Log Message:
-----------
Add common/vm_maps.h
Commit: 06b643157c6c965cdde1f17de8a8eab288a80314
https://github.com/dyninst/dyninst/commit/06b643157c6c965cdde1f17de8a8eab288a80314
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/public/ArchSpecificFormatters.h.rst
Log Message:
-----------
Add instructionAPI/ArchSpecificFormatters.h
Commit: 2db7164ab51ea33dc0068518501785c571525473
https://github.com/dyninst/dyninst/commit/2db7164ab51ea33dc0068518501785c571525473
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/public/BinaryFunction.h.rst
M instructionAPI/h/BinaryFunction.h
Log Message:
-----------
Add instructionAPI/BinaryFunction.h
Commit: d8a807011c34cecc5c4e25f5ab44eb8f61869c84
https://github.com/dyninst/dyninst/commit/d8a807011c34cecc5c4e25f5ab44eb8f61869c84
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/developer/InstructionDecoder-aarch64.h.rst
M docs/instructionAPI/developer/InstructionDecoder-power.h.rst
M docs/instructionAPI/developer/InstructionDecoder-x86.h.rst
M docs/instructionAPI/developer/InstructionDecoderImpl.h.rst
M docs/instructionAPI/public/ArchSpecificFormatters.h.rst
M docs/instructionAPI/public/Dereference.h.rst
M docs/instructionAPI/public/Expression.h.rst
M docs/instructionAPI/public/Immediate.h.rst
M docs/instructionAPI/public/Instruction.h.rst
M docs/instructionAPI/public/InstructionAST.h.rst
M docs/instructionAPI/public/InstructionCategories.h.rst
M docs/instructionAPI/public/InstructionDecoder.h.rst
M docs/instructionAPI/public/Operand.h.rst
M docs/instructionAPI/public/Operation_impl.h.rst
M docs/instructionAPI/public/Register.h.rst
M docs/instructionAPI/public/RegisterIDs.h.rst
M docs/instructionAPI/public/Result.h.rst
M docs/instructionAPI/public/Ternary.h.rst
M docs/instructionAPI/public/Visitor.h.rst
Log Message:
-----------
Fix capitalization of InstructionAPI namespace
Commit: bb4318507a281d7cba419db357bec6217b96a295
https://github.com/dyninst/dyninst/commit/bb4318507a281d7cba419db357bec6217b96a295
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
R docs/instructionAPI/fig/deref-eval.pdf
A docs/instructionAPI/fig/deref-eval.png
M docs/instructionAPI/public/Dereference.h.rst
M docs/instructionAPI/public/Expression.h.rst
M instructionAPI/h/Dereference.h
Log Message:
-----------
Add instructionAPI/Dereference.h
Commit: 10916dc71686cf931975e272ac20d787d36b3a75
https://github.com/dyninst/dyninst/commit/10916dc71686cf931975e272ac20d787d36b3a75
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/public/Dereference.h.rst
M docs/instructionAPI/public/Expression.h.rst
M instructionAPI/h/Expression.h
Log Message:
-----------
Add instructionAPI/Expression.h
Commit: ae34b7667e948020d99319f22e79ff3ea3f6cc80
https://github.com/dyninst/dyninst/commit/ae34b7667e948020d99319f22e79ff3ea3f6cc80
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/public/Immediate.h.rst
M instructionAPI/h/Immediate.h
Log Message:
-----------
Add instructionAPI/Immediate.h
Commit: bb678b0b27083572ff98442767a667cea51b8324
https://github.com/dyninst/dyninst/commit/bb678b0b27083572ff98442767a667cea51b8324
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/public/Instruction.h.rst
M instructionAPI/h/Instruction.h
Log Message:
-----------
Add instructionAPI/Instruction.h
Commit: 2465b45c40f440eaced8c9120e43b79e5e75c8b3
https://github.com/dyninst/dyninst/commit/2465b45c40f440eaced8c9120e43b79e5e75c8b3
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/public/InstructionAST.h.rst
M instructionAPI/h/InstructionAST.h
Log Message:
-----------
Add instructionAPI/InstructionAST.h
Commit: 96d7402ae8b95a614270ca8205a290b2e7957d59
https://github.com/dyninst/dyninst/commit/96d7402ae8b95a614270ca8205a290b2e7957d59
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/public/InstructionCategories.h.rst
Log Message:
-----------
Add instructionAPI/InstructionCategories.h
Commit: 4873a5b20ba872deac0562cbe67a0642f3a90d3a
https://github.com/dyninst/dyninst/commit/4873a5b20ba872deac0562cbe67a0642f3a90d3a
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/public/InstructionDecoder.h.rst
M instructionAPI/h/InstructionDecoder.h
Log Message:
-----------
Add instructionAPI/InstructionDecoder.h
Commit: d24d546a431306a6748942a0749b532c34d98954
https://github.com/dyninst/dyninst/commit/d24d546a431306a6748942a0749b532c34d98954
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/public/Operand.h.rst
M instructionAPI/h/Operand.h
Log Message:
-----------
Add instructionAPI/Operand.h
Commit: 94cd5fda75ea1969f5997156a30dabe02d3e1c8c
https://github.com/dyninst/dyninst/commit/94cd5fda75ea1969f5997156a30dabe02d3e1c8c
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/public/Operation_impl.h.rst
M instructionAPI/h/Operation_impl.h
Log Message:
-----------
Add instructionAPI/Operation_impl.h
Commit: 4b3076794b6a4bc7e1b85dede2bf4f5678f6f314
https://github.com/dyninst/dyninst/commit/4b3076794b6a4bc7e1b85dede2bf4f5678f6f314
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/developer/API.rst
A docs/instructionAPI/developer/Register.h.rst
M docs/instructionAPI/public/Register.h.rst
M instructionAPI/h/Register.h
Log Message:
-----------
Add instructionAPI/Register.h
Commit: 835dc47ff9fd6192425105bd338e47b0f6b80e90
https://github.com/dyninst/dyninst/commit/835dc47ff9fd6192425105bd338e47b0f6b80e90
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/public/API.rst
R docs/instructionAPI/public/RegisterIDs.h.rst
Log Message:
-----------
Remove instructionAPI/RegisterIDs.h
Commit: 8ca23fc061ab4a6099d61bf484501cae40f8995d
https://github.com/dyninst/dyninst/commit/8ca23fc061ab4a6099d61bf484501cae40f8995d
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/public/Result.h.rst
M instructionAPI/h/Result.h
Log Message:
-----------
Add instructionAPI/Result.h
Commit: 0233edd8e97e41b22a8641f6ef777464c39ca500
https://github.com/dyninst/dyninst/commit/0233edd8e97e41b22a8641f6ef777464c39ca500
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/public/Ternary.h.rst
M instructionAPI/h/Ternary.h
Log Message:
-----------
Add instructionAPI/Ternary.h
Commit: 89645fe4e8c9ae7a972afcbe7544c22069103d17
https://github.com/dyninst/dyninst/commit/89645fe4e8c9ae7a972afcbe7544c22069103d17
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/overview.rst
M docs/instructionAPI/public/Visitor.h.rst
M instructionAPI/h/Visitor.h
Log Message:
-----------
Add instructionAPI/Visit.h
Commit: be90c1561885851b2c59d0fbd5b57d4cf80dfff1
https://github.com/dyninst/dyninst/commit/be90c1561885851b2c59d0fbd5b57d4cf80dfff1
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/developer/debug.h.rst
Log Message:
-----------
Add instructionAPI/debug.h
Commit: 10c9cee96fd74d0db1dcfdeeb683af907e590bb4
https://github.com/dyninst/dyninst/commit/10c9cee96fd74d0db1dcfdeeb683af907e590bb4
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
R docs/instructionAPI/developer/AMDGPU/gfx908/InstructionDecoder-amdgpu-gfx908.h
A docs/instructionAPI/developer/AMDGPU/gfx908/InstructionDecoder-amdgpu-gfx908.h.rst
R docs/instructionAPI/developer/AMDGPU/gfx90a/InstructionDecoder-amdgpu-gfx90a.h
A docs/instructionAPI/developer/AMDGPU/gfx90a/InstructionDecoder-amdgpu-gfx90a.h.rst
R docs/instructionAPI/developer/AMDGPU/gfx940/InstructionDecoder-amdgpu-gfx940.h
A docs/instructionAPI/developer/AMDGPU/gfx940/InstructionDecoder-amdgpu-gfx940.h.rst
Log Message:
-----------
Rename instructionAPI AMDGPU doc files
Commit: 7d9bff014d982078ab36fc7da4503fb1e035bf9a
https://github.com/dyninst/dyninst/commit/7d9bff014d982078ab36fc7da4503fb1e035bf9a
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/developer/AMDGPU/gfx908/InstructionDecoder-amdgpu-gfx908.h.rst
M docs/instructionAPI/developer/AMDGPU/gfx90a/InstructionDecoder-amdgpu-gfx90a.h.rst
M docs/instructionAPI/developer/AMDGPU/gfx940/InstructionDecoder-amdgpu-gfx940.h.rst
M docs/instructionAPI/developer/API.rst
Log Message:
-----------
Add instructionAPI/AMDGPU*
Commit: df555b514bc4767e5e05a389837d17a6ae2c8bab
https://github.com/dyninst/dyninst/commit/df555b514bc4767e5e05a389837d17a6ae2c8bab
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/developer/debug.h.rst
Log Message:
-----------
Add instructionAPI/debug.h
Commit: 0cdf516c68735ec72aa3d8b8ba881e55bc65707f
https://github.com/dyninst/dyninst/commit/0cdf516c68735ec72aa3d8b8ba881e55bc65707f
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/developer/InstructionDecoder-aarch64.h.rst
Log Message:
-----------
Add instructionAPI/InstructionDecoder-aarch64.h
Commit: 487afa5fa306ec1864d68b6d289edb7958e12b3d
https://github.com/dyninst/dyninst/commit/487afa5fa306ec1864d68b6d289edb7958e12b3d
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/developer/InstructionDecoderImpl.h.rst
M instructionAPI/src/InstructionDecoderImpl.h
Log Message:
-----------
Add instructionAPI/InstructionDecoderImpl.h
Commit: a30e2975981295129505f63f724d6e300f49dac7
https://github.com/dyninst/dyninst/commit/a30e2975981295129505f63f724d6e300f49dac7
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/developer/InstructionDecoder-power.h.rst
Log Message:
-----------
Add instructionAPI/InstructionDecoder-power.h
Commit: 34abc26da1bb8b0284e769fd91e96735b0c6551e
https://github.com/dyninst/dyninst/commit/34abc26da1bb8b0284e769fd91e96735b0c6551e
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/developer/InstructionDecoder-x86.h.rst
Log Message:
-----------
Add instructionAPI/InstructionDecoder-x86.h
Commit: 7ef6fe290a340688829bdb2b472f7bba3ceece51
https://github.com/dyninst/dyninst/commit/7ef6fe290a340688829bdb2b472f7bba3ceece51
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M .gitignore
R docs/.gitignore
M docs/README.md
A docs/instructionAPI/fig/ast_ownership.dot
R docs/instructionAPI/fig/ast_ownership.pdf
A docs/instructionAPI/fig/decoder_use.dot
R docs/instructionAPI/fig/decoder_use.pdf
A docs/instructionAPI/fig/deref-eval.dot
R docs/instructionAPI/fig/deref-eval.png
A docs/instructionAPI/fig/full_inheritance_graph.dot
R docs/instructionAPI/fig/full_inheritance_graph.pdf
A docs/instructionAPI/fig/instruction_representation.dot
R docs/instructionAPI/fig/instruction_representation.pdf
A docs/instructionAPI/fig/ownership_graph.dot
R docs/instructionAPI/fig/ownership_graph.pdf
R docs/instructionAPI/fig/refman.pdf
M docs/instructionAPI/overview.rst
R instructionAPI/src/ast_ownership.dot
R instructionAPI/src/decoder_use.dot
R instructionAPI/src/deref-eval.dot
R instructionAPI/src/full_inheritance_graph.dot
R instructionAPI/src/instruction_representation.dot
R instructionAPI/src/ownership_graph.dot
Log Message:
-----------
Build dot files with docs
Commit: 25acf97c287cfac8e526232157378207292725cb
https://github.com/dyninst/dyninst/commit/25acf97c287cfac8e526232157378207292725cb
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/index.rst
M docs/instructionAPI/overview.rst
Log Message:
-----------
Add instructionAPI/overview
Commit: 59630374527fbe970eb4fa280f97d1fed748d5bf
https://github.com/dyninst/dyninst/commit/59630374527fbe970eb4fa280f97d1fed748d5bf
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
R instructionAPI/doc/instructionAPI.pdf
Log Message:
-----------
Remove instructionAPI/doc
Commit: 18ef53dad12f8da170bddaf2b9e8d67fe7b12d3a
https://github.com/dyninst/dyninst/commit/18ef53dad12f8da170bddaf2b9e8d67fe7b12d3a
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/API.rst
A docs/parseAPI/developer/CFG.h.rst
M docs/parseAPI/overview.rst
M docs/parseAPI/public/CFG.h.rst
M parseAPI/h/CFG.h
Log Message:
-----------
Add parseAPI/CFG.h
Commit: 254a2edfc038c0626f6df3e11511f2ad9ea2edca
https://github.com/dyninst/dyninst/commit/254a2edfc038c0626f6df3e11511f2ad9ea2edca
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
A docs/parseAPI/developer/CFGFactory.h.rst
R docs/parseAPI/public/CFGFactory.h.rst
M parseAPI/h/CFGFactory.h
Log Message:
-----------
Add parseAPI/CFGFactory.h
Commit: 956fd8cb4f5cd6c43ddea50baba16427e16f2b69
https://github.com/dyninst/dyninst/commit/956fd8cb4f5cd6c43ddea50baba16427e16f2b69
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/API.rst
A docs/parseAPI/developer/CFGModifier.h.rst
M docs/parseAPI/public/API.rst
R docs/parseAPI/public/CFGModifier.h.rst
M parseAPI/h/CFGModifier.h
Log Message:
-----------
Add parseAPI/CFGModifier.h
Commit: b6384354692cc48ccbcf0853385575386d1c94b5
https://github.com/dyninst/dyninst/commit/b6384354692cc48ccbcf0853385575386d1c94b5
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/API.rst
A docs/parseAPI/developer/CodeObject.h.rst
M docs/parseAPI/public/CodeObject.h.rst
M parseAPI/h/CodeObject.h
Log Message:
-----------
Add parseAPI/CodeObject.h
Commit: 861f936906b1fb2198408a6405bd3fb8e987863b
https://github.com/dyninst/dyninst/commit/861f936906b1fb2198408a6405bd3fb8e987863b
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/overview.rst
Log Message:
-----------
instructionAPI/overview
Commit: 6eb01e71f47c7876aa6ad2ee441fad1132370c57
https://github.com/dyninst/dyninst/commit/6eb01e71f47c7876aa6ad2ee441fad1132370c57
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/API.rst
A docs/parseAPI/developer/CodeSource.h.rst
M docs/parseAPI/public/CodeSource.h.rst
M parseAPI/h/CodeSource.h
Log Message:
-----------
Add parseAPI/CodeSource.h
Commit: a4c1ddffbae3d8fcb3f6a0d853edcaab1d63183f
https://github.com/dyninst/dyninst/commit/a4c1ddffbae3d8fcb3f6a0d853edcaab1d63183f
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/public/GraphAdapter.h.rst
Log Message:
-----------
Add parseAPI/GraphAdapter.h
Commit: a653cc5ca9fd830a3859f3b3ebcf8d8aa9e9df65
https://github.com/dyninst/dyninst/commit/a653cc5ca9fd830a3859f3b3ebcf8d8aa9e9df65
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/API.rst
A docs/parseAPI/developer/InstructionAdapter.h.rst
M docs/parseAPI/public/InstructionAdapter.h.rst
M parseAPI/h/InstructionAdapter.h
Log Message:
-----------
Add parseAPI/InstructionAdapter.h
Commit: 75300fae4a4f9fe7a11281cb0c857061b20d0103
https://github.com/dyninst/dyninst/commit/75300fae4a4f9fe7a11281cb0c857061b20d0103
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/overview.rst
M docs/parseAPI/public/InstructionSource.h.rst
Log Message:
-----------
Add parseAPI/InstructionSource.h
Commit: 0235ad7655b72847f97ec64ea040f6b4e38a779f
https://github.com/dyninst/dyninst/commit/0235ad7655b72847f97ec64ea040f6b4e38a779f
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/public/Location.h.rst
M parseAPI/h/Location.h
Log Message:
-----------
Add parseAPI/Location.h
Commit: 1f2066ae70088050aef3b9414c19e43d58c2ebfb
https://github.com/dyninst/dyninst/commit/1f2066ae70088050aef3b9414c19e43d58c2ebfb
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/API.rst
A docs/parseAPI/developer/LockFreeQueue.h.rst
M docs/parseAPI/public/API.rst
R docs/parseAPI/public/LockFreeQueue.h.rst
M parseAPI/h/LockFreeQueue.h
Log Message:
-----------
Add parseAPI/LockFreeQueue.h
Commit: 8f554b13f007d968299b3b9fb3fcbcfb4e3a1f0d
https://github.com/dyninst/dyninst/commit/8f554b13f007d968299b3b9fb3fcbcfb4e3a1f0d
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/public/ParseCallback.h.rst
M parseAPI/h/ParseCallback.h
Log Message:
-----------
Add parseAPI/ParseCallback.h
Commit: 08168f809c543bd22c5f7c4ba35772d492d21ba7
https://github.com/dyninst/dyninst/commit/08168f809c543bd22c5f7c4ba35772d492d21ba7
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/API.rst
A docs/parseAPI/developer/ParseCallback.h.rst
M docs/parseAPI/public/API.rst
R docs/parseAPI/public/ParseCallback.h.rst
Log Message:
-----------
Add parseAPI/ParseCallback.h
Commit: bc957824e5d96fd89927faf0055de71b33b2f9f6
https://github.com/dyninst/dyninst/commit/bc957824e5d96fd89927faf0055de71b33b2f9f6
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/API.rst
A docs/parseAPI/developer/ParseContainers.h.rst
M docs/parseAPI/public/API.rst
R docs/parseAPI/public/ParseContainers.h.rst
Log Message:
-----------
Add parseAPI/ParseContainers.h
Commit: 376e497697c6ff676393eaac54d1c47968caf492
https://github.com/dyninst/dyninst/commit/376e497697c6ff676393eaac54d1c47968caf492
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/API.rst
A docs/parseAPI/developer/SymLiteCodeSource.h.rst
M docs/parseAPI/public/SymLiteCodeSource.h.rst
M parseAPI/h/SymLiteCodeSource.h
Log Message:
-----------
Add parseAPI/SymLiteCodeSource.h
Commit: 913f31319592590634a8153f2c1807fd5545b5c6
https://github.com/dyninst/dyninst/commit/913f31319592590634a8153f2c1807fd5545b5c6
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/BoundFactCalculator.h.rst
Log Message:
-----------
Add parseAPI/BoundFactCalculator.h
Commit: 891f6c49fae6f2e7a9a167e263c6974df17a94da
https://github.com/dyninst/dyninst/commit/891f6c49fae6f2e7a9a167e263c6974df17a94da
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/BoundFactData.h.rst
M parseAPI/src/BoundFactData.h
Log Message:
-----------
Add parseAPI/BoundFactData.h
Commit: 4abf060d2c5ce218c7a75faa6fbcd606afbf444c
https://github.com/dyninst/dyninst/commit/4abf060d2c5ce218c7a75faa6fbcd606afbf444c
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/debug_parse.h.rst
Log Message:
-----------
Add parseAPI/debug_parse.h
Commit: 2bfa42dcddd9b833617f40af48c12f899a63aa6b
https://github.com/dyninst/dyninst/commit/2bfa42dcddd9b833617f40af48c12f899a63aa6b
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/dominator.h.rst
Log Message:
-----------
Add parseAPI/dominator.h
Commit: 8ae5644151bdf49c58ada09390090905b2829b7e
https://github.com/dyninst/dyninst/commit/8ae5644151bdf49c58ada09390090905b2829b7e
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/IA_aarch64.h.rst
Log Message:
-----------
Add parseAPI/IA_aarch64.h
Commit: 0c3f250e20726d774ff4eb0f60d063b6a23ec8ea
https://github.com/dyninst/dyninst/commit/0c3f250e20726d774ff4eb0f60d063b6a23ec8ea
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/IA_IAPI.h.rst
M docs/parseAPI/developer/IA_amdgpu.h.rst
M parseAPI/src/IA_IAPI.h
Log Message:
-----------
Add parseAPI/IA_IAPI.h
Commit: 91ae134fc4a36b9d0994c10959eeabc0682e3794
https://github.com/dyninst/dyninst/commit/91ae134fc4a36b9d0994c10959eeabc0682e3794
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/IA_power.h.rst
Log Message:
-----------
Add parseAPI/IA_power.h
Commit: 346661dd2fd231de653f2276822a556544301138
https://github.com/dyninst/dyninst/commit/346661dd2fd231de653f2276822a556544301138
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/IA_x86.h.rst
Log Message:
-----------
Add parseAPI/IA_x86.h
Commit: 9e3687185cbb007e3c026f82953e4290a20b2ceb
https://github.com/dyninst/dyninst/commit/9e3687185cbb007e3c026f82953e4290a20b2ceb
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/IndirectAnalyzer.h.rst
Log Message:
-----------
Add parseAPI/IndirectAnalyzer.h
Commit: ecb8d501932d6ce8d7fd0dc56a77c3ba6809ab0c
https://github.com/dyninst/dyninst/commit/ecb8d501932d6ce8d7fd0dc56a77c3ba6809ab0c
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/IndirectASTVisitor.h.rst
Log Message:
-----------
Add parseAPI/IndirectASTVisitor.h
Commit: b29b992a7336f1e8cd0332f4cfe9543eded4480d
https://github.com/dyninst/dyninst/commit/b29b992a7336f1e8cd0332f4cfe9543eded4480d
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/JumpTableFormatPred.h.rst
M parseAPI/src/JumpTableFormatPred.h
Log Message:
-----------
Add parseAPI/JumpTableFormatPred.h
Commit: d864bc0acc3e8c08999f38520b4b63f16ca19089
https://github.com/dyninst/dyninst/commit/d864bc0acc3e8c08999f38520b4b63f16ca19089
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/BoundFactCalculator.h.rst
M docs/parseAPI/developer/BoundFactData.h.rst
M docs/parseAPI/developer/IA_IAPI.h.rst
M docs/parseAPI/developer/IA_aarch64.h.rst
M docs/parseAPI/developer/IA_amdgpu.h.rst
M docs/parseAPI/developer/IA_power.h.rst
M docs/parseAPI/developer/IA_x86.h.rst
M docs/parseAPI/developer/IndirectASTVisitor.h.rst
M docs/parseAPI/developer/IndirectAnalyzer.h.rst
M docs/parseAPI/developer/JumpTableFormatPred.h.rst
M docs/parseAPI/developer/JumpTableIndexPred.h.rst
Log Message:
-----------
Fix namespaces
Commit: 783568c0a8da4cd6f55e7b17f0ab4d065c7a4eac
https://github.com/dyninst/dyninst/commit/783568c0a8da4cd6f55e7b17f0ab4d065c7a4eac
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/JumpTableIndexPred.h.rst
Log Message:
-----------
Add parseAPI/JumpTableIndexPred.h
Commit: 02f0452f549ba973b0eb50918a59a5d776551bc8
https://github.com/dyninst/dyninst/commit/02f0452f549ba973b0eb50918a59a5d776551bc8
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/LoopAnalyzer.h.rst
M parseAPI/src/LoopAnalyzer.h
Log Message:
-----------
Add parseAPI/LoopAnalyzer.h
Commit: cc5b884ff3f55bb368be070ca5455f7d8a94d8a3
https://github.com/dyninst/dyninst/commit/cc5b884ff3f55bb368be070ca5455f7d8a94d8a3
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/ParseCallback.h.rst
Log Message:
-----------
Add parseAPI/ParseCallback.h
Commit: 762d95e1cd00d774764a1bf135983eeb95ab9e0d
https://github.com/dyninst/dyninst/commit/762d95e1cd00d774764a1bf135983eeb95ab9e0d
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/ParseData.h.rst
M parseAPI/src/ParseData.h
Log Message:
-----------
Add parseAPI/ParseData.h
Commit: 882b9dc4e1edb6971ba38c6f7ddb505e3121f8fc
https://github.com/dyninst/dyninst/commit/882b9dc4e1edb6971ba38c6f7ddb505e3121f8fc
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/Parser.h.rst
M parseAPI/src/Parser.h
Log Message:
-----------
Add parseAPI/Parser.h
Commit: 63a752c76dfc3ce4d7c1667bbbfe6f60af77c291
https://github.com/dyninst/dyninst/commit/63a752c76dfc3ce4d7c1667bbbfe6f60af77c291
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/ParserDetails.h.rst
M parseAPI/src/ParserDetails.h
Log Message:
-----------
Add parseAPI/ParserDetails.h
Commit: d2bbcca5d40f0c1fbe25580d9e44103c687302fe
https://github.com/dyninst/dyninst/commit/d2bbcca5d40f0c1fbe25580d9e44103c687302fe
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/ProbabilisticParser.h.rst
Log Message:
-----------
Add parseAPI/ProbabilisticParser.h
Commit: ae5358e9ba11f99c942dc4921768316bc093fb20
https://github.com/dyninst/dyninst/commit/ae5358e9ba11f99c942dc4921768316bc093fb20
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/StackTamperVisitor.h.rst
M parseAPI/src/StackTamperVisitor.h
Log Message:
-----------
Add parseAPI/StackTamperVisitor.h
Commit: f7ea9abfb46454f5efca679310ef05b8bbc1dc6b
https://github.com/dyninst/dyninst/commit/f7ea9abfb46454f5efca679310ef05b8bbc1dc6b
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/SymbolicExpression.h.rst
M parseAPI/src/SymbolicExpression.h
Log Message:
-----------
Add parseAPI/SymbolicExpression.h
Commit: f01d102dbf375ee785fbfc260d54287356b44bcb
https://github.com/dyninst/dyninst/commit/f01d102dbf375ee785fbfc260d54287356b44bcb
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/ThunkData.h.rst
Log Message:
-----------
Add parseAPI/ThunkData.h
Commit: e096185bfc486d35313e5f51470f13ad87756e4e
https://github.com/dyninst/dyninst/commit/e096185bfc486d35313e5f51470f13ad87756e4e
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/util.h.rst
Log Message:
-----------
Add parseAPI/util.h
Commit: c047efb2adf192bbb081eea9ea3ab2e7c929d146
https://github.com/dyninst/dyninst/commit/c047efb2adf192bbb081eea9ea3ab2e7c929d146
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/overview.rst
Log Message:
-----------
Add parseAPI/overview
Commit: f0d5ce0783925c02983139f0c3067606cb0277f7
https://github.com/dyninst/dyninst/commit/f0d5ce0783925c02983139f0c3067606cb0277f7
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
R parseAPI/doc/parseAPI.pdf
Log Message:
-----------
Remove old parseAPI pdf
Commit: fb922e2cbfb14f73be93b5e9faa64ff70d133ca9
https://github.com/dyninst/dyninst/commit/fb922e2cbfb14f73be93b5e9faa64ff70d133ca9
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/public/InstructionSource.h.rst
Log Message:
-----------
Fix parseAPI/InstructionSource.h
Commit: 26ee86fabe9574d0afa4c9610881b45b5c737614
https://github.com/dyninst/dyninst/commit/26ee86fabe9574d0afa4c9610881b45b5c737614
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/CodeSource.h.rst
M docs/parseAPI/public/CodeSource.h.rst
Log Message:
-----------
Fix parseAPI/CodeSource.h
Commit: 0fda0d733d175f79d4af0722aeba3d59b52e298b
https://github.com/dyninst/dyninst/commit/0fda0d733d175f79d4af0722aeba3d59b52e298b
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/developer/SymLiteCodeSource.h.rst
M docs/parseAPI/public/API.rst
R docs/parseAPI/public/SymLiteCodeSource.h.rst
Log Message:
-----------
Fix parseAPI/SymLiteCodeSource.h
Commit: c256c276f9ac0c45c3f7f94c734ebd04cead689b
https://github.com/dyninst/dyninst/commit/c256c276f9ac0c45c3f7f94c734ebd04cead689b
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/parseAPI/public/CodeSource.h.rst
Log Message:
-----------
Fix parseAPI/CodeSource.h
Commit: a7f4acbca26fd76636cd0a260fc68424519f45c5
https://github.com/dyninst/dyninst/commit/a7f4acbca26fd76636cd0a260fc68424519f45c5
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/patchAPI/developer/API.rst
A docs/patchAPI/developer/AddrSpace.h.rst
M docs/patchAPI/public/AddrSpace.h.rst
M patchAPI/h/AddrSpace.h
Log Message:
-----------
Add patchAPI/AddrSpace.h
Commit: d73f54c5fb9fc17300ab697fbfabdae52b8f5ffa
https://github.com/dyninst/dyninst/commit/d73f54c5fb9fc17300ab697fbfabdae52b8f5ffa
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/patchAPI/public/CFGMaker.h.rst
M patchAPI/h/CFGMaker.h
Log Message:
-----------
Add patchAPI/CFGMaker.h
Commit: 67190f81aa38fd34f0f95f53688ca3386c9faa0a
https://github.com/dyninst/dyninst/commit/67190f81aa38fd34f0f95f53688ca3386c9faa0a
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/patchAPI/public/Command.h.rst
M docs/patchAPI/public/Instrumenter.h.rst
M patchAPI/h/Command.h
Log Message:
-----------
Add patchAPI/Command.h
Commit: e00dd1ca40bca2f275a5eda7c24cac282e7cf4b6
https://github.com/dyninst/dyninst/commit/e00dd1ca40bca2f275a5eda7c24cac282e7cf4b6
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/patchAPI/public/Instrumenter.h.rst
M docs/patchAPI/public/PatchCommon.h.rst
M patchAPI/h/Instrumenter.h
Log Message:
-----------
Add patchAPI/Instrumenter.h
Commit: a6df752933745f16453d300ad5f66170819619c0
https://github.com/dyninst/dyninst/commit/a6df752933745f16453d300ad5f66170819619c0
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/patchAPI/developer/ParseCallback.h.rst
M docs/patchAPI/public/PatchCallback.h.rst
M patchAPI/h/PatchCallback.h
M patchAPI/src/ParseCallback.h
Log Message:
-----------
Add patchAPI/PatchCallback.h
Commit: 501bac405e2d5975c8964ed78b6c989311b144a5
https://github.com/dyninst/dyninst/commit/501bac405e2d5975c8964ed78b6c989311b144a5
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/patchAPI/developer/API.rst
A docs/patchAPI/developer/PatchCFG.h.rst
M docs/patchAPI/overview.rst
M docs/patchAPI/public/PatchCFG.h.rst
M patchAPI/h/PatchCFG.h
Log Message:
-----------
Add patchAPI/PatchCFG.h
Commit: 0220b9eb9ddafae81af195b154f826a6643877c2
https://github.com/dyninst/dyninst/commit/0220b9eb9ddafae81af195b154f826a6643877c2
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/patchAPI/developer/API.rst
A docs/patchAPI/developer/PatchCommon.h.rst
M docs/patchAPI/public/API.rst
R docs/patchAPI/public/PatchCommon.h.rst
M patchAPI/h/PatchCommon.h
Log Message:
-----------
Add patchAPI/PatchCommon.h
Commit: 34e54d96fcfcbf610ef48612f5c04d3531bd2bea
https://github.com/dyninst/dyninst/commit/34e54d96fcfcbf610ef48612f5c04d3531bd2bea
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/patchAPI/developer/API.rst
A docs/patchAPI/developer/PatchMgr.h.rst
M docs/patchAPI/public/PatchMgr.h.rst
M patchAPI/h/PatchMgr.h
Log Message:
-----------
Add patchAPI/PatchMgr.h
Commit: 2a5492ab54d887087208def36e6f92da7c78bbdd
https://github.com/dyninst/dyninst/commit/2a5492ab54d887087208def36e6f92da7c78bbdd
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/patchAPI/public/PatchModifier.h.rst
M patchAPI/h/PatchModifier.h
Log Message:
-----------
Add patchAPI/PatchModifier.h
Commit: f7704129ae321cdeeb1f5fa0cf2938c040ce6033
https://github.com/dyninst/dyninst/commit/f7704129ae321cdeeb1f5fa0cf2938c040ce6033
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/patchAPI/developer/API.rst
A docs/patchAPI/developer/PatchObject.h.rst
M docs/patchAPI/public/PatchObject.h.rst
M patchAPI/h/PatchObject.h
Log Message:
-----------
Add patchAPI/PatchObject.h
Commit: e73d8f33661cbe0e746e7cd97ebd9867625c3101
https://github.com/dyninst/dyninst/commit/e73d8f33661cbe0e746e7cd97ebd9867625c3101
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/patchAPI/developer/API.rst
A docs/patchAPI/developer/Point.h.rst
M docs/patchAPI/public/Point.h.rst
M patchAPI/h/Point.h
Log Message:
-----------
Add patchAPI/Point.h
Commit: f87353b20c721a96edc8583184098e6f8877e40c
https://github.com/dyninst/dyninst/commit/f87353b20c721a96edc8583184098e6f8877e40c
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/patchAPI/public/Snippet.h.rst
M patchAPI/h/Snippet.h
Log Message:
-----------
Add patchAPI/Snippet.h
Commit: eb7c9b56765bb212399dfb531edf4d789f3530da
https://github.com/dyninst/dyninst/commit/eb7c9b56765bb212399dfb531edf4d789f3530da
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M .gitignore
M docs/dyninstAPI/overview.rst
M docs/index.rst
A docs/patchAPI/fig/inheritance-heirarchy.png
A docs/patchAPI/fig/ownership.png
R docs/patchAPI/figure/abstraction/img.pdf
R docs/patchAPI/figure/command/img.graffle
R docs/patchAPI/figure/command/img.pdf
M docs/patchAPI/overview.rst
M docs/patchAPI/public/PatchModifier.h.rst
M patchAPI/h/PatchModifier.h
Log Message:
-----------
Add patchAPI/overview
Commit: d093781bd30ea582e1d040b6136b4f992165651d
https://github.com/dyninst/dyninst/commit/d093781bd30ea582e1d040b6136b4f992165651d
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
R patchAPI/doc/patchAPI.pdf
Log Message:
-----------
Remove old patchAPI pdf
Commit: b21acb0c274b69b8a78eefba0797720f4d98a4a3
https://github.com/dyninst/dyninst/commit/b21acb0c274b69b8a78eefba0797720f4d98a4a3
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/patchAPI/overview.rst
Log Message:
-----------
Add patchAPI/overview
Commit: 7c2132e8424ed6d04b7b00f298da4e35cd5f9655
https://github.com/dyninst/dyninst/commit/7c2132e8424ed6d04b7b00f298da4e35cd5f9655
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/public/Decoder.h.rst
Log Message:
-----------
Add proccontrol/Decoder.h
Commit: f77e800c3b6169a413cea084e10af2ae4c4215fb
https://github.com/dyninst/dyninst/commit/f77e800c3b6169a413cea084e10af2ae4c4215fb
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/public/Handler.h.rst
Log Message:
-----------
Add proccontrol/Handler.h
Commit: 8561feb07cef740d11dd25253af23b8d56047353
https://github.com/dyninst/dyninst/commit/8561feb07cef740d11dd25253af23b8d56047353
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/API.rst
A docs/proccontrol/developer/Mailbox.h.rst
M docs/proccontrol/public/Mailbox.h.rst
Log Message:
-----------
Add proccontrol/Mailbox.h
Commit: 49bc223d1520a4202b5c96c2e1d02d71a969ffd1
https://github.com/dyninst/dyninst/commit/49bc223d1520a4202b5c96c2e1d02d71a969ffd1
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/API.rst
A docs/proccontrol/developer/Generator.h.rst
M docs/proccontrol/public/Generator.h.rst
Log Message:
-----------
Add proccontrol/Generator.h
Commit: 0f54e14cf4a83196c66501a6f06e41ef96fb2563
https://github.com/dyninst/dyninst/commit/0f54e14cf4a83196c66501a6f06e41ef96fb2563
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/public/PCErrors.h.rst
Log Message:
-----------
Add proccontrol/PCErrors.h
Commit: 52bd95dcb4a485e02459aa891b8caf938bb9eb36
https://github.com/dyninst/dyninst/commit/52bd95dcb4a485e02459aa891b8caf938bb9eb36
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/API.rst
A docs/proccontrol/developer/ProcessSet.h.rst
M docs/proccontrol/public/ProcessSet.h.rst
M proccontrol/h/ProcessSet.h
Log Message:
-----------
Add proccontrol/ProcessSet.h
Commit: 64982d8e74ab07d30a2968bbe207694b20ce7da3
https://github.com/dyninst/dyninst/commit/64982d8e74ab07d30a2968bbe207694b20ce7da3
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/API.rst
A docs/proccontrol/developer/EventType.h.rst
M docs/proccontrol/public/EventType.h.rst
M proccontrol/h/EventType.h
Log Message:
-----------
Add proccontrol/EventType.h
Commit: 9a6151aaa1f15509a8ac0d27e87500c762d1e821
https://github.com/dyninst/dyninst/commit/9a6151aaa1f15509a8ac0d27e87500c762d1e821
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/API.rst
A docs/proccontrol/developer/Event.h.rst
M docs/proccontrol/public/Event.h.rst
M docs/proccontrol/public/EventType.h.rst
M proccontrol/h/Event.h
Log Message:
-----------
Add proccontrol/Event.h
Commit: 8b0253cde53973dbe8a6d7ee229b6490f5f00be1
https://github.com/dyninst/dyninst/commit/8b0253cde53973dbe8a6d7ee229b6490f5f00be1
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/API.rst
A docs/proccontrol/developer/PlatFeatures.h.rst
M docs/proccontrol/public/API.rst
R docs/proccontrol/public/PlatFeatures.h.rst
M proccontrol/h/PlatFeatures.h
Log Message:
-----------
Add proccontrol/PlatFeatures.h
Commit: 3a7b453d39e2e4e868bed4fc86c7c2c8efcec602
https://github.com/dyninst/dyninst/commit/3a7b453d39e2e4e868bed4fc86c7c2c8efcec602
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/API.rst
A docs/proccontrol/developer/PCProcess.h.rst
M docs/proccontrol/public/PCProcess.h.rst
M proccontrol/h/PCProcess.h
Log Message:
-----------
Add procontrol/PCProcess.h
Commit: 14417e8d43fc9618fb2f764fdfbd2c8037de96df
https://github.com/dyninst/dyninst/commit/14417e8d43fc9618fb2f764fdfbd2c8037de96df
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/API.rst
M docs/proccontrol/developer/loadLibrary/codegen.h.rst
M proccontrol/src/loadLibrary/codegen.h
Log Message:
-----------
Add proccontrol/codegen.h
Commit: fdea308c1d35bc94036969b32314e39dd9e68ea2
https://github.com/dyninst/dyninst/commit/fdea308c1d35bc94036969b32314e39dd9e68ea2
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/patchAPI/public/AddrSpace.h.rst
Log Message:
-----------
Fix proccontrol/AddrSpace.h
Commit: 5f89d4df9d0473c6a76144c50a9a54cf87dc0be4
https://github.com/dyninst/dyninst/commit/5f89d4df9d0473c6a76144c50a9a54cf87dc0be4
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/loadLibrary/injector.h.rst
Log Message:
-----------
Add proccontrol/injector.h
Commit: 31f9da88c51d69208c10cbcfa522474780b69101
https://github.com/dyninst/dyninst/commit/31f9da88c51d69208c10cbcfa522474780b69101
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/arm_process.h.rst
Log Message:
-----------
Add proccontrol/arm_process.h
Commit: 1afc208b218f98c5a6c7c157d7a48343cd9f4882
https://github.com/dyninst/dyninst/commit/1afc208b218f98c5a6c7c157d7a48343cd9f4882
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/DecoderWindows.h.rst
Log Message:
-----------
Add proccontrol/DecoderWindows.h
Commit: 318fb61560f3240b0728e43db54d696eacb81657
https://github.com/dyninst/dyninst/commit/318fb61560f3240b0728e43db54d696eacb81657
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/freebsd.h.rst
Log Message:
-----------
Add proccontrol/freebsd.h
Commit: e7b0b58751f9905e89600f9bd1bf07ce2748591b
https://github.com/dyninst/dyninst/commit/e7b0b58751f9905e89600f9bd1bf07ce2748591b
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/GeneratorWindows.h.rst
Log Message:
-----------
Add proccontrol/GeneratorWindows.h
Commit: e23e64f22824a5a05fc9e6a8f85f63dd6cc6ab9b
https://github.com/dyninst/dyninst/commit/e23e64f22824a5a05fc9e6a8f85f63dd6cc6ab9b
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/int_event.h.rst
Log Message:
-----------
Add proccontrol/int_event.h
Commit: ffdeb5acf419b8c534e885b256b6bdf6a19311e5
https://github.com/dyninst/dyninst/commit/ffdeb5acf419b8c534e885b256b6bdf6a19311e5
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/int_handler.h.rst
Log Message:
-----------
Add proccontrol/int_handler.h
Commit: 62d368c9eddfc9ca45e6ad0db9d0c2ce32be1078
https://github.com/dyninst/dyninst/commit/62d368c9eddfc9ca45e6ad0db9d0c2ce32be1078
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/int_process.h.rst
M proccontrol/src/int_process.h
Log Message:
-----------
Add proccontrol/int_process.h
Commit: efc7d81ce839a2302a7fe70b313a6db3367440f2
https://github.com/dyninst/dyninst/commit/efc7d81ce839a2302a7fe70b313a6db3367440f2
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/int_thread_db.h.rst
Log Message:
-----------
Add proccontrol/int_thread_db.h
Commit: 384fe669cd6bd06da447afb830f83e4602bf5d33
https://github.com/dyninst/dyninst/commit/384fe669cd6bd06da447afb830f83e4602bf5d33
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/irpc.h.rst
M proccontrol/src/irpc.h
Log Message:
-----------
Add proccontrol/irpc.h
Commit: df3037fc5dba811437e4fca4ba64889f5b2e45ee
https://github.com/dyninst/dyninst/commit/df3037fc5dba811437e4fca4ba64889f5b2e45ee
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/linux.h.rst
M proccontrol/src/linux.h
Log Message:
-----------
Add proccontrol/linux.h
Commit: 46856df113bb9e95a6bf3bdd4b1cadf4c924392c
https://github.com/dyninst/dyninst/commit/46856df113bb9e95a6bf3bdd4b1cadf4c924392c
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/memcache.h.rst
M proccontrol/src/memcache.h
Log Message:
-----------
Add proccontrol/memcache.h
Commit: b9fb1d478d5fd260b90569a79efd18ac1b6377df
https://github.com/dyninst/dyninst/commit/b9fb1d478d5fd260b90569a79efd18ac1b6377df
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/mmapalloc.h.rst
M proccontrol/src/mmapalloc.h
Log Message:
-----------
Add proccontrol/mmapalloc.h
Commit: d9c3bef3ad51205f96f000f9eb59a537360659bc
https://github.com/dyninst/dyninst/commit/d9c3bef3ad51205f96f000f9eb59a537360659bc
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/API.rst
R docs/proccontrol/developer/notify_pipe.h.rst
Log Message:
-----------
Remove proccontrol/notify_pipe.h
Commit: f660ed833bfc7780cffba23701679beb8ba39672
https://github.com/dyninst/dyninst/commit/f660ed833bfc7780cffba23701679beb8ba39672
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/ppc_process.h.rst
Log Message:
-----------
Add proccontrol/ppc_process.h
Commit: b0d5ffaa9cceb5aa48f5e86a8c0c283a5e74f6d9
https://github.com/dyninst/dyninst/commit/b0d5ffaa9cceb5aa48f5e86a8c0c283a5e74f6d9
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/API.rst
R docs/proccontrol/developer/proc_service_wrapper.h.rst
Log Message:
-----------
Remove proccontrol/proc_service_wrapper.h
Commit: 971ba2939156cc60cf2224ac5b48dd3f0c2dc3d5
https://github.com/dyninst/dyninst/commit/971ba2939156cc60cf2224ac5b48dd3f0c2dc3d5
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/processplat.h.rst
Log Message:
-----------
Add proccontrol/processplat.h
Commit: 2078e52b982440bc5d411105f239d10123b5f2f9
https://github.com/dyninst/dyninst/commit/2078e52b982440bc5d411105f239d10123b5f2f9
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/procpool.h.rst
M proccontrol/src/procpool.h
Log Message:
-----------
Add proccontrol/procpool.h
Commit: 4a178892fdd52998ddc65f2c4b94449ec81bf0e1
https://github.com/dyninst/dyninst/commit/4a178892fdd52998ddc65f2c4b94449ec81bf0e1
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/resp.h.rst
Log Message:
-----------
Add proccontrol/resp.h
Commit: 8d482c3fe2b0854b51089c3d7c133431866315be
https://github.com/dyninst/dyninst/commit/8d482c3fe2b0854b51089c3d7c133431866315be
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/response.h.rst
Log Message:
-----------
Add proccontrol/response.h
Commit: 36c3f5b70e4ec83ef30e8c4767ad64946a7f75d5
https://github.com/dyninst/dyninst/commit/36c3f5b70e4ec83ef30e8c4767ad64946a7f75d5
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/snippets.h.rst
M proccontrol/src/snippets.h
Log Message:
-----------
Add proccontrol/snippets.h
Commit: c7973ba9ad339b7c5b5dec77b14afbbd77b1f1ac
https://github.com/dyninst/dyninst/commit/c7973ba9ad339b7c5b5dec77b14afbbd77b1f1ac
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/sysv.h.rst
Log Message:
-----------
Add proccontrol/sysv.h
Commit: fdbf554fc985b0c5b21af7ea2bcf780c876432db
https://github.com/dyninst/dyninst/commit/fdbf554fc985b0c5b21af7ea2bcf780c876432db
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/unix.h.rst
M proccontrol/src/unix.h
Log Message:
-----------
Add proccontrol/unix.h
Commit: 40d76e477ef1e8414f12498c87330dc8e878b5ab
https://github.com/dyninst/dyninst/commit/40d76e477ef1e8414f12498c87330dc8e878b5ab
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/windows_handler.h.rst
Log Message:
-----------
Add proccontrol/windows_handler.h
Commit: af99f1a3d388c9445bb18e38c38c6d49661be081
https://github.com/dyninst/dyninst/commit/af99f1a3d388c9445bb18e38c38c6d49661be081
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/windows_process.h.rst
M proccontrol/src/windows_process.h
Log Message:
-----------
Add proccontrol/windows_process.h
Commit: 05155ffe99f1b98adf1c6127ded62a7b22f7590f
https://github.com/dyninst/dyninst/commit/05155ffe99f1b98adf1c6127ded62a7b22f7590f
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/windows_thread.h.rst
Log Message:
-----------
Add proccontrol/windows_thread.h
Commit: 523e4bfcedf1f0e966f8c4a28593c892678690b2
https://github.com/dyninst/dyninst/commit/523e4bfcedf1f0e966f8c4a28593c892678690b2
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/developer/x86_process.h.rst
Log Message:
-----------
Add proccontrol/x86_process.h
Commit: 7b62f870ffb4f7275c540f06b5a4b2607e08ec25
https://github.com/dyninst/dyninst/commit/7b62f870ffb4f7275c540f06b5a4b2607e08ec25
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/proccontrol/overview.rst
Log Message:
-----------
Add proccontrol/overview
Commit: 5f446e5402e656ec21ea8f1560c8c7077eb8731a
https://github.com/dyninst/dyninst/commit/5f446e5402e656ec21ea8f1560c8c7077eb8731a
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
R proccontrol/doc/proccontrol.docx
R proccontrol/doc/proccontrol.pdf
Log Message:
-----------
Remove old proccontrol docs
Commit: cd9a8d2fc5712bc49e7eda84a053b033bc2138d6
https://github.com/dyninst/dyninst/commit/cd9a8d2fc5712bc49e7eda84a053b033bc2138d6
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M docs/instructionAPI/public/Operand.h.rst
Log Message:
-----------
Mark Operand::Operand noexcept
Compare: https://github.com/dyninst/dyninst/compare/abd617f726ab...cd9a8d2fc571
|