[DynInst_API:] [dyninst/dyninst] 50e34b: start of work to refactor the docs to use readthedocs


Date: Thu, 21 Mar 2024 09:15:35 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 50e34b: start of work to refactor the docs to use readthedocs
  Branch: refs/heads/thaines/documentation_modernization
  Home:   https://github.com/dyninst/dyninst
  Commit: 50e34b2157affaa5db8e19d6434fddf5e742ea9f
      https://github.com/dyninst/dyninst/commit/50e34b2157affaa5db8e19d6434fddf5e742ea9f
  Author: vsoch <vsoch@xxxxxxxxxxxxxxxxxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 793934f7dd941836b28941847ddc4a79a302441e
      https://github.com/dyninst/dyninst/commit/793934f7dd941836b28941847ddc4a79a302441e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/index.rst

  Log Message:
  -----------
  Add landing page


  Commit: aaae199169163af27212b356667e0cd018a68e8d
      https://github.com/dyninst/dyninst/commit/aaae199169163af27212b356667e0cd018a68e8d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    R docs/generate.sh

  Log Message:
  -----------
  Remove generate.sh


  Commit: e090a6e13f1f1e9e4d5669b5e0303ae93bc943c0
      https://github.com/dyninst/dyninst/commit/e090a6e13f1f1e9e4d5669b5e0303ae93bc943c0
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 34b7de937deb3f61b4eaa22a7d4ca129619cc220
      https://github.com/dyninst/dyninst/commit/34b7de937deb3f61b4eaa22a7d4ca129619cc220
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 9f1e628afc4effea8f0fd9328fd78cb2f0d10cc2
      https://github.com/dyninst/dyninst/commit/9f1e628afc4effea8f0fd9328fd78cb2f0d10cc2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 9ee291302e8f358b40f38af76c9a68a76d583280
      https://github.com/dyninst/dyninst/commit/9ee291302e8f358b40f38af76c9a68a76d583280
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    R docs/dynC_API/index.rst
    M docs/index.rst
    A docs/usertools/DynC/overview.rst

  Log Message:
  -----------
  DynC init


  Commit: 07eab5cacda5d06567f6d33bf988c8436f0cc1d5
      https://github.com/dyninst/dyninst/commit/07eab5cacda5d06567f6d33bf988c8436f0cc1d5
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: ab9704c86e097981ffe44bc6a782f3261fbbfd5d
      https://github.com/dyninst/dyninst/commit/ab9704c86e097981ffe44bc6a782f3261fbbfd5d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: ee34c1d14358a9c6ed0ff3c457f9b030c1735dd3
      https://github.com/dyninst/dyninst/commit/ee34c1d14358a9c6ed0ff3c457f9b030c1735dd3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 99010fc538bab3042dae7831433d0cc7fc1a4600
      https://github.com/dyninst/dyninst/commit/99010fc538bab3042dae7831433d0cc7fc1a4600
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 128d2c3ee81b299db4601cd89605beb0ef63ad5c
      https://github.com/dyninst/dyninst/commit/128d2c3ee81b299db4601cd89605beb0ef63ad5c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 470efe8036a511917aaa0424bf27a5590b7173ce
      https://github.com/dyninst/dyninst/commit/470efe8036a511917aaa0424bf27a5590b7173ce
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 544978174b0429f91f12c51f1e6ff13f67a59a92
      https://github.com/dyninst/dyninst/commit/544978174b0429f91f12c51f1e6ff13f67a59a92
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: b043c7f4948b12bd4627e460170b353085dd6281
      https://github.com/dyninst/dyninst/commit/b043c7f4948b12bd4627e460170b353085dd6281
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 2a0409d64f5997397949a3b57833021e8a803257
      https://github.com/dyninst/dyninst/commit/2a0409d64f5997397949a3b57833021e8a803257
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: cc075c6d99d4985b40936a71ef7f23d3f6a36cf6
      https://github.com/dyninst/dyninst/commit/cc075c6d99d4985b40936a71ef7f23d3f6a36cf6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/dataflowAPI/public/ABI.h.rst

  Log Message:
  -----------
  Add dataflowAPI/ABI.h.rst


  Commit: b5bd6588d69687dae823d0bd0e1e0b72378673ac
      https://github.com/dyninst/dyninst/commit/b5bd6588d69687dae823d0bd0e1e0b72378673ac
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/h/Absloc.h
    A docs/dataflowAPI/public/Absloc.h.rst

  Log Message:
  -----------
  Add dataflowAPI/Absloc.h


  Commit: 28dcd312619d6144d23e7aaf3685dc67f4b82ae3
      https://github.com/dyninst/dyninst/commit/28dcd312619d6144d23e7aaf3685dc67f4b82ae3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/dataflowAPI/public/AbslocInterface.h.rst

  Log Message:
  -----------
  Add dataflowAPI/AbslocInterface.h


  Commit: 99bdc167d1a8f5f5491514dc83610bf520f2d4cc
      https://github.com/dyninst/dyninst/commit/99bdc167d1a8f5f5491514dc83610bf520f2d4cc
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/dataflowAPI/public/bitArray.h.rst

  Log Message:
  -----------
  Add dataflowAPI/bitArray.h


  Commit: 1c679d7fb18a4e9d257932d1387275f8ad8abf35
      https://github.com/dyninst/dyninst/commit/1c679d7fb18a4e9d257932d1387275f8ad8abf35
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/dataflowAPI/public/InstructionCache.h.rst

  Log Message:
  -----------
  Add dataflowAPI/InstructionCache.h


  Commit: 7c51b6c0d4c0cf249be180c3f54239aa100d5d90
      https://github.com/dyninst/dyninst/commit/7c51b6c0d4c0cf249be180c3f54239aa100d5d90
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/src/liveness.C
    A docs/dataflowAPI/public/liveness.h.rst

  Log Message:
  -----------
  Add dataflowAPI/liveness.h


  Commit: b140b42ff39e49754af4e4e5571bcb00473a9885
      https://github.com/dyninst/dyninst/commit/b140b42ff39e49754af4e4e5571bcb00473a9885
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/h/slicing.h
    A docs/dataflowAPI/public/slicing.h.rst

  Log Message:
  -----------
  Add dataflowAPI/slicing.h


  Commit: ef699e765394832b80b7df36804518a028554d65
      https://github.com/dyninst/dyninst/commit/ef699e765394832b80b7df36804518a028554d65
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: ec5c5aed9f74dd0dac6c79be0899047018ddeec5
      https://github.com/dyninst/dyninst/commit/ec5c5aed9f74dd0dac6c79be0899047018ddeec5
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 2d080812781fd8b625abffea45872a1d5993eb50
      https://github.com/dyninst/dyninst/commit/2d080812781fd8b625abffea45872a1d5993eb50
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/dataflowAPI/developer/debug_dataflow.h.rst

  Log Message:
  -----------
  Add dataflowAPI/dev/debug_dataflow.h


  Commit: 65f355907489c023a45148a40ab28c065a3e3f84
      https://github.com/dyninst/dyninst/commit/65f355907489c023a45148a40ab28c065a3e3f84
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/dataflowAPI/developer/ExpressionConversionVisitor.h.rst

  Log Message:
  -----------
  Add dataflowAPI/dev/ExpressionConversionVisitor.h


  Commit: 934e3617b8f085bf6610e54ca4109d97050d4852
      https://github.com/dyninst/dyninst/commit/934e3617b8f085bf6610e54ca4109d97050d4852
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/dataflowAPI/developer/RegisterMap.h.rst

  Log Message:
  -----------
  Add dataflowAPI/dev/RegisterMap.h


  Commit: 46f44fd70c734eba34d70fe03da66c55a6f21ab2
      https://github.com/dyninst/dyninst/commit/46f44fd70c734eba34d70fe03da66c55a6f21ab2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/dataflowAPI/developer/RoseInsnFactory.h.rst

  Log Message:
  -----------
  Add dataflowAPI/dev/RoseInsnFactory.h


  Commit: 78290f7b8d2ef0969564f1568e4ae0ed30385baf
      https://github.com/dyninst/dyninst/commit/78290f7b8d2ef0969564f1568e4ae0ed30385baf
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/dataflowAPI/developer/SymbolicExpansion.h.rst

  Log Message:
  -----------
  Add dataflowAPI/dev/SymbolicExpansion.h


  Commit: 12662e92c2a8a7ae681346cf955e6c052f083214
      https://github.com/dyninst/dyninst/commit/12662e92c2a8a7ae681346cf955e6c052f083214
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/src/SymEvalPolicy.h
    A docs/dataflowAPI/developer/SymEvalPolicy.h.rst

  Log Message:
  -----------
  Add dataflowAPI/dev/SymEvalPolicy.h


  Commit: f627a9ad2f83ac2b501404388c05d4ce707cdef7
      https://github.com/dyninst/dyninst/commit/f627a9ad2f83ac2b501404388c05d4ce707cdef7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/src/SymEvalVisitors.h
    A docs/dataflowAPI/developer/SymEvalVisitors.h.rst

  Log Message:
  -----------
  Add dataflowAPI/dev/SymEvalVisitors.h


  Commit: 4d36487819c9846a8e33861b5a25601f5fc123f1
      https://github.com/dyninst/dyninst/commit/4d36487819c9846a8e33861b5a25601f5fc123f1
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    R dataflowAPI/doc/dataflowAPI.pdf

  Log Message:
  -----------
  Remove dataflowAPI PDF


  Commit: 5f3e0853c5c15a1a6de662780db6f0c439fa2f0b
      https://github.com/dyninst/dyninst/commit/5f3e0853c5c15a1a6de662780db6f0c439fa2f0b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M .github/workflows/docs.yaml

  Log Message:
  -----------
  Disable path check in doc build action


  Commit: e9a51f33f85e1b2fdbd2d197fc1ad8410aa2fc30
      https://github.com/dyninst/dyninst/commit/e9a51f33f85e1b2fdbd2d197fc1ad8410aa2fc30
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: efec170faa9236796c1228270eb55b295c0303a9
      https://github.com/dyninst/dyninst/commit/efec170faa9236796c1228270eb55b295c0303a9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/h/Buffer.h
    M docs/common/public/Buffer.h.rst

  Log Message:
  -----------
  Add common/Buffer.h


  Commit: 0bc0c0ab8307a93646117001f06a3876b192832c
      https://github.com/dyninst/dyninst/commit/0bc0c0ab8307a93646117001f06a3876b192832c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: bb81dd82f309d8835501daae003046ec6024d34b
      https://github.com/dyninst/dyninst/commit/bb81dd82f309d8835501daae003046ec6024d34b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: e73eca9938eb314d26e574c6e0ddda1f91f5997a
      https://github.com/dyninst/dyninst/commit/e73eca9938eb314d26e574c6e0ddda1f91f5997a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/public/entryIDs.h.rst

  Log Message:
  -----------
  Add common/entryIDs.h


  Commit: e322df27f9731dcbf0e9226ed57f435dff02ff6a
      https://github.com/dyninst/dyninst/commit/e322df27f9731dcbf0e9226ed57f435dff02ff6a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 2b7d0c877429773123c2cd1f4271b27c10d80cd2
      https://github.com/dyninst/dyninst/commit/2b7d0c877429773123c2cd1f4271b27c10d80cd2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 238071c927dc3771626b3588bd2c68c1e470829b
      https://github.com/dyninst/dyninst/commit/238071c927dc3771626b3588bd2c68c1e470829b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 66d9770ea8e7a6c42497d17ee3d4bf4ec2e81ae6
      https://github.com/dyninst/dyninst/commit/66d9770ea8e7a6c42497d17ee3d4bf4ec2e81ae6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/h/Node.h
    M docs/common/public/Node.h.rst

  Log Message:
  -----------
  Add common/Node.h


  Commit: bfe4f2faf286e1241e3e9e2aafa6c70ed8a49ddd
      https://github.com/dyninst/dyninst/commit/bfe4f2faf286e1241e3e9e2aafa6c70ed8a49ddd
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 6ecbf6f20292e6f70aa4720707a64ca930d18fc4
      https://github.com/dyninst/dyninst/commit/6ecbf6f20292e6f70aa4720707a64ca930d18fc4
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/h/SymReader.h
    M docs/common/public/SymReader.h.rst

  Log Message:
  -----------
  Add common/SymReader.h


  Commit: d3deddffa41330a45976338ccae3865a84d5be36
      https://github.com/dyninst/dyninst/commit/d3deddffa41330a45976338ccae3865a84d5be36
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/h/VariableLocation.h
    M docs/common/public/VariableLocation.h.rst

  Log Message:
  -----------
  Add common/VariableLocation.h


  Commit: efa558381433a9003d54736ad5e3b6b3f1f535c6
      https://github.com/dyninst/dyninst/commit/efa558381433a9003d54736ad5e3b6b3f1f535c6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: de76ef9426fd74fe82b766ded74173eb675e7a86
      https://github.com/dyninst/dyninst/commit/de76ef9426fd74fe82b766ded74173eb675e7a86
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/addrtranslate.h.rst

  Log Message:
  -----------
  Add common/addrtranslate.h


  Commit: 4196201cb71bd4e7cbfbdb9077e5dbbe54d0c6f2
      https://github.com/dyninst/dyninst/commit/4196201cb71bd4e7cbfbdb9077e5dbbe54d0c6f2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/addrtranslate-sysv.h.rst

  Log Message:
  -----------
  Add common/addrtranslate-sysv.h


  Commit: 9ee2218c84ca7e8ac41a682c1150ce99c2af914e
      https://github.com/dyninst/dyninst/commit/9ee2218c84ca7e8ac41a682c1150ce99c2af914e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/h/Annotatable.h
    M docs/common/developer/Annotatable.h.rst

  Log Message:
  -----------
  Add common/Annotatable.h


  Commit: 31144229fe574a6453727036c5cbcb4f67874b75
      https://github.com/dyninst/dyninst/commit/31144229fe574a6453727036c5cbcb4f67874b75
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/arch.h.rst

  Log Message:
  -----------
  Add common/arch.h


  Commit: 829964c2e8ef8e54774f378a09687d68a407f625
      https://github.com/dyninst/dyninst/commit/829964c2e8ef8e54774f378a09687d68a407f625
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/arch-aarch64.h.rst

  Log Message:
  -----------
  Add common/arch-aarch64.h


  Commit: b6da7a64dd6be14bb2439c72b48286fa3a834f9a
      https://github.com/dyninst/dyninst/commit/b6da7a64dd6be14bb2439c72b48286fa3a834f9a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 9a56a1f7ae3a6798420ce4a8bbc7bb4a2acf925f
      https://github.com/dyninst/dyninst/commit/9a56a1f7ae3a6798420ce4a8bbc7bb4a2acf925f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/arch-x86.h.rst

  Log Message:
  -----------
  Add common/arch-x86.h


  Commit: 69945a6152d4a1c251273076f343c90dbffbc109
      https://github.com/dyninst/dyninst/commit/69945a6152d4a1c251273076f343c90dbffbc109
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 93678e3690f2d7a619772f87afeaddce4a2c0060
      https://github.com/dyninst/dyninst/commit/93678e3690f2d7a619772f87afeaddce4a2c0060
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 33f68030e01e8d2d1283f22991d5160f1801e2df
      https://github.com/dyninst/dyninst/commit/33f68030e01e8d2d1283f22991d5160f1801e2df
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/concurrent.h.rst

  Log Message:
  -----------
  Add common/concurrent.h


  Commit: 86741d29132d2122e8351aab5aad8fde6139dc09
      https://github.com/dyninst/dyninst/commit/86741d29132d2122e8351aab5aad8fde6139dc09
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/debug_common.h.rst

  Log Message:
  -----------
  Add common/debug_common.h


  Commit: 08390ae83e3d75293e415379572803f461e25b73
      https://github.com/dyninst/dyninst/commit/08390ae83e3d75293e415379572803f461e25b73
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/dthread.h.rst

  Log Message:
  -----------
  Add common/dthread.h


  Commit: e6080e892bb7c603443bd8dcdffce777afd68312
      https://github.com/dyninst/dyninst/commit/e6080e892bb7c603443bd8dcdffce777afd68312
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: d16344a996c9c3a27343c235f17743a8fd6f2003
      https://github.com/dyninst/dyninst/commit/d16344a996c9c3a27343c235f17743a8fd6f2003
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/dyn_syscalls.h.rst

  Log Message:
  -----------
  Add common/dyn_syscalls.h


  Commit: 3a05960b79754deb889e59330b7ef03d8fe41eff
      https://github.com/dyninst/dyninst/commit/3a05960b79754deb889e59330b7ef03d8fe41eff
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/dyntypes.h.rst

  Log Message:
  -----------
  Add common/dyntypes.h


  Commit: c28556433671a5dd1b0c5847f4cc0570cb05ba34
      https://github.com/dyninst/dyninst/commit/c28556433671a5dd1b0c5847f4cc0570cb05ba34
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/freebsdHeaders.h.rst
    M docs/common/developer/freebsdKludges.h.rst

  Log Message:
  -----------
  Add common/freebsdHeaders.h


  Commit: 7b3b5069b6e493bd7bef4077c18eb07ad793797e
      https://github.com/dyninst/dyninst/commit/7b3b5069b6e493bd7bef4077c18eb07ad793797e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/freebsdKludges.h.rst

  Log Message:
  -----------
  Add common/freebadKludges.h


  Commit: 15b5f06518f6c99f7270c24dddef690c27aa5541
      https://github.com/dyninst/dyninst/commit/15b5f06518f6c99f7270c24dddef690c27aa5541
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/headers.h.rst

  Log Message:
  -----------
  Add common/headers.h


  Commit: 8abec30ab098d1e626bb1b88d2f365965caafefe
      https://github.com/dyninst/dyninst/commit/8abec30ab098d1e626bb1b88d2f365965caafefe
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/ia32_locations.h.rst

  Log Message:
  -----------
  Add common/ia32_locations.h


  Commit: 1a3cc7d9b5c9904f734bdd6869d32d692d9aa8ea
      https://github.com/dyninst/dyninst/commit/1a3cc7d9b5c9904f734bdd6869d32d692d9aa8ea
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/h/IBSTree.h
    M docs/common/developer/IBSTree.h.rst

  Log Message:
  -----------
  Add common/IBSTree.h


  Commit: 72d818764d0879398a34a0f35b8b8cd8ab5acf4d
      https://github.com/dyninst/dyninst/commit/72d818764d0879398a34a0f35b8b8cd8ab5acf4d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/IBSTree-fast.h.rst

  Log Message:
  -----------
  Add common/IBSTree-fast.h


  Commit: b531efef3acd72428f412e979db8849459b86390
      https://github.com/dyninst/dyninst/commit/b531efef3acd72428f412e979db8849459b86390
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/IntervalTree.h.rst

  Log Message:
  -----------
  Add common/IntervalTree.h


  Commit: a365468c00b34e822fa35046e1769a4bea55cd79
      https://github.com/dyninst/dyninst/commit/a365468c00b34e822fa35046e1769a4bea55cd79
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/linuxHeaders.h.rst

  Log Message:
  -----------
  Add common/linuxHeaders.h


  Commit: 9dd35d4999414ae0b800e1c7894dd8e2e20e0003
      https://github.com/dyninst/dyninst/commit/9dd35d4999414ae0b800e1c7894dd8e2e20e0003
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/linuxKludges.h.rst

  Log Message:
  -----------
  Add common/linuxKludges.h


  Commit: 6cddae0e66b104876132b95ad19ead28cf2713f4
      https://github.com/dyninst/dyninst/commit/6cddae0e66b104876132b95ad19ead28cf2713f4
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/lru_cache.h.rst

  Log Message:
  -----------
  Add common/lru_cache.h


  Commit: 4c644e998d6ade25dc4b21978da459c93dfa132b
      https://github.com/dyninst/dyninst/commit/4c644e998d6ade25dc4b21978da459c93dfa132b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/lprintf.h
    M docs/common/developer/lprintf.h.rst

  Log Message:
  -----------
  Add common/lprintf.h


  Commit: 3b2229b43cf7dc88d400f4ecc2dd284e0f656924
      https://github.com/dyninst/dyninst/commit/3b2229b43cf7dc88d400f4ecc2dd284e0f656924
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 575f97ecabc48bb7f482bb537b9c747c2c33d09c
      https://github.com/dyninst/dyninst/commit/575f97ecabc48bb7f482bb537b9c747c2c33d09c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/MappedFile.h.rst

  Log Message:
  -----------
  Add common/MappedFile.h


  Commit: 671bf654005f5f6cb375aabd51f285ad3dd058aa
      https://github.com/dyninst/dyninst/commit/671bf654005f5f6cb375aabd51f285ad3dd058aa
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/NodeIterator.h
    M docs/common/developer/NodeIterator.h.rst

  Log Message:
  -----------
  Add common/NodeIterator.h


  Commit: 18f51e369aeadac17384f910120faee670b33368
      https://github.com/dyninst/dyninst/commit/18f51e369aeadac17384f910120faee670b33368
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/ntHeaders.h.rst

  Log Message:
  -----------
  Add common/ntHeaders.h


  Commit: 60ffe8d6a8f2241a6e35be450c1c53afc411bcbd
      https://github.com/dyninst/dyninst/commit/60ffe8d6a8f2241a6e35be450c1c53afc411bcbd
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/parseauxv.h.rst

  Log Message:
  -----------
  Add common/parseauxv.h


  Commit: d67943e43f595d2dffadea1c94cff3e0af30a1c6
      https://github.com/dyninst/dyninst/commit/d67943e43f595d2dffadea1c94cff3e0af30a1c6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/pathName.h.rst

  Log Message:
  -----------
  Add common/pathName.h


  Commit: c162395cd05465906a5fb60da20ee8c4caee4e20
      https://github.com/dyninst/dyninst/commit/c162395cd05465906a5fb60da20ee8c4caee4e20
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/pool_allocators.h.rst

  Log Message:
  -----------
  Add common/pool_allocators.h


  Commit: 0dcea9774ad70c73d723b01b604d39d7bd3b35cd
      https://github.com/dyninst/dyninst/commit/0dcea9774ad70c73d723b01b604d39d7bd3b35cd
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/sha1.h.rst

  Log Message:
  -----------
  Add common/sha1.h


  Commit: 3399fe6ef10e85120b9a9b241a1036c2ee7bbd11
      https://github.com/dyninst/dyninst/commit/3399fe6ef10e85120b9a9b241a1036c2ee7bbd11
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 8c938b5354e807e7c167dea2691e72b8c41b94cb
      https://github.com/dyninst/dyninst/commit/8c938b5354e807e7c167dea2691e72b8c41b94cb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/stats.h
    M docs/common/developer/stats.h.rst

  Log Message:
  -----------
  Add common/stats.h


  Commit: 20381c9732730058a20434e9d6a0d852b825dc88
      https://github.com/dyninst/dyninst/commit/20381c9732730058a20434e9d6a0d852b825dc88
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/symbolDemangle.h.rst

  Log Message:
  -----------
  Add common/symbolDemangle.h


  Commit: 18be2d5b60f0ce61105f9e12e13fde121e93e0d7
      https://github.com/dyninst/dyninst/commit/18be2d5b60f0ce61105f9e12e13fde121e93e0d7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/symbolDemangleWithCache.h.rst

  Log Message:
  -----------
  Add common/symbolDemangleWithCache.h


  Commit: 7a7b249bf82d6d125772df9ad38e5b923a3f70a0
      https://github.com/dyninst/dyninst/commit/7a7b249bf82d6d125772df9ad38e5b923a3f70a0
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/Timer.h
    M docs/common/developer/Timer.h.rst

  Log Message:
  -----------
  Add common/Timer.h


  Commit: f3f2a7c5f39cba53f2a29b95a966cf4f5b0a17de
      https://github.com/dyninst/dyninst/commit/f3f2a7c5f39cba53f2a29b95a966cf4f5b0a17de
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/vgannotations.h.rst

  Log Message:
  -----------
  Add common/vgannotations.h


  Commit: e4d00b4e493fd2e1dca7760ae8b741962da38d2f
      https://github.com/dyninst/dyninst/commit/e4d00b4e493fd2e1dca7760ae8b741962da38d2f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/vgannotations.h.rst

  Log Message:
  -----------
  Add common/vgannotations.h


  Commit: edce3ad3a0387c546c4674e90b278e0b6a942f85
      https://github.com/dyninst/dyninst/commit/edce3ad3a0387c546c4674e90b278e0b6a942f85
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/util.h.rst

  Log Message:
  -----------
  Add common/util.h


  Commit: 34d650fcb00018b242fe340fde6cb0916f7eb761
      https://github.com/dyninst/dyninst/commit/34d650fcb00018b242fe340fde6cb0916f7eb761
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: c3fb4a8b0633bc05879a40fc1b89e205f600aee3
      https://github.com/dyninst/dyninst/commit/c3fb4a8b0633bc05879a40fc1b89e205f600aee3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/vm_maps.h.rst

  Log Message:
  -----------
  Add common/vm_maps.h


  Commit: 1175854ac5b3fd69498ac1ff28af61aef035bfb2
      https://github.com/dyninst/dyninst/commit/1175854ac5b3fd69498ac1ff28af61aef035bfb2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/public/ArchSpecificFormatters.h.rst

  Log Message:
  -----------
  Add instructionAPI/ArchSpecificFormatters.h


  Commit: 4201d20316c58b84fbbd73dffea8a1016f541274
      https://github.com/dyninst/dyninst/commit/4201d20316c58b84fbbd73dffea8a1016f541274
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/public/BinaryFunction.h.rst
    M instructionAPI/h/BinaryFunction.h

  Log Message:
  -----------
  Add instructionAPI/BinaryFunction.h


  Commit: fd11eb3c34ae570ef50652d7a9f5638c54be25ec
      https://github.com/dyninst/dyninst/commit/fd11eb3c34ae570ef50652d7a9f5638c54be25ec
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: deff686ec4060dddd9b0aaf370bffd4fddcf6f41
      https://github.com/dyninst/dyninst/commit/deff686ec4060dddd9b0aaf370bffd4fddcf6f41
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 21241fa09e111651a3754e629106b99e7883f67c
      https://github.com/dyninst/dyninst/commit/21241fa09e111651a3754e629106b99e7883f67c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 927258d5fa009488510a8af48e034701adb35ef7
      https://github.com/dyninst/dyninst/commit/927258d5fa009488510a8af48e034701adb35ef7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/public/Immediate.h.rst
    M instructionAPI/h/Immediate.h

  Log Message:
  -----------
  Add instructionAPI/Immediate.h


  Commit: 4b5c3b7275b257f2f579f15297b6a3c3e9d8159a
      https://github.com/dyninst/dyninst/commit/4b5c3b7275b257f2f579f15297b6a3c3e9d8159a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/public/Instruction.h.rst
    M instructionAPI/h/Instruction.h

  Log Message:
  -----------
  Add instructionAPI/Instruction.h


  Commit: c0a2fbc63abda98e099bb97460ce998c960d6eb1
      https://github.com/dyninst/dyninst/commit/c0a2fbc63abda98e099bb97460ce998c960d6eb1
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/public/InstructionAST.h.rst
    M instructionAPI/h/InstructionAST.h

  Log Message:
  -----------
  Add instructionAPI/InstructionAST.h


  Commit: fb79a3d541e4aefeff1f0a6808a91b6e5128e8f0
      https://github.com/dyninst/dyninst/commit/fb79a3d541e4aefeff1f0a6808a91b6e5128e8f0
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/public/InstructionCategories.h.rst

  Log Message:
  -----------
  Add instructionAPI/InstructionCategories.h


  Commit: 4d84a6d379c64d945e7905052cb935d12db47002
      https://github.com/dyninst/dyninst/commit/4d84a6d379c64d945e7905052cb935d12db47002
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/public/InstructionDecoder.h.rst
    M instructionAPI/h/InstructionDecoder.h

  Log Message:
  -----------
  Add instructionAPI/InstructionDecoder.h


  Commit: 60447719b9920b726cbc6329bad53ecae0897e5a
      https://github.com/dyninst/dyninst/commit/60447719b9920b726cbc6329bad53ecae0897e5a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/public/Operand.h.rst
    M instructionAPI/h/Operand.h

  Log Message:
  -----------
  Add instructionAPI/Operand.h


  Commit: a08c5edc8fc1644539436b0692d37cab9889b46b
      https://github.com/dyninst/dyninst/commit/a08c5edc8fc1644539436b0692d37cab9889b46b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 8fe0e4a454d726b02f3397b16ec8ade6f83b7ec1
      https://github.com/dyninst/dyninst/commit/8fe0e4a454d726b02f3397b16ec8ade6f83b7ec1
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 637c2d89fcb644af5f0b6182b3914ccd6608f4f3
      https://github.com/dyninst/dyninst/commit/637c2d89fcb644af5f0b6182b3914ccd6608f4f3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/public/API.rst
    R docs/instructionAPI/public/RegisterIDs.h.rst

  Log Message:
  -----------
  Remove instructionAPI/RegisterIDs.h


  Commit: 360e51b300d1aed5345e96a15ae8e204954ded87
      https://github.com/dyninst/dyninst/commit/360e51b300d1aed5345e96a15ae8e204954ded87
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/public/Result.h.rst
    M instructionAPI/h/Result.h

  Log Message:
  -----------
  Add instructionAPI/Result.h


  Commit: a8d2c50e61b564cb01a2312fefc3b3e88ea94fee
      https://github.com/dyninst/dyninst/commit/a8d2c50e61b564cb01a2312fefc3b3e88ea94fee
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/public/Ternary.h.rst
    M instructionAPI/h/Ternary.h

  Log Message:
  -----------
  Add instructionAPI/Ternary.h


  Commit: 4cb2ba3fec156aaa0e22b496f64f058e66078a16
      https://github.com/dyninst/dyninst/commit/4cb2ba3fec156aaa0e22b496f64f058e66078a16
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: ba95b7cbd52c3d87bad69235a35eb2c65abe9abb
      https://github.com/dyninst/dyninst/commit/ba95b7cbd52c3d87bad69235a35eb2c65abe9abb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/developer/debug.h.rst

  Log Message:
  -----------
  Add instructionAPI/debug.h


  Commit: 389dace78f92705b32893560160ae452fdcf4921
      https://github.com/dyninst/dyninst/commit/389dace78f92705b32893560160ae452fdcf4921
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 9f51def9d75cffe68e3ad01f782a65fb0c92a71d
      https://github.com/dyninst/dyninst/commit/9f51def9d75cffe68e3ad01f782a65fb0c92a71d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 7fb023b3314dc1bac0ee77c2bc51fe95990404f8
      https://github.com/dyninst/dyninst/commit/7fb023b3314dc1bac0ee77c2bc51fe95990404f8
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/developer/debug.h.rst

  Log Message:
  -----------
  Add instructionAPI/debug.h


  Commit: ee5feb2fe2361ee6afeecde7fc25f15605125025
      https://github.com/dyninst/dyninst/commit/ee5feb2fe2361ee6afeecde7fc25f15605125025
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/developer/InstructionDecoder-aarch64.h.rst

  Log Message:
  -----------
  Add instructionAPI/InstructionDecoder-aarch64.h


  Commit: 942a035354bbe96c6d129367a7249de59c4c8301
      https://github.com/dyninst/dyninst/commit/942a035354bbe96c6d129367a7249de59c4c8301
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/developer/InstructionDecoderImpl.h.rst
    M instructionAPI/src/InstructionDecoderImpl.h

  Log Message:
  -----------
  Add instructionAPI/InstructionDecoderImpl.h


  Commit: 4371e5f71e046e893d3581dafa9856e1bc7db15c
      https://github.com/dyninst/dyninst/commit/4371e5f71e046e893d3581dafa9856e1bc7db15c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/developer/InstructionDecoder-power.h.rst

  Log Message:
  -----------
  Add instructionAPI/InstructionDecoder-power.h


  Commit: abe2a9a2bad4b167deee4eb073e9e3c000d7e470
      https://github.com/dyninst/dyninst/commit/abe2a9a2bad4b167deee4eb073e9e3c000d7e470
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/developer/InstructionDecoder-x86.h.rst

  Log Message:
  -----------
  Add instructionAPI/InstructionDecoder-x86.h


  Commit: da2067772361f6ab36301e63db2bc840e46b154c
      https://github.com/dyninst/dyninst/commit/da2067772361f6ab36301e63db2bc840e46b154c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: e9c1877d5d7286bd81f2c2a3a97fb46fffb0a888
      https://github.com/dyninst/dyninst/commit/e9c1877d5d7286bd81f2c2a3a97fb46fffb0a888
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/index.rst
    M docs/instructionAPI/overview.rst

  Log Message:
  -----------
  Add instructionAPI/overview


  Commit: 4445a27fca398f15c82f08531c5e1dcd79f30079
      https://github.com/dyninst/dyninst/commit/4445a27fca398f15c82f08531c5e1dcd79f30079
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    R instructionAPI/doc/instructionAPI.pdf

  Log Message:
  -----------
  Remove instructionAPI/doc


  Commit: 8ca39533a5a2165d223fa687506796306294cc01
      https://github.com/dyninst/dyninst/commit/8ca39533a5a2165d223fa687506796306294cc01
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: ed8ff778934efdda0652ec6b00677dbb29934348
      https://github.com/dyninst/dyninst/commit/ed8ff778934efdda0652ec6b00677dbb29934348
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 03952d3318ab79491a93e251b7567cbb0c98ad9a
      https://github.com/dyninst/dyninst/commit/03952d3318ab79491a93e251b7567cbb0c98ad9a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 23d0918c13eac1f6d3cc13ce6f0535181a8bacb4
      https://github.com/dyninst/dyninst/commit/23d0918c13eac1f6d3cc13ce6f0535181a8bacb4
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: aebd0922cc82a2536409da6d176d2d9fc8860165
      https://github.com/dyninst/dyninst/commit/aebd0922cc82a2536409da6d176d2d9fc8860165
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/overview.rst

  Log Message:
  -----------
  instructionAPI/overview


  Commit: 1b17bc6776336684c9aea8763157cbc208db2251
      https://github.com/dyninst/dyninst/commit/1b17bc6776336684c9aea8763157cbc208db2251
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 16bcb25b674503b7ff1cba162edaddf75ae21dee
      https://github.com/dyninst/dyninst/commit/16bcb25b674503b7ff1cba162edaddf75ae21dee
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/public/GraphAdapter.h.rst

  Log Message:
  -----------
  Add parseAPI/GraphAdapter.h


  Commit: 29b3eed48f976c6bff9d946d7f29304536760152
      https://github.com/dyninst/dyninst/commit/29b3eed48f976c6bff9d946d7f29304536760152
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 48a755bf0ae30dd0adc80eb3fae1b5b49b482c41
      https://github.com/dyninst/dyninst/commit/48a755bf0ae30dd0adc80eb3fae1b5b49b482c41
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/overview.rst
    M docs/parseAPI/public/InstructionSource.h.rst

  Log Message:
  -----------
  Add parseAPI/InstructionSource.h


  Commit: e13bfd2c51a0f72acc50711bb76f1afa7e4a13f0
      https://github.com/dyninst/dyninst/commit/e13bfd2c51a0f72acc50711bb76f1afa7e4a13f0
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/public/Location.h.rst
    M parseAPI/h/Location.h

  Log Message:
  -----------
  Add parseAPI/Location.h


  Commit: 324544786a24b1189cc8da2bc8694fea8fef3215
      https://github.com/dyninst/dyninst/commit/324544786a24b1189cc8da2bc8694fea8fef3215
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 091b2b09d15bffc6c2fe92d6640d27b47df22064
      https://github.com/dyninst/dyninst/commit/091b2b09d15bffc6c2fe92d6640d27b47df22064
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/public/ParseCallback.h.rst
    M parseAPI/h/ParseCallback.h

  Log Message:
  -----------
  Add parseAPI/ParseCallback.h


  Commit: 8cfe173f5e67bf4deb0da06368bcf2aa0d20979c
      https://github.com/dyninst/dyninst/commit/8cfe173f5e67bf4deb0da06368bcf2aa0d20979c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 16c3bec09b3c3de1b3a01a28168ac7355c2e200a
      https://github.com/dyninst/dyninst/commit/16c3bec09b3c3de1b3a01a28168ac7355c2e200a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: cfc7b1481fe71b63560504dac575a6653b153e5b
      https://github.com/dyninst/dyninst/commit/cfc7b1481fe71b63560504dac575a6653b153e5b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 214b949ad200a0cbebaaaa5c9936dfe1c98994bf
      https://github.com/dyninst/dyninst/commit/214b949ad200a0cbebaaaa5c9936dfe1c98994bf
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/BoundFactCalculator.h.rst

  Log Message:
  -----------
  Add parseAPI/BoundFactCalculator.h


  Commit: 762221f4a533075dbeed47c5f7c69318e2b77e92
      https://github.com/dyninst/dyninst/commit/762221f4a533075dbeed47c5f7c69318e2b77e92
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/BoundFactData.h.rst
    M parseAPI/src/BoundFactData.h

  Log Message:
  -----------
  Add parseAPI/BoundFactData.h


  Commit: a95a8256edf79d1c0ca6c4acb0f8cc71f59f962a
      https://github.com/dyninst/dyninst/commit/a95a8256edf79d1c0ca6c4acb0f8cc71f59f962a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/debug_parse.h.rst

  Log Message:
  -----------
  Add parseAPI/debug_parse.h


  Commit: 42c33e460e7447ae03bf470253864509cb3ccdd7
      https://github.com/dyninst/dyninst/commit/42c33e460e7447ae03bf470253864509cb3ccdd7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/dominator.h.rst

  Log Message:
  -----------
  Add parseAPI/dominator.h


  Commit: 6502c1bb5e8d09cfbe53522265bd9630e0f6ee88
      https://github.com/dyninst/dyninst/commit/6502c1bb5e8d09cfbe53522265bd9630e0f6ee88
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/IA_aarch64.h.rst

  Log Message:
  -----------
  Add parseAPI/IA_aarch64.h


  Commit: 1484c0ccd579048743fa5385936597e2a9ce62c2
      https://github.com/dyninst/dyninst/commit/1484c0ccd579048743fa5385936597e2a9ce62c2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: f00676d139bc052c3fcc9d04f2076efc595ad538
      https://github.com/dyninst/dyninst/commit/f00676d139bc052c3fcc9d04f2076efc595ad538
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/IA_power.h.rst

  Log Message:
  -----------
  Add parseAPI/IA_power.h


  Commit: 42c42590941790befa8899faf7d80fe82b156d03
      https://github.com/dyninst/dyninst/commit/42c42590941790befa8899faf7d80fe82b156d03
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/IA_x86.h.rst

  Log Message:
  -----------
  Add parseAPI/IA_x86.h


  Commit: 447f8b493e6b888c5deb2d9618b0dd7999b5c912
      https://github.com/dyninst/dyninst/commit/447f8b493e6b888c5deb2d9618b0dd7999b5c912
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/IndirectAnalyzer.h.rst

  Log Message:
  -----------
  Add parseAPI/IndirectAnalyzer.h


  Commit: 9d7c28421fac0bbb3e5de1a9a83286a6ca6dc5fa
      https://github.com/dyninst/dyninst/commit/9d7c28421fac0bbb3e5de1a9a83286a6ca6dc5fa
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/IndirectASTVisitor.h.rst

  Log Message:
  -----------
  Add parseAPI/IndirectASTVisitor.h


  Commit: 11ced49285a359f8718b7b1385f26ef01b2ca62d
      https://github.com/dyninst/dyninst/commit/11ced49285a359f8718b7b1385f26ef01b2ca62d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/JumpTableFormatPred.h.rst
    M parseAPI/src/JumpTableFormatPred.h

  Log Message:
  -----------
  Add parseAPI/JumpTableFormatPred.h


  Commit: d172da9ec0a2cb4ff97c15f86faa555d6e02e636
      https://github.com/dyninst/dyninst/commit/d172da9ec0a2cb4ff97c15f86faa555d6e02e636
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 97f4fa375a382697f2fb5cf0427d1907b1d60ace
      https://github.com/dyninst/dyninst/commit/97f4fa375a382697f2fb5cf0427d1907b1d60ace
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/JumpTableIndexPred.h.rst

  Log Message:
  -----------
  Add parseAPI/JumpTableIndexPred.h


  Commit: e1c01a043c8710dff252a05a93079edf7312e078
      https://github.com/dyninst/dyninst/commit/e1c01a043c8710dff252a05a93079edf7312e078
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/LoopAnalyzer.h.rst
    M parseAPI/src/LoopAnalyzer.h

  Log Message:
  -----------
  Add parseAPI/LoopAnalyzer.h


  Commit: 0b294e4eb603d7266a6ad0a7b3e5d30af866c1b2
      https://github.com/dyninst/dyninst/commit/0b294e4eb603d7266a6ad0a7b3e5d30af866c1b2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/ParseCallback.h.rst

  Log Message:
  -----------
  Add parseAPI/ParseCallback.h


  Commit: 107a16f7d019d80fd62abe88d4443ddb6e576bfc
      https://github.com/dyninst/dyninst/commit/107a16f7d019d80fd62abe88d4443ddb6e576bfc
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/ParseData.h.rst
    M parseAPI/src/ParseData.h

  Log Message:
  -----------
  Add parseAPI/ParseData.h


  Commit: 360569dd0294b82c4e932a5ffa632ba3ab39d6d2
      https://github.com/dyninst/dyninst/commit/360569dd0294b82c4e932a5ffa632ba3ab39d6d2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/Parser.h.rst
    M parseAPI/src/Parser.h

  Log Message:
  -----------
  Add parseAPI/Parser.h


  Commit: 8491f241f7a052b1b77b9cbf0516bac05c69b898
      https://github.com/dyninst/dyninst/commit/8491f241f7a052b1b77b9cbf0516bac05c69b898
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/ParserDetails.h.rst
    M parseAPI/src/ParserDetails.h

  Log Message:
  -----------
  Add parseAPI/ParserDetails.h


  Commit: 4b424e2d62ddb8ce8ebc69a3a7d0ed15c5b0176e
      https://github.com/dyninst/dyninst/commit/4b424e2d62ddb8ce8ebc69a3a7d0ed15c5b0176e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/ProbabilisticParser.h.rst

  Log Message:
  -----------
  Add parseAPI/ProbabilisticParser.h


  Commit: cbece045b1c78325b87f6431034a47310947464a
      https://github.com/dyninst/dyninst/commit/cbece045b1c78325b87f6431034a47310947464a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/StackTamperVisitor.h.rst
    M parseAPI/src/StackTamperVisitor.h

  Log Message:
  -----------
  Add parseAPI/StackTamperVisitor.h


  Commit: 4fdd1c0b8b4bd8b2eff276d57a7ef37c1a9cf787
      https://github.com/dyninst/dyninst/commit/4fdd1c0b8b4bd8b2eff276d57a7ef37c1a9cf787
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/SymbolicExpression.h.rst
    M parseAPI/src/SymbolicExpression.h

  Log Message:
  -----------
  Add parseAPI/SymbolicExpression.h


  Commit: f064a1e37ea536027df52e1f91bd853a6758a60d
      https://github.com/dyninst/dyninst/commit/f064a1e37ea536027df52e1f91bd853a6758a60d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/ThunkData.h.rst

  Log Message:
  -----------
  Add parseAPI/ThunkData.h


  Commit: 1b350201178e80be2d0a75e894e906324076c7b9
      https://github.com/dyninst/dyninst/commit/1b350201178e80be2d0a75e894e906324076c7b9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/util.h.rst

  Log Message:
  -----------
  Add parseAPI/util.h


  Commit: 07b008b7075e263481cc9901ac45353b095c1ebb
      https://github.com/dyninst/dyninst/commit/07b008b7075e263481cc9901ac45353b095c1ebb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/overview.rst

  Log Message:
  -----------
  Add parseAPI/overview


  Commit: 4f4705ffd3a1970ee0ad10fe129f8de148fb5f85
      https://github.com/dyninst/dyninst/commit/4f4705ffd3a1970ee0ad10fe129f8de148fb5f85
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    R parseAPI/doc/parseAPI.pdf

  Log Message:
  -----------
  Remove old parseAPI pdf


  Commit: bb1e12d72d95bcecc438e9db58a35ff76c05734a
      https://github.com/dyninst/dyninst/commit/bb1e12d72d95bcecc438e9db58a35ff76c05734a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/public/InstructionSource.h.rst

  Log Message:
  -----------
  Fix parseAPI/InstructionSource.h


  Commit: 8cd848caec997c482c2aea18f81a2afc73713d65
      https://github.com/dyninst/dyninst/commit/8cd848caec997c482c2aea18f81a2afc73713d65
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/CodeSource.h.rst
    M docs/parseAPI/public/CodeSource.h.rst

  Log Message:
  -----------
  Fix parseAPI/CodeSource.h


  Commit: 4b4c8cff4748370861e00cec2f4c7f5783e3a6a3
      https://github.com/dyninst/dyninst/commit/4b4c8cff4748370861e00cec2f4c7f5783e3a6a3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 01235c2423b3a9d195521c380351de03661d69ba
      https://github.com/dyninst/dyninst/commit/01235c2423b3a9d195521c380351de03661d69ba
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/public/CodeSource.h.rst

  Log Message:
  -----------
  Fix parseAPI/CodeSource.h


  Commit: 23f886999e213a79db764c4a8b7c8caac00df011
      https://github.com/dyninst/dyninst/commit/23f886999e213a79db764c4a8b7c8caac00df011
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: f30eda686925c51d4a5488442d625dd8dc8abff9
      https://github.com/dyninst/dyninst/commit/f30eda686925c51d4a5488442d625dd8dc8abff9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/patchAPI/public/CFGMaker.h.rst
    M patchAPI/h/CFGMaker.h

  Log Message:
  -----------
  Add patchAPI/CFGMaker.h


  Commit: 8c83ab94be1b81a809aa2203cace150df78a8f69
      https://github.com/dyninst/dyninst/commit/8c83ab94be1b81a809aa2203cace150df78a8f69
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: a1b76b70dde9ac76e4cccb64216cb32fd48f4b79
      https://github.com/dyninst/dyninst/commit/a1b76b70dde9ac76e4cccb64216cb32fd48f4b79
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: c94476527621332b91621ad98dcf5f706fc4e634
      https://github.com/dyninst/dyninst/commit/c94476527621332b91621ad98dcf5f706fc4e634
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 05c0431f180c0357d8c859a77a3bfe7f21365b44
      https://github.com/dyninst/dyninst/commit/05c0431f180c0357d8c859a77a3bfe7f21365b44
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: e2d68af34ce665af9ad4cbc0ae9171e1d0e84fd1
      https://github.com/dyninst/dyninst/commit/e2d68af34ce665af9ad4cbc0ae9171e1d0e84fd1
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 2cf6dd7d6cbe6f8d678bf1d9d4cf2e661c25702a
      https://github.com/dyninst/dyninst/commit/2cf6dd7d6cbe6f8d678bf1d9d4cf2e661c25702a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: f695295f0a9abaaba9cb4d6189c2cc4c0d87fa89
      https://github.com/dyninst/dyninst/commit/f695295f0a9abaaba9cb4d6189c2cc4c0d87fa89
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/patchAPI/public/PatchModifier.h.rst
    M patchAPI/h/PatchModifier.h

  Log Message:
  -----------
  Add patchAPI/PatchModifier.h


  Commit: ad11c727df57d3f70fcedf4e9cab51ec26b6a1f6
      https://github.com/dyninst/dyninst/commit/ad11c727df57d3f70fcedf4e9cab51ec26b6a1f6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: df5f1144385c0d91e477a548d4337416bcc6d9a7
      https://github.com/dyninst/dyninst/commit/df5f1144385c0d91e477a548d4337416bcc6d9a7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 05a2306f08213a67c334a1e92e891e46918e4acd
      https://github.com/dyninst/dyninst/commit/05a2306f08213a67c334a1e92e891e46918e4acd
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/patchAPI/public/Snippet.h.rst
    M patchAPI/h/Snippet.h

  Log Message:
  -----------
  Add patchAPI/Snippet.h


  Commit: 0cde63688ec82a207addd74186dbdeeae19db4ec
      https://github.com/dyninst/dyninst/commit/0cde63688ec82a207addd74186dbdeeae19db4ec
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 8d17f73e38fd9786132ee2f64427a222cd5801ee
      https://github.com/dyninst/dyninst/commit/8d17f73e38fd9786132ee2f64427a222cd5801ee
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    R patchAPI/doc/patchAPI.pdf

  Log Message:
  -----------
  Remove old patchAPI pdf


  Commit: aa2d8394ca796d6cd80859c145773f772c2c294a
      https://github.com/dyninst/dyninst/commit/aa2d8394ca796d6cd80859c145773f772c2c294a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/patchAPI/overview.rst

  Log Message:
  -----------
  Add patchAPI/overview


  Commit: 5f2805904562c3057c087579f6659aeaaf50cf1a
      https://github.com/dyninst/dyninst/commit/5f2805904562c3057c087579f6659aeaaf50cf1a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/public/Decoder.h.rst

  Log Message:
  -----------
  Add proccontrol/Decoder.h


  Commit: c2587fcb64d66407f2ee1177e5c1e01af95fbf3b
      https://github.com/dyninst/dyninst/commit/c2587fcb64d66407f2ee1177e5c1e01af95fbf3b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/public/Handler.h.rst

  Log Message:
  -----------
  Add proccontrol/Handler.h


  Commit: 52ca5711a5f826573b9e29f79182b2a3d8d3b3ce
      https://github.com/dyninst/dyninst/commit/52ca5711a5f826573b9e29f79182b2a3d8d3b3ce
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 89492c322eb21f60ef8299697648d2cc8e621d36
      https://github.com/dyninst/dyninst/commit/89492c322eb21f60ef8299697648d2cc8e621d36
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 30c91ba48524e33aed2f42bddd448ebffecb6a0b
      https://github.com/dyninst/dyninst/commit/30c91ba48524e33aed2f42bddd448ebffecb6a0b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/public/PCErrors.h.rst

  Log Message:
  -----------
  Add proccontrol/PCErrors.h


  Commit: 08980b04a0bbeb770859c50261d5008589f72fc5
      https://github.com/dyninst/dyninst/commit/08980b04a0bbeb770859c50261d5008589f72fc5
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 7c0ff42a3730d06e9d86fa837bdefc4f8c60ced7
      https://github.com/dyninst/dyninst/commit/7c0ff42a3730d06e9d86fa837bdefc4f8c60ced7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 520c6f8152f194bebbb8ab4843bfb102b0c2b82c
      https://github.com/dyninst/dyninst/commit/520c6f8152f194bebbb8ab4843bfb102b0c2b82c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: ab8d27ebfef65b4ccfae1cfef6966c7d4be4235b
      https://github.com/dyninst/dyninst/commit/ab8d27ebfef65b4ccfae1cfef6966c7d4be4235b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: da7f862e741217909ab072943cf7fcfe28705e44
      https://github.com/dyninst/dyninst/commit/da7f862e741217909ab072943cf7fcfe28705e44
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 8b652c7bc3ca26624a12e60a09e72305b3dabac5
      https://github.com/dyninst/dyninst/commit/8b652c7bc3ca26624a12e60a09e72305b3dabac5
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 2976da0471970e893cb8a98bc2a29a5d5eff63e0
      https://github.com/dyninst/dyninst/commit/2976da0471970e893cb8a98bc2a29a5d5eff63e0
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/patchAPI/public/AddrSpace.h.rst

  Log Message:
  -----------
  Fix proccontrol/AddrSpace.h


  Commit: 900082130df00a4eb40e2936a318a6301870b7bb
      https://github.com/dyninst/dyninst/commit/900082130df00a4eb40e2936a318a6301870b7bb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/loadLibrary/injector.h.rst

  Log Message:
  -----------
  Add proccontrol/injector.h


  Commit: 4ed6cd2e94c328407ca03f69d6fb40a6b4c1e9d0
      https://github.com/dyninst/dyninst/commit/4ed6cd2e94c328407ca03f69d6fb40a6b4c1e9d0
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/arm_process.h.rst

  Log Message:
  -----------
  Add proccontrol/arm_process.h


  Commit: 689f565b6beb6e1e7098750092e6f16872efa8a3
      https://github.com/dyninst/dyninst/commit/689f565b6beb6e1e7098750092e6f16872efa8a3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/DecoderWindows.h.rst

  Log Message:
  -----------
  Add proccontrol/DecoderWindows.h


  Commit: a6c547dbdc825abf601df18781d2743969afbac8
      https://github.com/dyninst/dyninst/commit/a6c547dbdc825abf601df18781d2743969afbac8
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/freebsd.h.rst

  Log Message:
  -----------
  Add proccontrol/freebsd.h


  Commit: beea867744571dc31c681347273038aa93ea627c
      https://github.com/dyninst/dyninst/commit/beea867744571dc31c681347273038aa93ea627c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/GeneratorWindows.h.rst

  Log Message:
  -----------
  Add proccontrol/GeneratorWindows.h


  Commit: 4d7005c440f7399aed1e9aa27bc85e1f0718a51c
      https://github.com/dyninst/dyninst/commit/4d7005c440f7399aed1e9aa27bc85e1f0718a51c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/int_event.h.rst

  Log Message:
  -----------
  Add proccontrol/int_event.h


  Commit: cf4d24461e78842fef964678aa818aec48155c0f
      https://github.com/dyninst/dyninst/commit/cf4d24461e78842fef964678aa818aec48155c0f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/int_handler.h.rst

  Log Message:
  -----------
  Add proccontrol/int_handler.h


  Commit: 642aa5330bfd4490cfe8b8297c63c8397d3b1046
      https://github.com/dyninst/dyninst/commit/642aa5330bfd4490cfe8b8297c63c8397d3b1046
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 85a6f1e49d98982563776c37a131fe96c87732b6
      https://github.com/dyninst/dyninst/commit/85a6f1e49d98982563776c37a131fe96c87732b6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/int_thread_db.h.rst

  Log Message:
  -----------
  Add proccontrol/int_thread_db.h


  Commit: ac8671abee397d546a8cae466e6cb8d6c6e672f2
      https://github.com/dyninst/dyninst/commit/ac8671abee397d546a8cae466e6cb8d6c6e672f2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/irpc.h.rst
    M proccontrol/src/irpc.h

  Log Message:
  -----------
  Add proccontrol/irpc.h


  Commit: 4a59d9d65c9e83079efc9c5f920c072a115b9144
      https://github.com/dyninst/dyninst/commit/4a59d9d65c9e83079efc9c5f920c072a115b9144
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/linux.h.rst
    M proccontrol/src/linux.h

  Log Message:
  -----------
  Add proccontrol/linux.h


  Commit: 9111936981b62852daffcebde302688d0a6ecd2e
      https://github.com/dyninst/dyninst/commit/9111936981b62852daffcebde302688d0a6ecd2e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/memcache.h.rst
    M proccontrol/src/memcache.h

  Log Message:
  -----------
  Add proccontrol/memcache.h


  Commit: f194842042e71748bfecece80f6c7af0eeadebb5
      https://github.com/dyninst/dyninst/commit/f194842042e71748bfecece80f6c7af0eeadebb5
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/mmapalloc.h.rst
    M proccontrol/src/mmapalloc.h

  Log Message:
  -----------
  Add proccontrol/mmapalloc.h


  Commit: 4b7f7d4f75594a0300bd6b4115c2d9b43fc95476
      https://github.com/dyninst/dyninst/commit/4b7f7d4f75594a0300bd6b4115c2d9b43fc95476
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 7bf5a90f6b71c1c549ad169098389fb8ed86ed41
      https://github.com/dyninst/dyninst/commit/7bf5a90f6b71c1c549ad169098389fb8ed86ed41
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/ppc_process.h.rst

  Log Message:
  -----------
  Add proccontrol/ppc_process.h


  Commit: 58bf3cc5c3661bcac200d9e6f0d7b7212f1c63ab
      https://github.com/dyninst/dyninst/commit/58bf3cc5c3661bcac200d9e6f0d7b7212f1c63ab
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: 985c1a8f109161e318015f99b843835829506491
      https://github.com/dyninst/dyninst/commit/985c1a8f109161e318015f99b843835829506491
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/processplat.h.rst

  Log Message:
  -----------
  Add proccontrol/processplat.h


  Commit: 2857d2b9157643860679f5b0ad651833312f39d5
      https://github.com/dyninst/dyninst/commit/2857d2b9157643860679f5b0ad651833312f39d5
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/procpool.h.rst
    M proccontrol/src/procpool.h

  Log Message:
  -----------
  Add proccontrol/procpool.h


  Commit: 791a0fc7a7e228c3ab86f5147912968ae6010498
      https://github.com/dyninst/dyninst/commit/791a0fc7a7e228c3ab86f5147912968ae6010498
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/resp.h.rst

  Log Message:
  -----------
  Add proccontrol/resp.h


  Commit: 599b05bb0eccda06f82c639a9478e7ca86d54505
      https://github.com/dyninst/dyninst/commit/599b05bb0eccda06f82c639a9478e7ca86d54505
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/response.h.rst

  Log Message:
  -----------
  Add proccontrol/response.h


  Commit: ba293a62720bb5a173e58980aae2ae3bb1d19c8b
      https://github.com/dyninst/dyninst/commit/ba293a62720bb5a173e58980aae2ae3bb1d19c8b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/snippets.h.rst
    M proccontrol/src/snippets.h

  Log Message:
  -----------
  Add proccontrol/snippets.h


  Commit: 1ea977e5e01b179bd2a43d6ba9708c449430d9f9
      https://github.com/dyninst/dyninst/commit/1ea977e5e01b179bd2a43d6ba9708c449430d9f9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/sysv.h.rst

  Log Message:
  -----------
  Add proccontrol/sysv.h


  Commit: 6466734c23b77f80a88b754689ebefc36568d0c7
      https://github.com/dyninst/dyninst/commit/6466734c23b77f80a88b754689ebefc36568d0c7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/unix.h.rst
    M proccontrol/src/unix.h

  Log Message:
  -----------
  Add proccontrol/unix.h


  Commit: 6457ced2923469010002a298c5a3f704b38cbc31
      https://github.com/dyninst/dyninst/commit/6457ced2923469010002a298c5a3f704b38cbc31
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/windows_handler.h.rst

  Log Message:
  -----------
  Add proccontrol/windows_handler.h


  Commit: 1e389d850c4249432ca08babb225b1ec98ca7f27
      https://github.com/dyninst/dyninst/commit/1e389d850c4249432ca08babb225b1ec98ca7f27
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 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: e1f2eab19d63060d0967eb245ae2a7ea9946a03e
      https://github.com/dyninst/dyninst/commit/e1f2eab19d63060d0967eb245ae2a7ea9946a03e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/windows_thread.h.rst

  Log Message:
  -----------
  Add proccontrol/windows_thread.h


  Commit: 5a694aeedfcf11df3d2998a68b388623ed41e548
      https://github.com/dyninst/dyninst/commit/5a694aeedfcf11df3d2998a68b388623ed41e548
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/x86_process.h.rst

  Log Message:
  -----------
  Add proccontrol/x86_process.h


  Commit: a1e4a4b209a917fcdfbb2c45c24f1f8ddae80e3a
      https://github.com/dyninst/dyninst/commit/a1e4a4b209a917fcdfbb2c45c24f1f8ddae80e3a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/overview.rst

  Log Message:
  -----------
  Add proccontrol/overview


  Commit: 84423275d0c0fa47ec542fabc94155cf820cf521
      https://github.com/dyninst/dyninst/commit/84423275d0c0fa47ec542fabc94155cf820cf521
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    R proccontrol/doc/proccontrol.docx
    R proccontrol/doc/proccontrol.pdf

  Log Message:
  -----------
  Remove old proccontrol docs


  Commit: 2971f895aee8f6d57bc5187399969a6a893ebfb7
      https://github.com/dyninst/dyninst/commit/2971f895aee8f6d57bc5187399969a6a893ebfb7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/public/Operand.h.rst

  Log Message:
  -----------
  Mark Operand::Operand noexcept


  Commit: 0b74fed584adb2386f8a1d7a07d3b86457c38fac
      https://github.com/dyninst/dyninst/commit/0b74fed584adb2386f8a1d7a07d3b86457c38fac
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/overview.rst

  Log Message:
  -----------
  Enable code examples in parseAPI/overview


  Commit: f12e70d1b35c85444443b102958376694b6e5b7f
      https://github.com/dyninst/dyninst/commit/f12e70d1b35c85444443b102958376694b6e5b7f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/Aggregate.h.rst
    M docs/symtabAPI/public/Aggregate.h.rst
    M symtabAPI/h/Aggregate.h

  Log Message:
  -----------
  Add symtab/Aggregate.h


  Commit: af7a84fc0ce9b341838894846625866c15094280
      https://github.com/dyninst/dyninst/commit/af7a84fc0ce9b341838894846625866c15094280
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/AddrLookup.h.rst
    M docs/symtabAPI/public/API.rst
    R docs/symtabAPI/public/AddrLookup.h.rst

  Log Message:
  -----------
  Add symtab/AddrLookup.h


  Commit: e194edba3a8525d9413bc832f03c037fca9647c8
      https://github.com/dyninst/dyninst/commit/e194edba3a8525d9413bc832f03c037fca9647c8
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/Archive.h.rst
    M docs/symtabAPI/public/API.rst
    R docs/symtabAPI/public/Archive.h.rst
    M symtabAPI/h/Archive.h

  Log Message:
  -----------
  Add symtab/Archive.h


  Commit: 18fc87eba0ab59d2dfd4bd5e6677bd5d411a5af7
      https://github.com/dyninst/dyninst/commit/18fc87eba0ab59d2dfd4bd5e6677bd5d411a5af7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/Collections.h.rst
    M docs/symtabAPI/public/API.rst
    R docs/symtabAPI/public/Collections.h.rst
    M symtabAPI/h/Collections.h

  Log Message:
  -----------
  Add symtab/Collections.h


  Commit: d7b79d92d7a12965c5dea6e11c4d9cdd7394416b
      https://github.com/dyninst/dyninst/commit/d7b79d92d7a12965c5dea6e11c4d9cdd7394416b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/public/ExceptionBlock.h.rst
    M docs/symtabAPI/public/Symtab.h.rst
    M symtabAPI/h/ExceptionBlock.h

  Log Message:
  -----------
  Add symtab/ExceptionBlock.h


  Commit: 4dc42cafc158cbea2f40dc49b69bc05bc4f81e6a
      https://github.com/dyninst/dyninst/commit/4dc42cafc158cbea2f40dc49b69bc05bc4f81e6a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/Function.h.rst
    M docs/symtabAPI/public/Function.h.rst
    M symtabAPI/h/Function.h

  Log Message:
  -----------
  Add symtab/Function.h


  Commit: 8d31d96fcb5c4be8ba417af026d67949864086e3
      https://github.com/dyninst/dyninst/commit/8d31d96fcb5c4be8ba417af026d67949864086e3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/LineInformation.h.rst
    M docs/symtabAPI/public/LineInformation.h.rst

  Log Message:
  -----------
  Add symtab/LineInformation.h


  Commit: 1ece254b8fcecedb03b511ca9a7b83993113f2c6
      https://github.com/dyninst/dyninst/commit/1ece254b8fcecedb03b511ca9a7b83993113f2c6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/Module.h.rst
    M docs/symtabAPI/developer/notes.rst
    M docs/symtabAPI/public/Module.h.rst
    M docs/symtabAPI/public/Statement.h.rst
    M docs/symtabAPI/public/symutil.h.rst
    M symtabAPI/h/Module.h

  Log Message:
  -----------
  Add symtab/Module.h


  Commit: c8fc59d91084e5c2e7f325286cebfda7acd8165d
      https://github.com/dyninst/dyninst/commit/c8fc59d91084e5c2e7f325286cebfda7acd8165d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/public/RangeLookup.h.rst

  Log Message:
  -----------
  Add symtab/RangeLookup.h


  Commit: 56abe1a2eb6b18a9ceb15002c7cbb888e1c3394b
      https://github.com/dyninst/dyninst/commit/56abe1a2eb6b18a9ceb15002c7cbb888e1c3394b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/Region.h.rst
    M docs/symtabAPI/public/Region.h.rst

  Log Message:
  -----------
  Add symtab/Region.h


  Commit: 8ab762ad9cef35a60642ec235b1bc99eccf9b2f8
      https://github.com/dyninst/dyninst/commit/8ab762ad9cef35a60642ec235b1bc99eccf9b2f8
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/relocationEntry.h.rst
    M docs/symtabAPI/public/API.rst
    R docs/symtabAPI/public/relocationEntry.h.rst
    M symtabAPI/h/relocationEntry.h

  Log Message:
  -----------
  Add symtab/relocationEntry.h


  Commit: d883fab69b00cc114d94a186e8891046fe7a9917
      https://github.com/dyninst/dyninst/commit/d883fab69b00cc114d94a186e8891046fe7a9917
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/Statement.h.rst
    M docs/symtabAPI/public/Statement.h.rst
    M symtabAPI/h/Statement.h

  Log Message:
  -----------
  Add symtab/Statement.h


  Commit: 7a7eee73e585e0e5417d7c44a553c7b560713d11
      https://github.com/dyninst/dyninst/commit/7a7eee73e585e0e5417d7c44a553c7b560713d11
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/StringTable.h.rst
    M docs/symtabAPI/public/API.rst
    R docs/symtabAPI/public/StringTable.h.rst
    M symtabAPI/h/StringTable.h

  Log Message:
  -----------
  Add symtab/StringTable.h


  Commit: 4758b8954a9e9ad74fa3daa94c1c78c5144445d9
      https://github.com/dyninst/dyninst/commit/4758b8954a9e9ad74fa3daa94c1c78c5144445d9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/Symbol.h.rst
    M docs/symtabAPI/public/Symbol.h.rst
    M symtabAPI/h/Symbol.h

  Log Message:
  -----------
  Add symtab/Symbol.h


  Commit: 9ce9e00811b1ecd1ebf7c0b994ea7306df445c41
      https://github.com/dyninst/dyninst/commit/9ce9e00811b1ecd1ebf7c0b994ea7306df445c41
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/SymtabReader.h.rst
    M docs/symtabAPI/public/SymtabReader.h.rst
    M symtabAPI/h/SymtabReader.h

  Log Message:
  -----------
  Add symtab/SymtabReader.h


  Commit: e24cdb7d5536624b87b0fb0f73e52278709629be
      https://github.com/dyninst/dyninst/commit/e24cdb7d5536624b87b0fb0f73e52278709629be
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/public/symutil.h.rst
    M symtabAPI/h/symutil.h

  Log Message:
  -----------
  Add symtab/symutil.h


  Commit: 77ff6ec4eb3070ff1a031f657c765f47bc0892ec
      https://github.com/dyninst/dyninst/commit/77ff6ec4eb3070ff1a031f657c765f47bc0892ec
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/Variable.h.rst
    M docs/symtabAPI/public/Variable.h.rst
    M symtabAPI/h/Variable.h

  Log Message:
  -----------
  Add symtabAPI/Variable.h


  Commit: 3ebdbfd711dbbd969946c6eeeb7d5021436dcdf3
      https://github.com/dyninst/dyninst/commit/3ebdbfd711dbbd969946c6eeeb7d5021436dcdf3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/annotations.h.rst

  Log Message:
  -----------
  Add symtab/annotations.h


  Commit: 6ac53e4098d9d3b50e9ac0f0a1d5174608e6df5d
      https://github.com/dyninst/dyninst/commit/6ac53e4098d9d3b50e9ac0f0a1d5174608e6df5d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/debug.h.rst

  Log Message:
  -----------
  Add symtab/debug.h


  Commit: 5f8cffe1ace7f487ac2ec8be78212b7e12c1f621
      https://github.com/dyninst/dyninst/commit/5f8cffe1ace7f487ac2ec8be78212b7e12c1f621
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/dwarfWalker.h.rst
    M symtabAPI/src/dwarfWalker.h

  Log Message:
  -----------
  Add symtab/dwarfWalker.h


  Commit: eee8d398e5ba28139bb6f35b86d25a196e2f5e74
      https://github.com/dyninst/dyninst/commit/eee8d398e5ba28139bb6f35b86d25a196e2f5e74
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/emitElf.h.rst
    M symtabAPI/src/emitElf.h

  Log Message:
  -----------
  Add symtab/emitElf.h


  Commit: fcb358dd022b22e139eb37ef80fc23451bdefed6
      https://github.com/dyninst/dyninst/commit/fcb358dd022b22e139eb37ef80fc23451bdefed6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/emitElfStatic.h.rst
    M symtabAPI/src/emitElfStatic.h

  Log Message:
  -----------
  Add symtab/emitElfStatic.h


  Commit: fe71f0fda23b7eb2ec4c31f68987eaed737a364b
      https://github.com/dyninst/dyninst/commit/fe71f0fda23b7eb2ec4c31f68987eaed737a364b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/emitWin.h.rst
    M symtabAPI/src/emitWin.h

  Log Message:
  -----------
  Add symtab/emitWin.h


  Commit: 107609cb43c16e3694069dc5c82fc3d92b7876dd
      https://github.com/dyninst/dyninst/commit/107609cb43c16e3694069dc5c82fc3d92b7876dd
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/indexed_modules.h.rst
    M symtabAPI/src/indexed_modules.h

  Log Message:
  -----------
  Add symtab/indexed_modules.h


  Commit: f0cbdcf5609e49c233920549de46c86a0f68a3b2
      https://github.com/dyninst/dyninst/commit/f0cbdcf5609e49c233920549de46c86a0f68a3b2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/LinkMap.h.rst
    M symtabAPI/src/LinkMap.h

  Log Message:
  -----------
  Add symtab/LinkMap.h


  Commit: 11de571399347ac077ccb745556cef9ad0b8efe6
      https://github.com/dyninst/dyninst/commit/11de571399347ac077ccb745556cef9ad0b8efe6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/Type-mem.h.rst
    M symtabAPI/src/Type-mem.h

  Log Message:
  -----------
  Add symtab/Type-mem.h


  Commit: e26a21c2b8c502163d24d0b42b562b8ec12e5324
      https://github.com/dyninst/dyninst/commit/e26a21c2b8c502163d24d0b42b562b8ec12e5324
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/Symtab.h.rst
    R docs/symtabAPI/developer/notes.rst
    M docs/symtabAPI/developer/relocationEntry.h.rst
    M docs/symtabAPI/overview.rst
    M docs/symtabAPI/public/ExceptionBlock.h.rst
    M docs/symtabAPI/public/Symtab.h.rst
    M symtabAPI/h/Symtab.h

  Log Message:
  -----------
  Add symtab/Symtab.h


  Commit: adc9cef42dbc9145e73ad22b7da509454bded34f
      https://github.com/dyninst/dyninst/commit/adc9cef42dbc9145e73ad22b7da509454bded34f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/Type.h.rst
    M docs/symtabAPI/public/Type.h.rst
    M symtabAPI/h/Type.h
    M symtabAPI/src/Type.C

  Log Message:
  -----------
  Add symtab/Type.h


  Commit: ed17b3d8f664b605a5366ae8faeca728e0a87b8e
      https://github.com/dyninst/dyninst/commit/ed17b3d8f664b605a5366ae8faeca728e0a87b8e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/Object.h.rst
    M symtabAPI/src/Object.h

  Log Message:
  -----------
  Add symtab/Object.h


  Commit: 99d8c76776c02320b115f27572dae2e54dbdca84
      https://github.com/dyninst/dyninst/commit/99d8c76776c02320b115f27572dae2e54dbdca84
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/Object-elf.h.rst
    M symtabAPI/src/Object-elf.h

  Log Message:
  -----------
  Add symtab/Object-elf.h


  Commit: 5556d88705cbb8b44a21bee6fbafe9a526ce6020
      https://github.com/dyninst/dyninst/commit/5556d88705cbb8b44a21bee6fbafe9a526ce6020
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/Object-nt.h.rst
    M symtabAPI/src/Object-nt.h

  Log Message:
  -----------
  Add symtab/Object-nt.h


  Commit: d48013b0fcb421805e3eabddb0257913d87ddf6e
      https://github.com/dyninst/dyninst/commit/d48013b0fcb421805e3eabddb0257913d87ddf6e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/conf.py

  Log Message:
  -----------
  Update Dyninst version in conf


  Commit: 7932b948fc87153c7c9a13d93c79bcdcb7f7f1eb
      https://github.com/dyninst/dyninst/commit/7932b948fc87153c7c9a13d93c79bcdcb7f7f1eb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/conf.py

  Log Message:
  -----------
  Update copyright in conf


  Commit: 641b98bea74da860353aba4f1097c05c4c2f5480
      https://github.com/dyninst/dyninst/commit/641b98bea74da860353aba4f1097c05c4c2f5480
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    M docs/symtabAPI/overview.rst

  Log Message:
  -----------
  Add symtab/overview


  Commit: f36ec21d7d3be12f49da04bc5c323c51f983801b
      https://github.com/dyninst/dyninst/commit/f36ec21d7d3be12f49da04bc5c323c51f983801b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/public/basetypes.h.rst

  Log Message:
  -----------
  Add stackwalk/basetypes.h


  Commit: c6d2334745e034c1af8d9afc54b121da4ff51307
      https://github.com/dyninst/dyninst/commit/c6d2334745e034c1af8d9afc54b121da4ff51307
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/overview.rst
    M docs/stackwalk/public/API.rst

  Log Message:
  -----------
  Clean up stackwalk naming


  Commit: 0937a1a368610283da0baa251937e4a37709c10a
      https://github.com/dyninst/dyninst/commit/0937a1a368610283da0baa251937e4a37709c10a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/API.rst
    A docs/stackwalk/developer/frame.h.rst
    M docs/stackwalk/overview.rst
    M docs/stackwalk/public/frame.h.rst
    M stackwalk/h/frame.h

  Log Message:
  -----------
  Add stackwalk/frame.h


  Commit: 2a802863feb7384c3c6bb597806c5a2b39c3577c
      https://github.com/dyninst/dyninst/commit/2a802863feb7384c3c6bb597806c5a2b39c3577c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/dyntypes.h.rst
    M docs/common/developer/registers/MachRegister.h.rst
    M docs/stackwalk/overview.rst
    M docs/stackwalk/public/frame.h.rst
    M docs/stackwalk/public/framestepper.h.rst
    M docs/stackwalk/public/local_var.h.rst
    M docs/stackwalk/public/procstate.h.rst
    M docs/stackwalk/public/steppergroup.h.rst
    M docs/stackwalk/public/symlookup.h.rst
    M docs/stackwalk/public/walker.h.rst

  Log Message:
  -----------
  Split up classes from stackwalk/overview


  Commit: 28a87f34937b77c764f16c8052d471c90772882d
      https://github.com/dyninst/dyninst/commit/28a87f34937b77c764f16c8052d471c90772882d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/frame.h.rst
    M docs/stackwalk/public/frame.h.rst

  Log Message:
  -----------
  Add stackwalk/frame.h


  Commit: e19896e1b85a10d651f12d0b1a44f1111595f299
      https://github.com/dyninst/dyninst/commit/e19896e1b85a10d651f12d0b1a44f1111595f299
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/API.rst
    A docs/stackwalk/developer/framestepper.h.rst
    M docs/stackwalk/overview.rst
    M docs/stackwalk/public/framestepper.h.rst
    M docs/stackwalk/public/procstate.h.rst

  Log Message:
  -----------
  Add stackwalker/framestepper.h


  Commit: 7506b0d6345b13b31c81c772327f36be639751c5
      https://github.com/dyninst/dyninst/commit/7506b0d6345b13b31c81c772327f36be639751c5
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/public/local_var.h.rst
    M stackwalk/h/local_var.h

  Log Message:
  -----------
  Add stackwalker/local_var.h


  Commit: 62154af13b94206218a69d43a68595e14e9f6ea7
      https://github.com/dyninst/dyninst/commit/62154af13b94206218a69d43a68595e14e9f6ea7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/API.rst
    A docs/stackwalk/developer/procstate.h.rst
    M docs/stackwalk/overview.rst
    M docs/stackwalk/public/procstate.h.rst
    M stackwalk/h/procstate.h

  Log Message:
  -----------
  Add stackwalk/procstate.h


  Commit: ca44e2ba24f770601cb4b28a153416830070de57
      https://github.com/dyninst/dyninst/commit/ca44e2ba24f770601cb4b28a153416830070de57
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/public/steppergroup.h.rst

  Log Message:
  -----------
  Add stackwalk/steppergroup.h


  Commit: e888c5219a7d84e0ad231a8a31fe9712b11d2757
      https://github.com/dyninst/dyninst/commit/e888c5219a7d84e0ad231a8a31fe9712b11d2757
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/API.rst
    A docs/stackwalk/developer/swk_errors.h.rst
    M docs/stackwalk/public/swk_errors.h.rst

  Log Message:
  -----------
  Add stackwalk/swk_errors.h


  Commit: 2435df2be3d59d293905b804889a218311b987ca
      https://github.com/dyninst/dyninst/commit/2435df2be3d59d293905b804889a218311b987ca
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/public/symlookup.h.rst

  Log Message:
  -----------
  Add stackwalk/symlookup.h


  Commit: 0d8a57f7b463384619b095d6cba8f7f4a3580cc7
      https://github.com/dyninst/dyninst/commit/0d8a57f7b463384619b095d6cba8f7f4a3580cc7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/API.rst
    A docs/stackwalk/developer/walker.h.rst
    M docs/stackwalk/public/walker.h.rst
    M stackwalk/h/walker.h

  Log Message:
  -----------
  Add stackwalk/walker.h


  Commit: a6f756863a008136d8d2ebf0595322e8acb2ca2a
      https://github.com/dyninst/dyninst/commit/a6f756863a008136d8d2ebf0595322e8acb2ca2a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/aarch64-swk.h.rst
    M stackwalk/src/aarch64-swk.h

  Log Message:
  -----------
  Add stackwalk/aarch64-swk.h.h


  Commit: 6a5956deb1407c9ec6add47aaf818c4cfd330a7e
      https://github.com/dyninst/dyninst/commit/6a5956deb1407c9ec6add47aaf818c4cfd330a7e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/addrRange.h.rst
    M stackwalk/src/addrRange.h

  Log Message:
  -----------
  Add stackwalk/addrRange.h


  Commit: 7a7660d22a7ea5a6c14430c9037699157e504915
      https://github.com/dyninst/dyninst/commit/7a7660d22a7ea5a6c14430c9037699157e504915
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/analysis_stepper.h.rst

  Log Message:
  -----------
  Add stackwalk/analysis_stepper.h


  Commit: f713f3cee1b2703070427776bd98e9e5849c5b6e
      https://github.com/dyninst/dyninst/commit/f713f3cee1b2703070427776bd98e9e5849c5b6e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/dbgstepper-impl.h.rst
    M stackwalk/src/dbgstepper-impl.h

  Log Message:
  -----------
  Add stackwalk/dbgstepper-impl.h


  Commit: 0cf54838d7e8de63564956d1da927c04781e291d
      https://github.com/dyninst/dyninst/commit/0cf54838d7e8de63564956d1da927c04781e291d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/API.rst
    R docs/stackwalk/developer/framestepper_pimple.h.rst

  Log Message:
  -----------
  Remove stackwalk/framestepper_pimple.h


  Commit: a1c886f3ee0ac03977b28bf9b592d78498e68c60
      https://github.com/dyninst/dyninst/commit/a1c886f3ee0ac03977b28bf9b592d78498e68c60
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/freebsd-swk.h.rst
    M stackwalk/src/freebsd-swk.h

  Log Message:
  -----------
  Add stackwalk/freebsd-swk.h


  Commit: 5a3ca089548d7e6b7afde8d1d53009daafad94e9
      https://github.com/dyninst/dyninst/commit/5a3ca089548d7e6b7afde8d1d53009daafad94e9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/get_trap_instruction.h.rst

  Log Message:
  -----------
  Add stackwalk/get_trap_instruction.h


  Commit: f3bfe6ddd0b3c978808511fbd3c5ffebb9bc7778
      https://github.com/dyninst/dyninst/commit/f3bfe6ddd0b3c978808511fbd3c5ffebb9bc7778
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/libstate.h.rst

  Log Message:
  -----------
  Add stackwalk/libstate.h


  Commit: 6d09b98fa8eed860494c719be48e4a3df26c8fd9
      https://github.com/dyninst/dyninst/commit/6d09b98fa8eed860494c719be48e4a3df26c8fd9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/linuxbsd-swk.h.rst

  Log Message:
  -----------
  Add stackwalk/linuxbsd-swk.h


  Commit: 73daeb7852f5d7b35a2b802cf4f9d61e5be72cc3
      https://github.com/dyninst/dyninst/commit/73daeb7852f5d7b35a2b802cf4f9d61e5be72cc3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/linux-swk.h.rst

  Log Message:
  -----------
  Add stackwalk/linux-swk.h


  Commit: 4b589ace891e8aa254c6a3b4e047f548a59cad72
      https://github.com/dyninst/dyninst/commit/4b589ace891e8aa254c6a3b4e047f548a59cad72
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/symtab-swk.h.rst
    M docs/stackwalk/developer/x86-swk.h.rst
    M stackwalk/src/x86-swk.h

  Log Message:
  -----------
  Add stackwalk/x86-swk.h


  Commit: be230d444e85d9bfb16a43d5cf3cae57339503c5
      https://github.com/dyninst/dyninst/commit/be230d444e85d9bfb16a43d5cf3cae57339503c5
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/stackwalk/developer/sw.h.rst
    M stackwalk/src/sw.h

  Log Message:
  -----------
  Add stackwalk/sw.h


  Commit: 004eb78bef932405857bbaee8487ffa17aaef41a
      https://github.com/dyninst/dyninst/commit/004eb78bef932405857bbaee8487ffa17aaef41a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/stackwalk/fig/stackwalker-frame-layout-ARMv8.png
    A docs/stackwalk/fig/stackwalker-frame-layout-x86.png
    M docs/stackwalk/overview.rst
    R docs/stackwalk/public/fig/stackwalker-frame-layout-ARMv8.png
    R docs/stackwalk/public/fig/stackwalker-frame-layout-x86.png

  Log Message:
  -----------
  Add stackwalker/overview


  Commit: 7cc286e0ae7b47d4acaec2a95b31c2ecf9240ae6
      https://github.com/dyninst/dyninst/commit/7cc286e0ae7b47d4acaec2a95b31c2ecf9240ae6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    R stackwalk/doc/stackwalk.pdf

  Log Message:
  -----------
  Remove old stackwalker docs


  Commit: 3493345493fde91da3fb27f4c9461a5a7d5ad6c6
      https://github.com/dyninst/dyninst/commit/3493345493fde91da3fb27f4c9461a5a7d5ad6c6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/overview.rst

  Log Message:
  -----------
  dyninstAPI/overview


  Commit: 84c345d77949f927eaaa2b3616a54c1b6e0ea5a8
      https://github.com/dyninst/dyninst/commit/84c345d77949f927eaaa2b3616a54c1b6e0ea5a8
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_addressSpace.h.rst
    M docs/dyninstAPI/public/BPatch_addressSpace.h.rst
    M dyninstAPI/h/BPatch_addressSpace.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_addressSpace.h


  Commit: 5ddcefdcbe28359c160676e6a579885064947006
      https://github.com/dyninst/dyninst/commit/5ddcefdcbe28359c160676e6a579885064947006
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_basicBlock.h.rst
    M docs/dyninstAPI/public/BPatch_basicBlock.h.rst
    M dyninstAPI/h/BPatch_basicBlock.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_basicBlock.h


  Commit: 9989978162aa447d7701e10a5989cf5a25d87c82
      https://github.com/dyninst/dyninst/commit/9989978162aa447d7701e10a5989cf5a25d87c82
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch.h


  Commit: 4afd137a7a6c9ee5d34d91696edad95b2b391300
      https://github.com/dyninst/dyninst/commit/4afd137a7a6c9ee5d34d91696edad95b2b391300
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_Set.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_Set.h


  Commit: 9bc8d9591bfef505804936c9570b0cfc484ca65d
      https://github.com/dyninst/dyninst/commit/9bc8d9591bfef505804936c9570b0cfc484ca65d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_basicBlockLoop.h.rst
    A docs/dyninstAPI/fig/loop-types.png
    M docs/dyninstAPI/public/BPatch_basicBlockLoop.h.rst
    M dyninstAPI/h/BPatch_basicBlockLoop.h
    M dyninstAPI/src/BPatch_basicBlockLoop.C

  Log Message:
  -----------
  Add dyninstAPI/BPatch_basicBlockLoop.h


  Commit: 4c5f9d529eb12394fd290a6b3ff4cb583c746243
      https://github.com/dyninst/dyninst/commit/4c5f9d529eb12394fd290a6b3ff4cb583c746243
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_binaryEdit.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_binaryEdit.h


  Commit: 24ea0353286b41a6f2ef4c603ac9f0dc566408bb
      https://github.com/dyninst/dyninst/commit/24ea0353286b41a6f2ef4c603ac9f0dc566408bb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_callbacks.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_callbacks.h


  Commit: 303d00e8a5b30f9eef060a914d064bce58dfccdc
      https://github.com/dyninst/dyninst/commit/303d00e8a5b30f9eef060a914d064bce58dfccdc
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_edge.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_edge.h


  Commit: 543fb154135b8ba1c9a0df092781913a9b1dfd1f
      https://github.com/dyninst/dyninst/commit/543fb154135b8ba1c9a0df092781913a9b1dfd1f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_enums.h.rst
    M dyninstAPI/h/BPatch_enums.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_enums.h


  Commit: 3baa5292e7aba5f88ff816bd2dfc61a2bb4e958e
      https://github.com/dyninst/dyninst/commit/3baa5292e7aba5f88ff816bd2dfc61a2bb4e958e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_flowGraph.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_flowGraph.h


  Commit: 8f6bbef90894bc58d0353e489d80d62742e041f9
      https://github.com/dyninst/dyninst/commit/8f6bbef90894bc58d0353e489d80d62742e041f9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_frame.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_frame.h


  Commit: da7be3529b894828e9846e62b35c8a6c25042133
      https://github.com/dyninst/dyninst/commit/da7be3529b894828e9846e62b35c8a6c25042133
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_function.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_function.h


  Commit: 33301180b30853446e7b703d7754da703c69dcd9
      https://github.com/dyninst/dyninst/commit/33301180b30853446e7b703d7754da703c69dcd9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_image.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_image.h


  Commit: 23527f8621fc642b1adacbfadab29db6371f740e
      https://github.com/dyninst/dyninst/commit/23527f8621fc642b1adacbfadab29db6371f740e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_instruction.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_instruction.h


  Commit: 64609cdfda3c1ea55fadde7978060fe56601df3f
      https://github.com/dyninst/dyninst/commit/64609cdfda3c1ea55fadde7978060fe56601df3f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_loopTreeNode.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_loopTreeNode.h


  Commit: 4c0a6e002eb1da45d2fc92dafeede78ad842ee65
      https://github.com/dyninst/dyninst/commit/4c0a6e002eb1da45d2fc92dafeede78ad842ee65
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_memoryAccess_NP.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_memoryAccess_NP.h


  Commit: 25502a13f3987c49e369b9efb5e7243a7be076e8
      https://github.com/dyninst/dyninst/commit/25502a13f3987c49e369b9efb5e7243a7be076e8
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_module.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_module.h


  Commit: b39d396830f9dcc6c1998c9e1ea65c5da23d070a
      https://github.com/dyninst/dyninst/commit/b39d396830f9dcc6c1998c9e1ea65c5da23d070a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_object.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_object.h


  Commit: 5f78fe7f17c47322775248ff2331e0d51af67a22
      https://github.com/dyninst/dyninst/commit/5f78fe7f17c47322775248ff2331e0d51af67a22
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_point.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_point.h


  Commit: 991c513a474e814e8d500d4c7dbbee5ba94c30ce
      https://github.com/dyninst/dyninst/commit/991c513a474e814e8d500d4c7dbbee5ba94c30ce
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_process.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_process.h


  Commit: 08273403e9d550a0d7a4eea9fe32a4a6641b3298
      https://github.com/dyninst/dyninst/commit/08273403e9d550a0d7a4eea9fe32a4a6641b3298
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_snippet.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_snippet.h


  Commit: f49e85e41f98b55ea90569339d65c9f48328a592
      https://github.com/dyninst/dyninst/commit/f49e85e41f98b55ea90569339d65c9f48328a592
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_sourceBlock.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_sourceBlock.h


  Commit: 1dfced7da4fe534e3cda315f1b5c64800f68af83
      https://github.com/dyninst/dyninst/commit/1dfced7da4fe534e3cda315f1b5c64800f68af83
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_sourceObj.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_sourceObj.h


  Commit: 03fa86c43efb62ba0d1ac6828f22016fa0df78ca
      https://github.com/dyninst/dyninst/commit/03fa86c43efb62ba0d1ac6828f22016fa0df78ca
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_thread.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_thread.h


  Commit: cf960701d3b68e8e6bf8518221e4792f24a28379
      https://github.com/dyninst/dyninst/commit/cf960701d3b68e8e6bf8518221e4792f24a28379
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_type.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_type.h


  Commit: 1d2c31f6f1f82ac33c06ce1acfab92afbf14bb31
      https://github.com/dyninst/dyninst/commit/1d2c31f6f1f82ac33c06ce1acfab92afbf14bb31
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/StackMod.h.rst

  Log Message:
  -----------
  Add dyninstAPI/StackMod.h


  Commit: ae94426851c93f28b4429ac395cc0a72101ffdc3
      https://github.com/dyninst/dyninst/commit/ae94426851c93f28b4429ac395cc0a72101ffdc3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_dll.h.rst
    M docs/dyninstAPI/public/API.rst
    R docs/dyninstAPI/public/BPatch_dll.h.rst
    M dyninstAPI/h/BPatch_dll.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_dll.h


  Commit: 76c53e3665a97c372ef429eba54e21e7e54112c7
      https://github.com/dyninst/dyninst/commit/76c53e3665a97c372ef429eba54e21e7e54112c7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/addressSpace.h.rst
    M dyninstAPI/src/addressSpace.h

  Log Message:
  -----------
  Add dyninstAPI/addressSpace.h


  Commit: bb59a4f2940dd815f5ddc9212c94cffcc053fcdc
      https://github.com/dyninst/dyninst/commit/bb59a4f2940dd815f5ddc9212c94cffcc053fcdc
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    R docs/dyninstAPI/developer/arch-forward-decl.h.rst

  Log Message:
  -----------
  Remove dyninstAPI/arch-forward-decl.h


  Commit: 641a4e398d330f877b8e3191c01b93472dc1827d
      https://github.com/dyninst/dyninst/commit/641a4e398d330f877b8e3191c01b93472dc1827d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/ast.h.rst
    M dyninstAPI/src/ast.h

  Log Message:
  -----------
  Add dyninstAPI/ast.h


  Commit: b31345a51524980489fe4f7a2ba36f331c4eca4f
      https://github.com/dyninst/dyninst/commit/b31345a51524980489fe4f7a2ba36f331c4eca4f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/overview.rst
    M docs/dyninstAPI/public/BPatch_snippet.h.rst
    M docs/examples/binary_analysis.rst
    M docs/examples/cfg.rst
    M docs/examples/function_disassembly.rst
    M docs/examples/instrument_function.rst
    M docs/examples/memory_access.rst
    M docs/examples/retee.rst

  Log Message:
  -----------
  Extract examples from dyninstAPI/overview


  Commit: 051235dce7f368f494da5b29784161815c3341a0
      https://github.com/dyninst/dyninst/commit/051235dce7f368f494da5b29784161815c3341a0
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/overview.rst

  Log Message:
  -----------
  Add link to CFG traversal example in parseAPI/overview


  Commit: 2d27d1628b487718d803107657ba7f24c3622822
      https://github.com/dyninst/dyninst/commit/2d27d1628b487718d803107657ba7f24c3622822
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/overview.rst

  Log Message:
  -----------
  Link to func disassem example in instructionAPI/overview


  Commit: a36b15831e65c8f98244ec0dc86e1ab9dc91180d
      https://github.com/dyninst/dyninst/commit/a36b15831e65c8f98244ec0dc86e1ab9dc91180d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/overview.rst

  Log Message:
  -----------
  Add wrapFunction example in dyninstAPI/overview


  Commit: a633cb10d7b192e6056a6fa22c9adbbe49c458d2
      https://github.com/dyninst/dyninst/commit/a633cb10d7b192e6056a6fa22c9adbbe49c458d2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_binaryEdit.h.rst
    M dyninstAPI/h/BPatch_binaryEdit.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_binaryEdit.h


  Commit: 7abe79f7237f3a46ef5ef386e9c5353e728f0131
      https://github.com/dyninst/dyninst/commit/7abe79f7237f3a46ef5ef386e9c5353e728f0131
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_edge.h.rst
    M dyninstAPI/h/BPatch_edge.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_edge.h


  Commit: 7e417651a7bcbc7404bea1085b55f818eb9e0e5b
      https://github.com/dyninst/dyninst/commit/7e417651a7bcbc7404bea1085b55f818eb9e0e5b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_flowGraph.h.rst
    M docs/dyninstAPI/public/BPatch_flowGraph.h.rst
    M dyninstAPI/h/BPatch_flowGraph.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_flowGraph.h


  Commit: a88c82dfe4d5567a5cfef4e7305632e9ac963fc6
      https://github.com/dyninst/dyninst/commit/a88c82dfe4d5567a5cfef4e7305632e9ac963fc6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_frame.h.rst
    M docs/dyninstAPI/public/BPatch_frame.h.rst
    M dyninstAPI/h/BPatch_frame.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_frame.h


  Commit: dfb6501de66c0440771029d8cbcdd33ea2a15ceb
      https://github.com/dyninst/dyninst/commit/dfb6501de66c0440771029d8cbcdd33ea2a15ceb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/dyninstAPI/developer/BPatch_function.h.rst
    M docs/dyninstAPI/public/BPatch_function.h.rst
    M dyninstAPI/h/BPatch_function.h

  Log Message:
  -----------
  Start of BPatch_function.h


  Commit: 8d92228c195089cf4603bad2c74df9305bd28abd
      https://github.com/dyninst/dyninst/commit/8d92228c195089cf4603bad2c74df9305bd28abd
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/examples/binary_analysis.rst

  Log Message:
  -----------
  Add examples/binary_analysis -- REBASE


  Commit: 905ff7de1c54a6f1973a2c2c779305853c8b1b15
      https://github.com/dyninst/dyninst/commit/905ff7de1c54a6f1973a2c2c779305853c8b1b15
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    M docs/dyninstAPI/developer/BPatch_function.h.rst
    M docs/dyninstAPI/public/BPatch_function.h.rst
    M dyninstAPI/h/BPatch_function.h
    M dyninstAPI/src/BPatch_function.C

  Log Message:
  -----------
  Add dyninstAPI/BPatch_Function.h


  Commit: 3e8840c63142a6c9a37083bf3b6d48ac2c429ddb
      https://github.com/dyninst/dyninst/commit/3e8840c63142a6c9a37083bf3b6d48ac2c429ddb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_image.h.rst
    M docs/dyninstAPI/public/BPatch_image.h.rst
    M dyninstAPI/h/BPatch_image.h
    M dyninstAPI/src/BPatch_image.C

  Log Message:
  -----------
  Add dyninstAPI/BPatch_image.h


  Commit: a9b705f99ded0ed4b6c225b9451921585733f3b9
      https://github.com/dyninst/dyninst/commit/a9b705f99ded0ed4b6c225b9451921585733f3b9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_instruction.h.rst
    M docs/dyninstAPI/public/BPatch_instruction.h.rst
    M dyninstAPI/h/BPatch_instruction.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_instruction.h


  Commit: 90ce6bfd596c25221712845d0161ff1d3ed0010b
      https://github.com/dyninst/dyninst/commit/90ce6bfd596c25221712845d0161ff1d3ed0010b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_loopTreeNode.h.rst
    M docs/dyninstAPI/public/BPatch_loopTreeNode.h.rst
    M dyninstAPI/h/BPatch_loopTreeNode.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_loopTreeNode.h


  Commit: a5f58cd65b85e7c37ad2ea559eeee4634182d668
      https://github.com/dyninst/dyninst/commit/a5f58cd65b85e7c37ad2ea559eeee4634182d668
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_memoryAccess_NP.h.rst
    M docs/dyninstAPI/public/BPatch_instruction.h.rst
    M docs/dyninstAPI/public/BPatch_memoryAccess_NP.h.rst
    M dyninstAPI/h/BPatch_memoryAccess_NP.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_memoryAccess_NP.h


  Commit: 6632f21ed9afa0b189598042f9869c92b1c609b2
      https://github.com/dyninst/dyninst/commit/6632f21ed9afa0b189598042f9869c92b1c609b2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_module.h.rst
    M docs/dyninstAPI/public/BPatch_module.h.rst
    M docs/dyninstAPI/public/BPatch_object.h.rst
    M dyninstAPI/h/BPatch_module.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_module.h


  Commit: 8705e2d6dceb6cd42c4138c5e9c8ab1f9140a5d9
      https://github.com/dyninst/dyninst/commit/8705e2d6dceb6cd42c4138c5e9c8ab1f9140a5d9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_object.h.rst
    M dyninstAPI/h/BPatch_object.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_object.h


  Commit: 417f5e8bcbcf9673864a37b9b710cec3d6a733f2
      https://github.com/dyninst/dyninst/commit/417f5e8bcbcf9673864a37b9b710cec3d6a733f2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_parRegion.h.rst
    M dyninstAPI/h/BPatch_parRegion.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_parRegion.h


  Commit: 444203340d6cb89c42bb4d271eda33da7d4cff1c
      https://github.com/dyninst/dyninst/commit/444203340d6cb89c42bb4d271eda33da7d4cff1c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_point.h.rst
    M docs/dyninstAPI/public/BPatch_point.h.rst
    M dyninstAPI/h/BPatch_point.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_point.h


  Commit: 3e67c3334542cf1dd1659d6937a88b3b947d97fb
      https://github.com/dyninst/dyninst/commit/3e67c3334542cf1dd1659d6937a88b3b947d97fb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_process.h.rst
    M docs/dyninstAPI/public/BPatch_process.h.rst
    M dyninstAPI/h/BPatch_process.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_process.h


  Commit: 2f6764905e07134eb684ba732394f4c6060a0a4a
      https://github.com/dyninst/dyninst/commit/2f6764905e07134eb684ba732394f4c6060a0a4a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_Set.h.rst
    M dyninstAPI/h/BPatch_Set.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_Set.h


  Commit: 70e28c538604f670468fcf6780a60716a875f037
      https://github.com/dyninst/dyninst/commit/70e28c538604f670468fcf6780a60716a875f037
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_snippet.h.rst
    M docs/dyninstAPI/public/BPatch_snippet.h.rst
    M dyninstAPI/h/BPatch_snippet.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_snippet.h


  Commit: 7e1ceb9b3b2d444e93759057a156440916f68e40
      https://github.com/dyninst/dyninst/commit/7e1ceb9b3b2d444e93759057a156440916f68e40
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_sourceBlock.h.rst
    M dyninstAPI/h/BPatch_sourceBlock.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_sourceBlock.h


  Commit: d1ad86d86e5253e6b71c5c7ce07a0c86e6f1a081
      https://github.com/dyninst/dyninst/commit/d1ad86d86e5253e6b71c5c7ce07a0c86e6f1a081
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_sourceObj.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_sourceObj.h


  Commit: e9ef86b7ae5130628b27d58411a33f7044f5347d
      https://github.com/dyninst/dyninst/commit/e9ef86b7ae5130628b27d58411a33f7044f5347d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_statement.h.rst
    M dyninstAPI/h/BPatch_statement.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_statement.h


  Commit: 20dd166bcf4ca1bb27be8066e8620afe31fae48a
      https://github.com/dyninst/dyninst/commit/20dd166bcf4ca1bb27be8066e8620afe31fae48a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_thread.h.rst
    M docs/dyninstAPI/public/BPatch_thread.h.rst
    M dyninstAPI/h/BPatch_thread.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_thread.h


  Commit: ef776103a0b85b78b332ccb3b24026e46442c835
      https://github.com/dyninst/dyninst/commit/ef776103a0b85b78b332ccb3b24026e46442c835
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_Vector.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_Vector.h


  Commit: 0f7058607683041d8e5867b585d810267c99d32e
      https://github.com/dyninst/dyninst/commit/0f7058607683041d8e5867b585d810267c99d32e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_type.h.rst
    M docs/dyninstAPI/public/BPatch_type.h.rst
    M dyninstAPI/h/BPatch_type.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_type.h


  Commit: b6956c6dab17356b2aa9dc99c326378ba03b6b96
      https://github.com/dyninst/dyninst/commit/b6956c6dab17356b2aa9dc99c326378ba03b6b96
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch.h.rst
    M docs/dyninstAPI/public/BPatch.h.rst
    M dyninstAPI/h/BPatch.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch.h


  Commit: f76161641b86e47fd49135864e67267db8663f14
      https://github.com/dyninst/dyninst/commit/f76161641b86e47fd49135864e67267db8663f14
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/StackMod.h.rst
    M dyninstAPI/h/StackMod.h
    M dyninstAPI/src/StackMod/StackMod.C

  Log Message:
  -----------
  Add dyninstAPI/StackMod.h


  Commit: 1dbe3038079588d3c38af96824fb02d6a3789cd6
      https://github.com/dyninst/dyninst/commit/1dbe3038079588d3c38af96824fb02d6a3789cd6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    M docs/dyninstAPI/developer/BPatch_collections.h.rst
    M docs/dyninstAPI/developer/BPatch_libInfo.h.rst
    M docs/dyninstAPI/developer/BPatch_memoryAccessAdapter.h.rst
    M docs/dyninstAPI/developer/BPatch_private.h.rst
    M docs/dyninstAPI/developer/ELF_Section.h.rst
    M docs/dyninstAPI/developer/IAPI_to_AST.h.rst
    M docs/dyninstAPI/developer/LinearVariable.h.rst
    M docs/dyninstAPI/developer/Parsing.h.rst
    M docs/dyninstAPI/developer/Patching.h.rst
    M docs/dyninstAPI/developer/RegisterConversion.h.rst
    A docs/dyninstAPI/developer/Relocation/API.rst
    A docs/dyninstAPI/developer/Relocation/CFG/API.rst
    A docs/dyninstAPI/developer/Relocation/CFG/RelocBlock.h.rst
    A docs/dyninstAPI/developer/Relocation/CFG/RelocEdge.h.rst
    A docs/dyninstAPI/developer/Relocation/CFG/RelocGraph.h.rst
    A docs/dyninstAPI/developer/Relocation/CFG/RelocTarget.h.rst
    A docs/dyninstAPI/developer/Relocation/CodeBuffer.h.rst
    A docs/dyninstAPI/developer/Relocation/CodeMover.h.rst
    A docs/dyninstAPI/developer/Relocation/CodeTracker.h.rst
    A docs/dyninstAPI/developer/Relocation/DynAddrSpace.h.rst
    A docs/dyninstAPI/developer/Relocation/DynCommon.h.rst
    A docs/dyninstAPI/developer/Relocation/DynInstrumenter.h.rst
    A docs/dyninstAPI/developer/Relocation/DynObject.h.rst
    A docs/dyninstAPI/developer/Relocation/DynPointMaker.h.rst
    A docs/dyninstAPI/developer/Relocation/Relocation.h.rst
    A docs/dyninstAPI/developer/Relocation/Springboard.h.rst
    A docs/dyninstAPI/developer/Relocation/Transformers/API.rst
    A docs/dyninstAPI/developer/Relocation/Transformers/Include.h.rst
    A docs/dyninstAPI/developer/Relocation/Transformers/Instrumenter.h.rst
    A docs/dyninstAPI/developer/Relocation/Transformers/Modification.h.rst
    A docs/dyninstAPI/developer/Relocation/Transformers/Movement-adhoc.h.rst
    A docs/dyninstAPI/developer/Relocation/Transformers/Movement-analysis.h.rst
    A docs/dyninstAPI/developer/Relocation/Transformers/Transformer.h.rst
    A docs/dyninstAPI/developer/Relocation/Widgets/API.rst
    A docs/dyninstAPI/developer/Relocation/Widgets/ASTWidget.h.rst
    A docs/dyninstAPI/developer/Relocation/Widgets/CFWidget.h.rst
    A docs/dyninstAPI/developer/Relocation/Widgets/CallbackWidget.h.rst
    A docs/dyninstAPI/developer/Relocation/Widgets/Include.h.rst
    A docs/dyninstAPI/developer/Relocation/Widgets/InsnWidget.h.rst
    A docs/dyninstAPI/developer/Relocation/Widgets/InstWidget.h.rst
    A docs/dyninstAPI/developer/Relocation/Widgets/PCWidget.h.rst
    A docs/dyninstAPI/developer/Relocation/Widgets/RelDataWidget.h.rst
    A docs/dyninstAPI/developer/Relocation/Widgets/StackModWidget.h.rst
    A docs/dyninstAPI/developer/Relocation/Widgets/Widget.h.rst
    A docs/dyninstAPI/developer/StackMod/API.rst
    A docs/dyninstAPI/developer/StackMod/OffsetVector.h.rst
    A docs/dyninstAPI/developer/StackMod/StackAccess.h.rst
    A docs/dyninstAPI/developer/StackMod/StackLocation.h.rst
    A docs/dyninstAPI/developer/StackMod/StackModChecker.h.rst
    A docs/dyninstAPI/developer/StackMod/StackModExpr.h.rst
    A docs/dyninstAPI/developer/StackMod/TMap.h.rst
    M docs/dyninstAPI/developer/addressSpace.h.rst
    A docs/dyninstAPI/developer/arch-forward-decl.h.rst
    M docs/dyninstAPI/developer/ast.h.rst
    M docs/dyninstAPI/developer/baseTramp.h.rst
    M docs/dyninstAPI/developer/binaryEdit.h.rst
    M docs/dyninstAPI/developer/block.h.rst
    M docs/dyninstAPI/developer/codeRange.h.rst
    M docs/dyninstAPI/developer/codegen-aarch64.h.rst
    M docs/dyninstAPI/developer/codegen-power.h.rst
    M docs/dyninstAPI/developer/codegen-x86.h.rst
    M docs/dyninstAPI/developer/codegen.h.rst
    M docs/dyninstAPI/developer/debug.h.rst
    M docs/dyninstAPI/developer/dynProcess.h.rst
    M docs/dyninstAPI/developer/dynThread.h.rst
    M docs/dyninstAPI/developer/emit-aarch64.h.rst
    M docs/dyninstAPI/developer/emit-power.h.rst
    M docs/dyninstAPI/developer/emit-x86.h.rst
    M docs/dyninstAPI/developer/emitter.h.rst
    M docs/dyninstAPI/developer/frame.h.rst
    M docs/dyninstAPI/developer/frameChecker.h.rst
    M docs/dyninstAPI/developer/freebsd-x86.h.rst
    M docs/dyninstAPI/developer/freebsd.h.rst
    M docs/dyninstAPI/developer/function.h.rst
    M docs/dyninstAPI/developer/hybridAnalysis.h.rst
    M docs/dyninstAPI/developer/image.h.rst
    M docs/dyninstAPI/developer/infHeap.h.rst
    M docs/dyninstAPI/developer/inst-aarch64.h.rst
    M docs/dyninstAPI/developer/inst-power.h.rst
    M docs/dyninstAPI/developer/inst-x86.h.rst
    M docs/dyninstAPI/developer/inst.h.rst
    M docs/dyninstAPI/developer/instP.h.rst
    M docs/dyninstAPI/developer/instPoint.h.rst
    M docs/dyninstAPI/developer/legacy-instruction.h.rst
    M docs/dyninstAPI/developer/linux-aarch64.h.rst
    M docs/dyninstAPI/developer/linux-power.h.rst
    M docs/dyninstAPI/developer/linux-x86.h.rst
    M docs/dyninstAPI/developer/linux.h.rst
    M docs/dyninstAPI/developer/mapped_module.h.rst
    M docs/dyninstAPI/developer/mapped_object.h.rst
    M docs/dyninstAPI/developer/nt_signal_emul.h.rst
    M docs/dyninstAPI/developer/opcode.h.rst
    M docs/dyninstAPI/developer/os.h.rst
    M docs/dyninstAPI/developer/parRegion.h.rst
    M docs/dyninstAPI/developer/parse-cfg.h.rst
    M docs/dyninstAPI/developer/patch.h.rst
    M docs/dyninstAPI/developer/pcEventHandler.h.rst
    M docs/dyninstAPI/developer/pcEventMuxer.h.rst
    M docs/dyninstAPI/developer/pcrel.h.rst
    M docs/dyninstAPI/developer/pdwinnt.h.rst
    M docs/dyninstAPI/developer/registerSpace.h.rst
    M docs/dyninstAPI/developer/syscallNotification.h.rst
    M docs/dyninstAPI/developer/syscalltrap.h.rst
    M docs/dyninstAPI/developer/trapMappings.h.rst
    M docs/dyninstAPI/developer/unix.h.rst
    M docs/dyninstAPI/developer/util.h.rst

  Log Message:
  -----------
  Add dyninstAPI developer doc stubs


  Commit: b971d26d13a232bfeddb5b565da4aa73f2a87e00
      https://github.com/dyninst/dyninst/commit/b971d26d13a232bfeddb5b565da4aa73f2a87e00
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/CFG/RelocBlock.h.rst
    M dyninstAPI/src/Relocation/CFG/RelocBlock.h

  Log Message:
  -----------
  Add dyninstAPI/RelocBlock.h


  Commit: 4ed3ef6d1bf7e6b9283673f622739a658d0c895d
      https://github.com/dyninst/dyninst/commit/4ed3ef6d1bf7e6b9283673f622739a658d0c895d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/CFG/RelocEdge.h.rst

  Log Message:
  -----------
  Add dyninstAPI/RelocEdge.h


  Commit: 6965cc747d978410a992966ae1026cec74d86617
      https://github.com/dyninst/dyninst/commit/6965cc747d978410a992966ae1026cec74d86617
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/CFG/RelocGraph.h.rst
    M dyninstAPI/src/Relocation/CFG/RelocGraph.h

  Log Message:
  -----------
  Add dyninstAPI/RelocGraph.h


  Commit: 69555195fc222e168e4814be58e61b919d42195e
      https://github.com/dyninst/dyninst/commit/69555195fc222e168e4814be58e61b919d42195e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/CFG/RelocTarget.h.rst
    M dyninstAPI/src/Relocation/CFG/RelocTarget.h

  Log Message:
  -----------
  Add dyninstAPI/RelocTarget.h


  Commit: 387c400dc8d0d6f3807f938120a25ab8e4ddefd7
      https://github.com/dyninst/dyninst/commit/387c400dc8d0d6f3807f938120a25ab8e4ddefd7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Transformers/API.rst
    R docs/dyninstAPI/developer/Relocation/Transformers/Include.h.rst

  Log Message:
  -----------
  Remove dyninstAPI/Transformers/Include.h


  Commit: a52c470bd4152f34c5ada39880ae5d700ebe679d
      https://github.com/dyninst/dyninst/commit/a52c470bd4152f34c5ada39880ae5d700ebe679d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Transformers/Instrumenter.h.rst
    M dyninstAPI/src/Relocation/Transformers/Instrumenter.h

  Log Message:
  -----------
  Add dyninstAPI/Instrumenter.h


  Commit: b6b7136358e8c9736cc7de5832f9f3b07e033bb3
      https://github.com/dyninst/dyninst/commit/b6b7136358e8c9736cc7de5832f9f3b07e033bb3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Transformers/Modification.h.rst
    M dyninstAPI/src/Relocation/Transformers/Modification.h

  Log Message:
  -----------
  Add dyninstAPI/Modification.h


  Commit: 0ad125d4ff88f4af56dd6c84edee6e797a73d44f
      https://github.com/dyninst/dyninst/commit/0ad125d4ff88f4af56dd6c84edee6e797a73d44f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Transformers/Movement-adhoc.h.rst
    M dyninstAPI/src/Relocation/Transformers/Movement-adhoc.h

  Log Message:
  -----------
  Add dyninstAPI/Movement-adhoc.h


  Commit: 5535d52037cb70f24d7a40f4c84d037ea9392655
      https://github.com/dyninst/dyninst/commit/5535d52037cb70f24d7a40f4c84d037ea9392655
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Transformers/Movement-analysis.h.rst
    M dyninstAPI/src/Relocation/Transformers/Movement-analysis.h

  Log Message:
  -----------
  Add dyninstAPI/Movement-analysis.h


  Commit: 88fa0de2bb40e4b2b013dfafcc99b2531a995506
      https://github.com/dyninst/dyninst/commit/88fa0de2bb40e4b2b013dfafcc99b2531a995506
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Transformers/Transformer.h.rst
    M dyninstAPI/src/Relocation/Transformers/Transformer.h

  Log Message:
  -----------
  Add dyninstAPI/Transformer.h


  Commit: ac1a7d93c655455ca2b07020e0ec3702f01dfa8a
      https://github.com/dyninst/dyninst/commit/ac1a7d93c655455ca2b07020e0ec3702f01dfa8a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Widgets/ASTWidget.h.rst
    M dyninstAPI/src/Relocation/Widgets/ASTWidget.h

  Log Message:
  -----------
  Add dyninstAPI/ASTWidget.h


  Commit: 9925c3630d5478c929aab881280b16f4861991a9
      https://github.com/dyninst/dyninst/commit/9925c3630d5478c929aab881280b16f4861991a9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Widgets/CallbackWidget.h.rst
    M dyninstAPI/src/Relocation/Widgets/CallbackWidget.h

  Log Message:
  -----------
  Add dyninstAPI/CallbackWidget.h


  Commit: 01eeefa87ab3420e72b3a623f166fc694d784324
      https://github.com/dyninst/dyninst/commit/01eeefa87ab3420e72b3a623f166fc694d784324
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Widgets/CFWidget.h.rst
    M dyninstAPI/src/Relocation/Widgets/CFWidget.h

  Log Message:
  -----------
  Add dyninstAPI/CFWidget.h


  Commit: cd065ac86d6ccfa88af74705c2fe04426d05b5c6
      https://github.com/dyninst/dyninst/commit/cd065ac86d6ccfa88af74705c2fe04426d05b5c6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Widgets/API.rst
    R docs/dyninstAPI/developer/Relocation/Widgets/Include.h.rst

  Log Message:
  -----------
  Remove dyninstAPI/Widgets/Include.h


  Commit: 6242b7829070d4c6d9018097d75088e21d5f970c
      https://github.com/dyninst/dyninst/commit/6242b7829070d4c6d9018097d75088e21d5f970c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Widgets/InsnWidget.h.rst
    M dyninstAPI/src/Relocation/Widgets/InsnWidget.h

  Log Message:
  -----------
  Add dyninstAPI/InsnWidget.h


  Commit: 51f7db33758f4b08b0b28d3e5e3b3461325d43f2
      https://github.com/dyninst/dyninst/commit/51f7db33758f4b08b0b28d3e5e3b3461325d43f2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Widgets/InstWidget.h.rst
    M dyninstAPI/src/Relocation/Widgets/InstWidget.h

  Log Message:
  -----------
  Add dyninstAPI/InstWidget.h


  Commit: b8b1acd74c5b2176577c5ef5b7d0f88fd79de586
      https://github.com/dyninst/dyninst/commit/b8b1acd74c5b2176577c5ef5b7d0f88fd79de586
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Widgets/PCWidget.h.rst
    M dyninstAPI/src/Relocation/Widgets/PCWidget.h

  Log Message:
  -----------
  Add dyninstAPI/PCWidget.h


  Commit: 83b1d3ae5d63836bbb295811c8c2c3cff7a2bd97
      https://github.com/dyninst/dyninst/commit/83b1d3ae5d63836bbb295811c8c2c3cff7a2bd97
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Widgets/RelDataWidget.h.rst
    M dyninstAPI/src/Relocation/Widgets/RelDataWidget.h

  Log Message:
  -----------
  Add dyninstAPI/RelDataWidget.h


  Commit: fee1543ec8c97f52628c61bdd0a4022b873650fb
      https://github.com/dyninst/dyninst/commit/fee1543ec8c97f52628c61bdd0a4022b873650fb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Widgets/StackModWidget.h.rst

  Log Message:
  -----------
  Add dyninstAPI/StackModWidget.h


  Commit: ea6ab4397be218c9daf6b20133deb7498bc099df
      https://github.com/dyninst/dyninst/commit/ea6ab4397be218c9daf6b20133deb7498bc099df
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Widgets/Widget.h.rst
    M dyninstAPI/src/Relocation/Widgets/Widget.h

  Log Message:
  -----------
  Add dyninstAPI/Widget.h


  Commit: 7bf091c7f08d839a603f22db46fbe40eb561cdb1
      https://github.com/dyninst/dyninst/commit/7bf091c7f08d839a603f22db46fbe40eb561cdb1
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/CodeBuffer.h.rst
    M dyninstAPI/src/Relocation/CodeBuffer.h

  Log Message:
  -----------
  Add dyninstAPI/CodeBuffer.h


  Commit: 08935aca64e93156e5929487fa335e9c41f6cd19
      https://github.com/dyninst/dyninst/commit/08935aca64e93156e5929487fa335e9c41f6cd19
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/CodeMover.h.rst
    M dyninstAPI/src/Relocation/CodeMover.h

  Log Message:
  -----------
  Add dyninstAPI/CodeMover.h


  Commit: 5e165323ad9c0adcc79ad523932119cc9a3fa4a8
      https://github.com/dyninst/dyninst/commit/5e165323ad9c0adcc79ad523932119cc9a3fa4a8
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/freebsd.h.rst

  Log Message:
  -----------
  Add dyninstAPI/freebsd.h


  Commit: 9ed4ba133333e1184dfa89aede209ae79247a2bb
      https://github.com/dyninst/dyninst/commit/9ed4ba133333e1184dfa89aede209ae79247a2bb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/CodeTracker.h.rst
    M dyninstAPI/src/Relocation/CodeTracker.h

  Log Message:
  -----------
  Add dyninstAPI/CodeTracker.h


  Commit: 0a65e90115c0e9f637e6bc6051b807b20451f81b
      https://github.com/dyninst/dyninst/commit/0a65e90115c0e9f637e6bc6051b807b20451f81b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/DynAddrSpace.h.rst
    M dyninstAPI/src/Relocation/DynAddrSpace.h

  Log Message:
  -----------
  Add dyninstAPI/DynAddrSpace.h


  Commit: 72b1ba0409647117f20fa0f266f0464ac4a6bc4b
      https://github.com/dyninst/dyninst/commit/72b1ba0409647117f20fa0f266f0464ac4a6bc4b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/DynCommon.h.rst

  Log Message:
  -----------
  Add dyninstAPI/DynCommon.h


  Commit: 9782258ad21bef3796a7e4caaef1795dc8f8f127
      https://github.com/dyninst/dyninst/commit/9782258ad21bef3796a7e4caaef1795dc8f8f127
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/DynInstrumenter.h.rst
    M dyninstAPI/src/Relocation/DynInstrumenter.h

  Log Message:
  -----------
  Add dyninstAPI/DynCommon.h


  Commit: 3c2ac6ba34465816a0c112220ccc98ed22f6fb25
      https://github.com/dyninst/dyninst/commit/3c2ac6ba34465816a0c112220ccc98ed22f6fb25
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/DynInstrumenter.h.rst

  Log Message:
  -----------
  Add dyninstAPI/DynInstrumenter.h


  Commit: 81c4d409d886527a755103c1119c10b4aa2f584b
      https://github.com/dyninst/dyninst/commit/81c4d409d886527a755103c1119c10b4aa2f584b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/DynObject.h.rst
    M dyninstAPI/src/Relocation/DynObject.h

  Log Message:
  -----------
  Add dyninstAI/DynObject.h


  Commit: 4bd8fdbe14674fc07398fa1d0547ef01b70cc24b
      https://github.com/dyninst/dyninst/commit/4bd8fdbe14674fc07398fa1d0547ef01b70cc24b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/DynPointMaker.h.rst

  Log Message:
  -----------
  Add dyninstAPI/DynPointMaker.h


  Commit: 5fb00532b3ea1f884fce1819ca8fc863c0f89894
      https://github.com/dyninst/dyninst/commit/5fb00532b3ea1f884fce1819ca8fc863c0f89894
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Relocation.h.rst
    M dyninstAPI/src/Relocation/Relocation.h

  Log Message:
  -----------
  Add dyninstAPI/Relocation.h


  Commit: decbfe59227d4e6f08c26406f6aec4682abd4faf
      https://github.com/dyninst/dyninst/commit/decbfe59227d4e6f08c26406f6aec4682abd4faf
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Springboard.h.rst
    M dyninstAPI/src/Relocation/Springboard.h

  Log Message:
  -----------
  Add dyninstAPI/Springboard.h


  Commit: eeb2c300aa9f9217eb0ce6ca70200921b0febdce
      https://github.com/dyninst/dyninst/commit/eeb2c300aa9f9217eb0ce6ca70200921b0febdce
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/StackMod/OffsetVector.h.rst

  Log Message:
  -----------
  Add dyninstAPI/OffsetVector.h


  Commit: 236136d979de94edcf9e86390169d5f4a0b0753d
      https://github.com/dyninst/dyninst/commit/236136d979de94edcf9e86390169d5f4a0b0753d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/StackMod/StackAccess.h.rst

  Log Message:
  -----------
  Add dyninstAPI/StackAccess.h


  Commit: f41eac140b638d5aff693d2305d4dad112477ade
      https://github.com/dyninst/dyninst/commit/f41eac140b638d5aff693d2305d4dad112477ade
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/StackMod/StackLocation.h.rst

  Log Message:
  -----------
  Add dyninstAPI/StackLocation.h


  Commit: 42ff60e225b50e6a1c0e722a6dcdcfbd088f2f87
      https://github.com/dyninst/dyninst/commit/42ff60e225b50e6a1c0e722a6dcdcfbd088f2f87
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/StackMod/StackModChecker.h.rst

  Log Message:
  -----------
  Add dyninstAPI/StackModChecker.h


  Commit: 3e8b3cd41be9fc69fcd0bc46771f6d08cbdcbbf3
      https://github.com/dyninst/dyninst/commit/3e8b3cd41be9fc69fcd0bc46771f6d08cbdcbbf3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/StackMod/StackModExpr.h.rst
    M dyninstAPI/src/StackMod/StackModExpr.h

  Log Message:
  -----------
  Add dyninstAPI/StackModExpr.h


  Commit: d2366aa8274cf059077e6648d83e1f210146a658
      https://github.com/dyninst/dyninst/commit/d2366aa8274cf059077e6648d83e1f210146a658
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/StackMod/TMap.h.rst

  Log Message:
  -----------
  Add dyninstAPI/TMap.h


  Commit: 0a8ff27abcea8b9f6661a1d25b90ec8f5ef209a6
      https://github.com/dyninst/dyninst/commit/0a8ff27abcea8b9f6661a1d25b90ec8f5ef209a6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    R docs/dyninstAPI/developer/arch-forward-decl.h.rst

  Log Message:
  -----------
  Remove dyninstAPI/arch-forward-decl.h


  Commit: b2c1aecb06906cfac65e643a1e799e4df3b8028c
      https://github.com/dyninst/dyninst/commit/b2c1aecb06906cfac65e643a1e799e4df3b8028c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/addressSpace.h.rst

  Log Message:
  -----------
  Add dyninstAPI/addressSpace.h


  Commit: 445d2887b8872ab8cfd5fb887549ac2ce589fa17
      https://github.com/dyninst/dyninst/commit/445d2887b8872ab8cfd5fb887549ac2ce589fa17
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/ast.h.rst

  Log Message:
  -----------
  Add dyninstAPI/ast.h


  Commit: c427d5ec711db0e5628191fe02c0a5c828ec47a7
      https://github.com/dyninst/dyninst/commit/c427d5ec711db0e5628191fe02c0a5c828ec47a7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/baseTramp.h.rst
    M dyninstAPI/src/baseTramp.h

  Log Message:
  -----------
  Add dyninstAPI/baseTramp.h


  Commit: 5a12f4438c96f3d53cebe9112aeed13d47fdd9b5
      https://github.com/dyninst/dyninst/commit/5a12f4438c96f3d53cebe9112aeed13d47fdd9b5
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/binaryEdit.h.rst
    M dyninstAPI/src/binaryEdit.h

  Log Message:
  -----------
  Add dyninstAPI/binaryEdit.h


  Commit: 6b5f20dce0944968d1b6266e3dc956921fa0d517
      https://github.com/dyninst/dyninst/commit/6b5f20dce0944968d1b6266e3dc956921fa0d517
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/block.h.rst
    M dyninstAPI/src/block.h

  Log Message:
  -----------
  Add dyninstAPI/block.h


  Commit: 15d3564e01366ebb577fd305eaa41f716a380b13
      https://github.com/dyninst/dyninst/commit/15d3564e01366ebb577fd305eaa41f716a380b13
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/BPatch_collections.h.rst
    M dyninstAPI/src/BPatch_collections.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_collections.h


  Commit: 8bde21f25450bf2ad68465eeb9ec768afd6b81b3
      https://github.com/dyninst/dyninst/commit/8bde21f25450bf2ad68465eeb9ec768afd6b81b3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/BPatch_libInfo.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_libInfo.h


  Commit: 8777ae91c1884f5fb0b631ec3e337a3acf8fa34a
      https://github.com/dyninst/dyninst/commit/8777ae91c1884f5fb0b631ec3e337a3acf8fa34a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/BPatch_memoryAccessAdapter.h.rst

  Log Message:
  -----------
  Add dyninstAPI/BPatch_memoryAccessAdapter.h


  Commit: 07e5d2066ae8e889d2bd85b8d5b7787b30e92e03
      https://github.com/dyninst/dyninst/commit/07e5d2066ae8e889d2bd85b8d5b7787b30e92e03
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/BPatch_private.h.rst
    M dyninstAPI/src/BPatch_private.h

  Log Message:
  -----------
  Add dyninstAPI/BPatch_private.h


  Commit: 6f71a8ae94ce3c0783f0b47ae119c57f35fe2f99
      https://github.com/dyninst/dyninst/commit/6f71a8ae94ce3c0783f0b47ae119c57f35fe2f99
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/codegen.h.rst
    M dyninstAPI/src/codegen.h

  Log Message:
  -----------
  Add dyninstAPI/codegen.h


  Commit: 7a774f5730a94cdc78afe542b70733fc7581221d
      https://github.com/dyninst/dyninst/commit/7a774f5730a94cdc78afe542b70733fc7581221d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/codegen-aarch64.h.rst
    M dyninstAPI/src/codegen-aarch64.h

  Log Message:
  -----------
  Add dyninstAPI/codegen-aarch64.h


  Commit: 1d0d18765484aea7da754afbdbf145d1141a7989
      https://github.com/dyninst/dyninst/commit/1d0d18765484aea7da754afbdbf145d1141a7989
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/codegen-aarch64.h.rst
    M docs/dyninstAPI/developer/codegen-power.h.rst
    M dyninstAPI/src/codegen-power.h

  Log Message:
  -----------
  Add dyninstAPI/codegen-power.h


  Commit: 52fbb28f88135275b2aa7e417b7595527d25621c
      https://github.com/dyninst/dyninst/commit/52fbb28f88135275b2aa7e417b7595527d25621c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/codegen-x86.h.rst
    M dyninstAPI/src/codegen-x86.h

  Log Message:
  -----------
  Add dyninstAPI/codegen-x86.h


  Commit: 2d4558dbcb1aace02e30a6ec771820af64307a78
      https://github.com/dyninst/dyninst/commit/2d4558dbcb1aace02e30a6ec771820af64307a78
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/codeRange.h.rst
    M dyninstAPI/src/codeRange.h

  Log Message:
  -----------
  Add dyninstAPI/codeRange.h


  Commit: c376e4b2db6fb8445fae205c08b7766c05030f88
      https://github.com/dyninst/dyninst/commit/c376e4b2db6fb8445fae205c08b7766c05030f88
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    R docs/dyninstAPI/developer/debug.h.rst

  Log Message:
  -----------
  Remove dyninstAPI/debug.h


  Commit: 5539706dbb3c5d1fcf025913d35196f1c6bff9e1
      https://github.com/dyninst/dyninst/commit/5539706dbb3c5d1fcf025913d35196f1c6bff9e1
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/dynProcess.h.rst
    M dyninstAPI/src/dynProcess.h

  Log Message:
  -----------
  Remove dyninstAPI/PCProcess.h


  Commit: b59bbbb1d0d7e32267309945f59bc5fcb10a9477
      https://github.com/dyninst/dyninst/commit/b59bbbb1d0d7e32267309945f59bc5fcb10a9477
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/dynThread.h.rst
    M dyninstAPI/src/dynThread.h

  Log Message:
  -----------
  Remove dyninstAPI/dynThread.h


  Commit: e596979bde4f45af5729936a476f80d194c4b945
      https://github.com/dyninst/dyninst/commit/e596979bde4f45af5729936a476f80d194c4b945
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/ELF_Section.h.rst
    M dyninstAPI/src/ELF_Section.h

  Log Message:
  -----------
  Remove dyninstAPI/Elf_Section.h


  Commit: c2d2941a7bad45c82237818292b37ad9f6b1ef62
      https://github.com/dyninst/dyninst/commit/c2d2941a7bad45c82237818292b37ad9f6b1ef62
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/emit-aarch64.h.rst
    M dyninstAPI/src/emit-aarch64.h

  Log Message:
  -----------
  Remove dyninstAPI/emit-aarch64.h


  Commit: 85163ddb845be7db2b1d86cae7c0e07f3100cfde
      https://github.com/dyninst/dyninst/commit/85163ddb845be7db2b1d86cae7c0e07f3100cfde
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    R docs/dyninstAPI/developer/dyninst.h.rst

  Log Message:
  -----------
  Remove dyninstAPI/dyninst.h


  Commit: dc0538d3efdb075a7360dbb5a9b794d77ddff80a
      https://github.com/dyninst/dyninst/commit/dc0538d3efdb075a7360dbb5a9b794d77ddff80a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/emit-power.h.rst
    M dyninstAPI/src/emit-power.h

  Log Message:
  -----------
  Add dyninstAPI/emit-power.h


  Commit: 0195fd23ca0c5a5fe68cab7e38c9db846e72675e
      https://github.com/dyninst/dyninst/commit/0195fd23ca0c5a5fe68cab7e38c9db846e72675e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/emitter.h.rst

  Log Message:
  -----------
  Add dyninstAPI/emitter.h


  Commit: f61e5369f5a6a4fea24d3288a2e60dad0aeb4578
      https://github.com/dyninst/dyninst/commit/f61e5369f5a6a4fea24d3288a2e60dad0aeb4578
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/emit-x86.h.rst
    M dyninstAPI/src/emit-x86.h

  Log Message:
  -----------
  Add dyninstAPI/emit-x86.h


  Commit: b5948f568cad8aeec29fd086a98b062c1c61d2e0
      https://github.com/dyninst/dyninst/commit/b5948f568cad8aeec29fd086a98b062c1c61d2e0
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/frame.h.rst
    M dyninstAPI/src/frame.h

  Log Message:
  -----------
  Add dyninstAPI/frame.h


  Commit: 4dca397fed58c86323e23b9ba61f33e7c266173e
      https://github.com/dyninst/dyninst/commit/4dca397fed58c86323e23b9ba61f33e7c266173e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/frameChecker.h.rst

  Log Message:
  -----------
  Add dyninstAPI/frameChecker.h


  Commit: 586a8a9d7c057f10868940911fc7a8079b8b65a4
      https://github.com/dyninst/dyninst/commit/586a8a9d7c057f10868940911fc7a8079b8b65a4
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    R docs/dyninstAPI/developer/freebsd.h.rst

  Log Message:
  -----------
  Remove dyninstAPI/freebsd.h


  Commit: a7a95e5b12083843c1e883bd16f233bcabb230e2
      https://github.com/dyninst/dyninst/commit/a7a95e5b12083843c1e883bd16f233bcabb230e2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    R docs/dyninstAPI/developer/freebsd-x86.h.rst

  Log Message:
  -----------
  Remove dyninstAPI/freebsd-x86.h


  Commit: 5aba3f43ff41e05e50529e16286946c7a1caf009
      https://github.com/dyninst/dyninst/commit/5aba3f43ff41e05e50529e16286946c7a1caf009
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/function.h.rst
    M dyninstAPI/src/function.h

  Log Message:
  -----------
  Add dyninstAPI/function.h


  Commit: 4de6652dfc4520efad397c615dfa3216f96c1b47
      https://github.com/dyninst/dyninst/commit/4de6652dfc4520efad397c615dfa3216f96c1b47
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/hybridAnalysis.h.rst
    M dyninstAPI/src/hybridAnalysis.h

  Log Message:
  -----------
  Add dyninstAPI/hybridAnalysis.h


  Commit: 85f52deafb036b8b180b0bd625e7ad57d73f4fe5
      https://github.com/dyninst/dyninst/commit/85f52deafb036b8b180b0bd625e7ad57d73f4fe5
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/IAPI_to_AST.h.rst

  Log Message:
  -----------
  Add dyninstAPI/IAPI_to_AST.h


  Commit: ab855d7017d9605d5f1de4fd5a3c12231ce144e8
      https://github.com/dyninst/dyninst/commit/ab855d7017d9605d5f1de4fd5a3c12231ce144e8
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/image.h.rst
    M dyninstAPI/src/image.h

  Log Message:
  -----------
  Add dyninstAPI/image.h


  Commit: f32a80d6af35b16594f6b8b0772218c2bb2637b3
      https://github.com/dyninst/dyninst/commit/f32a80d6af35b16594f6b8b0772218c2bb2637b3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/infHeap.h.rst
    M dyninstAPI/src/infHeap.h

  Log Message:
  -----------
  Add dyninstAPI/infHeap.h


  Commit: 101d743664d7b47dc7269d7ce7ca9d5ee15d1b3b
      https://github.com/dyninst/dyninst/commit/101d743664d7b47dc7269d7ce7ca9d5ee15d1b3b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/inst-aarch64.h.rst
    M dyninstAPI/src/inst-aarch64.h

  Log Message:
  -----------
  Add dyninstAPI/inst-aarch64.h


  Commit: 5ab70062f26fce29d12c12972d6c1fe4091c87aa
      https://github.com/dyninst/dyninst/commit/5ab70062f26fce29d12c12972d6c1fe4091c87aa
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/inst.h.rst
    M dyninstAPI/src/inst.h

  Log Message:
  -----------
  Add dyninstAPI/inst.h


  Commit: 56c1c2a2437a161765c2c04053eade26c8d3bf90
      https://github.com/dyninst/dyninst/commit/56c1c2a2437a161765c2c04053eade26c8d3bf90
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/instP.h.rst
    M dyninstAPI/src/instP.h

  Log Message:
  -----------
  Add dyninstAPI/instP.h


  Commit: a6e6ef07db7b41c14a2f4f2fb3f3f9300b338e93
      https://github.com/dyninst/dyninst/commit/a6e6ef07db7b41c14a2f4f2fb3f3f9300b338e93
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/instPoint.h.rst
    M dyninstAPI/src/instPoint.h

  Log Message:
  -----------
  Add dyninstAPI/instPoint.h


  Commit: b94a893192d721a62e958abcfc07cf597811e682
      https://github.com/dyninst/dyninst/commit/b94a893192d721a62e958abcfc07cf597811e682
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/inst-power.h.rst
    M dyninstAPI/src/inst-power.h

  Log Message:
  -----------
  Add dyninstAPI/inst-power.h


  Commit: 70127e13b5cc78e706de60ee66dca544c25af855
      https://github.com/dyninst/dyninst/commit/70127e13b5cc78e706de60ee66dca544c25af855
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/inst-x86.h.rst
    M dyninstAPI/src/inst-x86.h

  Log Message:
  -----------
  Add dyninstAPI/inst-x86.h


  Commit: d8c5f8b2ddc86b537219308533979443a3cae11b
      https://github.com/dyninst/dyninst/commit/d8c5f8b2ddc86b537219308533979443a3cae11b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/legacy-instruction.h.rst
    M dyninstAPI/src/legacy-instruction.h

  Log Message:
  -----------
  Add dyninstAPI/legacy-instruction.h


  Commit: 6d12658d6f19eae7eb3a941e66de472c8017f3c2
      https://github.com/dyninst/dyninst/commit/6d12658d6f19eae7eb3a941e66de472c8017f3c2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/LinearVariable.h.rst
    M dyninstAPI/src/LinearVariable.h

  Log Message:
  -----------
  Add dyninstAPI/LinearVariable.h


  Commit: 2d071f830947e746dad5768bfca35af1fcc4c22e
      https://github.com/dyninst/dyninst/commit/2d071f830947e746dad5768bfca35af1fcc4c22e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/linux.h.rst

  Log Message:
  -----------
  Add dyninstAPI/linux.h


  Commit: 0b807bc904f37d7e58442ed53f3c946b7e04396b
      https://github.com/dyninst/dyninst/commit/0b807bc904f37d7e58442ed53f3c946b7e04396b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/linux-aarch64.h.rst
    M dyninstAPI/src/linux-aarch64.h

  Log Message:
  -----------
  Add dyninstAPI/linux-aarch64.h


  Commit: 2cdc857f0416fcb0d25b7cd05519f09e8ac30ea3
      https://github.com/dyninst/dyninst/commit/2cdc857f0416fcb0d25b7cd05519f09e8ac30ea3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/linux-power.h.rst
    M docs/dyninstAPI/developer/linux-x86.h.rst
    M dyninstAPI/src/linux-power.h

  Log Message:
  -----------
  Add dyninstAPI/linux-power.h


  Commit: d26ecc105612f8989c168d64f2e47e4ede224bd7
      https://github.com/dyninst/dyninst/commit/d26ecc105612f8989c168d64f2e47e4ede224bd7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    R docs/dyninstAPI/developer/linux-x86.h.rst

  Log Message:
  -----------
  Remove dyninstAPI/linux-x86.h


  Commit: 91250705785be63252b4715172a221c7a7b4cdd8
      https://github.com/dyninst/dyninst/commit/91250705785be63252b4715172a221c7a7b4cdd8
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/mapped_module.h.rst
    M dyninstAPI/src/mapped_module.h

  Log Message:
  -----------
  Remove dyninstAPI/mapped_module.h


  Commit: eaa7c542cbed87ca80a4a63bcc2767537f7b85ac
      https://github.com/dyninst/dyninst/commit/eaa7c542cbed87ca80a4a63bcc2767537f7b85ac
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/mapped_object.h.rst
    M dyninstAPI/src/mapped_object.h

  Log Message:
  -----------
  Remove dyninstAPI/mapped_object.h


  Commit: 240b88f0bf7f9635e01837b79bfa8169b1db48c5
      https://github.com/dyninst/dyninst/commit/240b88f0bf7f9635e01837b79bfa8169b1db48c5
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/nt_signal_emul.h.rst

  Log Message:
  -----------
  Remove dyninstAPI/nt_signal_emul.h


  Commit: c511a784607dc9200f95e170d362b80d035a1bfb
      https://github.com/dyninst/dyninst/commit/c511a784607dc9200f95e170d362b80d035a1bfb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/opcode.h.rst
    M dyninstAPI/src/opcode.h

  Log Message:
  -----------
  Remove dyninstAPI/opcode.h


  Commit: d3bf4cee6829c47567dfa87cdbe9643e3302029b
      https://github.com/dyninst/dyninst/commit/d3bf4cee6829c47567dfa87cdbe9643e3302029b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/os.h.rst
    M dyninstAPI/src/os.h

  Log Message:
  -----------
  Add dyninstAPI/os.h


  Commit: 64a2ba594cae50799ffae3aa0f18ba5a08893a60
      https://github.com/dyninst/dyninst/commit/64a2ba594cae50799ffae3aa0f18ba5a08893a60
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/parRegion.h.rst
    M dyninstAPI/src/parRegion.h

  Log Message:
  -----------
  Add dyninstAPI/parRegion.h


  Commit: 76cecd2b0cadf2bf259bbdb24a0d90a24b81ece3
      https://github.com/dyninst/dyninst/commit/76cecd2b0cadf2bf259bbdb24a0d90a24b81ece3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/CodeSource.h.rst

  Log Message:
  -----------
  Add parseAPI/CodeSource.h


  Commit: 0748e7813cb7cea33b74d976fe747ea8f3a75510
      https://github.com/dyninst/dyninst/commit/0748e7813cb7cea33b74d976fe747ea8f3a75510
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Parsing.h.rst
    M dyninstAPI/src/Parsing.h

  Log Message:
  -----------
  Add dyninstAPI/Parsing.h


  Commit: c8ca64283674c3b47219141ab78c7c8be68dd2c3
      https://github.com/dyninst/dyninst/commit/c8ca64283674c3b47219141ab78c7c8be68dd2c3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/patch.h.rst
    M dyninstAPI/src/patch.h

  Log Message:
  -----------
  Add dyninstAPI/patch.h


  Commit: 0b84a5065d0150f8177b64143e3227e94bece95a
      https://github.com/dyninst/dyninst/commit/0b84a5065d0150f8177b64143e3227e94bece95a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Patching.h.rst
    M dyninstAPI/src/Patching.h

  Log Message:
  -----------
  Add dyninstAPI/Patching.h


  Commit: fede400ebe00cd9755eb23c80b7a85027315efca
      https://github.com/dyninst/dyninst/commit/fede400ebe00cd9755eb23c80b7a85027315efca
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/pcEventHandler.h.rst
    M dyninstAPI/src/pcEventHandler.h

  Log Message:
  -----------
  Add dyninstAPI/pcEventHandler.h


  Commit: 9eba1479e853355c80f0347ba9839c7b6a02be1f
      https://github.com/dyninst/dyninst/commit/9eba1479e853355c80f0347ba9839c7b6a02be1f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/pcEventMuxer.h.rst
    M dyninstAPI/src/pcEventMuxer.h

  Log Message:
  -----------
  Add dyninstAPI/pcEventMuxer.h


  Commit: a84dff6aa66a4f388706cf1560556160d954c4f7
      https://github.com/dyninst/dyninst/commit/a84dff6aa66a4f388706cf1560556160d954c4f7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/pcrel.h.rst

  Log Message:
  -----------
  Add dyninstAPI/pcrel.h


  Commit: 8d5683f93f0750a6ac0b011b67509b7f3916ea5c
      https://github.com/dyninst/dyninst/commit/8d5683f93f0750a6ac0b011b67509b7f3916ea5c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/pdwinnt.h.rst
    M dyninstAPI/src/pdwinnt.h

  Log Message:
  -----------
  Add dyninstAPI/pdwinnt.h


  Commit: d246c47b4c51564beb337da60efdb2ef8c95447d
      https://github.com/dyninst/dyninst/commit/d246c47b4c51564beb337da60efdb2ef8c95447d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/RegisterConversion.h.rst

  Log Message:
  -----------
  Add dyninstAPI/RegisterConversion.h


  Commit: b2b383d3587670016e7c4d6ffa60c5d8afbecdb0
      https://github.com/dyninst/dyninst/commit/b2b383d3587670016e7c4d6ffa60c5d8afbecdb0
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/registerSpace.h.rst
    M dyninstAPI/src/registerSpace.h

  Log Message:
  -----------
  Add dyninstAPI/registerSpace.h


  Commit: fc68d20a4356b88f8fb53e499cdd903f95a4e38a
      https://github.com/dyninst/dyninst/commit/fc68d20a4356b88f8fb53e499cdd903f95a4e38a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/syscallNotification.h.rst
    M dyninstAPI/src/syscallNotification.h

  Log Message:
  -----------
  Add dyninstAPI/syscallNotification.h


  Commit: b8a3cc38f050d8a79c342b0ba4056ee8fed17981
      https://github.com/dyninst/dyninst/commit/b8a3cc38f050d8a79c342b0ba4056ee8fed17981
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    R docs/dyninstAPI/developer/syscalltrap.h.rst

  Log Message:
  -----------
  Remove dyninstAPI/syscalltrap.h


  Commit: cac6c5c131481c5aefcf0bb2102c7dedcf8af241
      https://github.com/dyninst/dyninst/commit/cac6c5c131481c5aefcf0bb2102c7dedcf8af241
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/trapMappings.h.rst

  Log Message:
  -----------
  Add dyninstAPI/trapMappings.h


  Commit: 4fc75498ace54dd9bf9368be91a1ed043e40beba
      https://github.com/dyninst/dyninst/commit/4fc75498ace54dd9bf9368be91a1ed043e40beba
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/unix.h.rst
    M dyninstAPI/src/unix.h

  Log Message:
  -----------
  Add dyninstAPI/unix.h


  Commit: bf8917b13fb1fe0b462e20b16b5efc22e38a3a49
      https://github.com/dyninst/dyninst/commit/bf8917b13fb1fe0b462e20b16b5efc22e38a3a49
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/util.h.rst

  Log Message:
  -----------
  Add dyninstAPI/util.h


  Commit: c84f185dc5a475e0110d23c33ac5b43433ed98d4
      https://github.com/dyninst/dyninst/commit/c84f185dc5a475e0110d23c33ac5b43433ed98d4
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/parse-cfg.h.rst
    M dyninstAPI/src/parse-cfg.h

  Log Message:
  -----------
  Add dyninstAPI/parse-cfg.h


  Commit: 13bd1990c33fd6f95a36c3b01bbe14e4755903b2
      https://github.com/dyninst/dyninst/commit/13bd1990c33fd6f95a36c3b01bbe14e4755903b2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/dwarf/developer/API.rst
    A docs/dwarf/developer/dwarfExprParser.h.rst
    A docs/dwarf/developer/dwarfFrameParser.h.rst
    A docs/dwarf/developer/dwarfHandle.h.rst
    A docs/dwarf/developer/dwarfResult.h.rst
    A docs/dwarf/developer/dwarf_names.h.rst
    A docs/dwarf/developer/dwarf_subrange.h.rst
    A docs/dwarf/developer/dwarf_unit_info.h.rst
    M docs/index.rst

  Log Message:
  -----------
  Add stubs for dyndwarf


  Commit: f3906645aad7fbb217595c9850f82f126c143241
      https://github.com/dyninst/dyninst/commit/f3906645aad7fbb217595c9850f82f126c143241
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/dwarf/developer/dwarf_cu_info.h.rst
    M dwarf/h/dwarf_cu_info.h

  Log Message:
  -----------
  Add dwarf/dwarf_cu_info.h


  Commit: 4b33f40e8723690af595b6ca677b7b83337ad647
      https://github.com/dyninst/dyninst/commit/4b33f40e8723690af595b6ca677b7b83337ad647
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dwarf/developer/dwarf_names.h.rst
    M dwarf/h/dwarf_names.h

  Log Message:
  -----------
  Add dwarf/dwarf_names.h


  Commit: c843a14eef7e0d864bb9aaf142062ca87ae4b833
      https://github.com/dyninst/dyninst/commit/c843a14eef7e0d864bb9aaf142062ca87ae4b833
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dwarf/developer/dwarf_unit_info.h.rst
    M dwarf/h/dwarf_unit_info.h

  Log Message:
  -----------
  Add dwarf/dwarf_unit_info.h


  Commit: c38ec1b3f21810cc8454218a353c1fea3029902e
      https://github.com/dyninst/dyninst/commit/c38ec1b3f21810cc8454218a353c1fea3029902e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dwarf/developer/dwarfExprParser.h.rst

  Log Message:
  -----------
  Add dwarf/dwarfExprParser.h


  Commit: e95447b7ec87e055ee704063fbebe281b192ba85
      https://github.com/dyninst/dyninst/commit/e95447b7ec87e055ee704063fbebe281b192ba85
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dwarf/developer/dwarfFrameParser.h.rst
    M dwarf/h/dwarfFrameParser.h

  Log Message:
  -----------
  Add dwarf/dwarfFrameParser.h


  Commit: f363423f1125375083e9f79674177aba4e7c7457
      https://github.com/dyninst/dyninst/commit/f363423f1125375083e9f79674177aba4e7c7457
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dwarf/developer/dwarfHandle.h.rst
    M docs/symtabAPI/developer/Object-elf.h.rst

  Log Message:
  -----------
  Add dwarf/dwarfHandle.h


  Commit: 8b73a184c3738be257c3fd3780876e9ae381563f
      https://github.com/dyninst/dyninst/commit/8b73a184c3738be257c3fd3780876e9ae381563f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dwarf/developer/dwarfResult.h.rst
    M dwarf/h/dwarfResult.h

  Log Message:
  -----------
  Add dwarf/dwarfResult.h


  Commit: 7b9b3b149d96572ad662108b5b0d80c88fd5adb9
      https://github.com/dyninst/dyninst/commit/7b9b3b149d96572ad662108b5b0d80c88fd5adb9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dwarf/developer/dwarf_subrange.h.rst

  Log Message:
  -----------
  Add dwarf/dwarf_subrange.h


  Commit: a410a131cb36cbe60491ed5c358842666cacdf08
      https://github.com/dyninst/dyninst/commit/a410a131cb36cbe60491ed5c358842666cacdf08
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/elf/developer/API.rst
    A docs/elf/developer/Elf_X.h.rst
    M docs/index.rst
    M elf/h/Elf_X.h

  Log Message:
  -----------
  Add elf/Elf_X.h


  Commit: d1048d8edbefdb264a5a35c52a89e6084fd98f72
      https://github.com/dyninst/dyninst/commit/d1048d8edbefdb264a5a35c52a89e6084fd98f72
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/dyninstAPI_RT/developer/API.rst
    A docs/dyninstAPI_RT/developer/RTcommon.h.rst
    A docs/dyninstAPI_RT/developer/RTheap.h.rst
    A docs/dyninstAPI_RT/developer/RTthread.h.rst
    A docs/dyninstAPI_RT/developer/dyninstAPI_RT.h.rst
    A docs/dyninstAPI_RT/developer/dyninstRTExport.h.rst
    M docs/index.rst

  Log Message:
  -----------
  Add dyninstAPI_RT stubs


  Commit: 48159f0e369bfab537b88950dc53c38427ddf2aa
      https://github.com/dyninst/dyninst/commit/48159f0e369bfab537b88950dc53c38427ddf2aa
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI_RT/developer/RTthread.h.rst
    M dyninstAPI_RT/src/RTthread.h

  Log Message:
  -----------
  Add dyninstAPI_RT/RTthread.h


  Commit: a2e345d58cc360a4f987e3f538f048990f71495c
      https://github.com/dyninst/dyninst/commit/a2e345d58cc360a4f987e3f538f048990f71495c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI_RT/developer/dyninstAPI_RT.h.rst
    M dyninstAPI_RT/h/dyninstAPI_RT.h

  Log Message:
  -----------
  Add dyninstAPI_RT/dyninstAPI_RT.h


  Commit: 67b7f6889332312603a094f376add3d8fa437e8e
      https://github.com/dyninst/dyninst/commit/67b7f6889332312603a094f376add3d8fa437e8e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI_RT/developer/dyninstRTExport.h.rst
    M dyninstAPI_RT/h/dyninstRTExport.h

  Log Message:
  -----------
  Add dyninstAPI_RT/dyninstRTExport.h


  Commit: 4970bd0d1e1d2852924906842a297c837fb125fb
      https://github.com/dyninst/dyninst/commit/4970bd0d1e1d2852924906842a297c837fb125fb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI_RT/developer/RTcommon.h.rst
    M dyninstAPI_RT/src/RTcommon.h

  Log Message:
  -----------
  Add dyninstAPI_RT/RTcommon.h


  Commit: 99f637612086d9ec73d3ca768c02c6b6fd4a397c
      https://github.com/dyninst/dyninst/commit/99f637612086d9ec73d3ca768c02c6b6fd4a397c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI_RT/developer/RTheap.h.rst
    M dyninstAPI_RT/src/RTheap.h

  Log Message:
  -----------
  Add dyninstAPI_RT/RTheap.h


  Commit: e3abe29ab98bb4b4f4af71ed6fd476b77064299a
      https://github.com/dyninst/dyninst/commit/e3abe29ab98bb4b4f4af71ed6fd476b77064299a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/addrtranslate-auxv.C

  Log Message:
  -----------
  Merge comments from common/src/addrtranslate-auxv.C


  Commit: 0f655ac133f67f988ab38e1c6b9e51c1eb4cfe83
      https://github.com/dyninst/dyninst/commit/0f655ac133f67f988ab38e1c6b9e51c1eb4cfe83
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/addrtranslate-freebsd.C

  Log Message:
  -----------
  Merge comments from common/src/addrtranslate-freebsd.C


  Commit: 7ad400f2cf3963a29f2316ce32d76c92bc7baa5e
      https://github.com/dyninst/dyninst/commit/7ad400f2cf3963a29f2316ce32d76c92bc7baa5e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/arch-aarch64.C
    M docs/common/developer/arch-aarch64.h.rst

  Log Message:
  -----------
  Add common/arch-aarch64.C


  Commit: a26cce52d613146e0e767b9466de05c7ee0da6b8
      https://github.com/dyninst/dyninst/commit/a26cce52d613146e0e767b9466de05c7ee0da6b8
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/arch-power.C
    M docs/common/developer/arch-power.h.rst

  Log Message:
  -----------
  Add common/arch-power.C


  Commit: 035aecafbdd016498de3f25b5b93b36e0f540305
      https://github.com/dyninst/dyninst/commit/035aecafbdd016498de3f25b5b93b36e0f540305
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/AST.C

  Log Message:
  -----------
  Add common/AST.C


  Commit: 9c6601c41c6c628b7ae4b6dc04a8b0219c79896e
      https://github.com/dyninst/dyninst/commit/9c6601c41c6c628b7ae4b6dc04a8b0219c79896e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/freebsdKludges.C
    M docs/common/developer/freebsdKludges.h.rst

  Log Message:
  -----------
  Add common/freebsdKludges.C


  Commit: 57eeb1b3e246750248b1db5a19d1ba16f4044441
      https://github.com/dyninst/dyninst/commit/57eeb1b3e246750248b1db5a19d1ba16f4044441
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/h/MachSyscall.h
    M common/src/MachSyscall.C
    M docs/common/developer/API.rst
    A docs/common/developer/MachSyscall.h.rst
    M docs/common/public/MachSyscall.h.rst

  Log Message:
  -----------
  Add common/MachSyscall.C


  Commit: 08c99fcb990b655039a6814aa13f92f748c35c0d
      https://github.com/dyninst/dyninst/commit/08c99fcb990b655039a6814aa13f92f748c35c0d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/Graph.C

  Log Message:
  -----------
  Add common/src/Graph.C


  Commit: e226b7807b96db0869df08970635b666c7854d5f
      https://github.com/dyninst/dyninst/commit/e226b7807b96db0869df08970635b666c7854d5f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/lprintf.C

  Log Message:
  -----------
  Add common/src/lprintf.C


  Commit: b11ef2c49d52c624bd1049883d0501ecefbd6c56
      https://github.com/dyninst/dyninst/commit/b11ef2c49d52c624bd1049883d0501ecefbd6c56
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/pfq-rwlock.C
    M docs/common/developer/concurrent.h.rst

  Log Message:
  -----------
  Add common/pfq-rwlock.C


  Commit: a545365d5bb033f913ec5ec4cbe7d257926915ce
      https://github.com/dyninst/dyninst/commit/a545365d5bb033f913ec5ec4cbe7d257926915ce
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/Node.C

  Log Message:
  -----------
  Add common/src/Node.C


  Commit: 333a17c4bfcf1defcd205d69d83253d566ba9a02
      https://github.com/dyninst/dyninst/commit/333a17c4bfcf1defcd205d69d83253d566ba9a02
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/pathName.C

  Log Message:
  -----------
  Add common/src/pathName.C


  Commit: 8618081b510af302f62ceb88bd81b19332ea99c3
      https://github.com/dyninst/dyninst/commit/8618081b510af302f62ceb88bd81b19332ea99c3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/symbolDemangle.c
    M docs/common/developer/symbolDemangle.h.rst

  Log Message:
  -----------
  Add common/symbolDemangle.c


  Commit: d51a45483f9135b5fc172ec865c20f335100bd86
      https://github.com/dyninst/dyninst/commit/d51a45483f9135b5fc172ec865c20f335100bd86
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/src/symbolDemangleWithCache.C
    M docs/common/developer/symbolDemangleWithCache.h.rst

  Log Message:
  -----------
  Add common/symbolDemangleWithCache.C


  Commit: a2194be88b6abf583ee78239108455afa5c43fef
      https://github.com/dyninst/dyninst/commit/a2194be88b6abf583ee78239108455afa5c43fef
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/src/AbslocInterface.C
    M dataflowAPI/src/ExpressionConversionVisitor.C
    M docs/dataflowAPI/public/Absloc.h.rst
    M docs/dataflowAPI/public/AbslocInterface.h.rst
    M docs/parseAPI/public/CFG.h.rst
    M docs/patchAPI/public/Point.h.rst

  Log Message:
  -----------
  Fix use of Instruction::Ptr


  Commit: 31e2d71548c2a135d4ed6222a7b2aadfa2d3f857
      https://github.com/dyninst/dyninst/commit/31e2d71548c2a135d4ed6222a7b2aadfa2d3f857
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/src/convertOpcodes.C
    M docs/dataflowAPI/developer/RoseInsnFactory.h.rst

  Log Message:
  -----------
  Add dataflowAPI/src/convertOpcodes.C


  Commit: 5fe1ef9cfc041e93a784ebb62bf7fd25e68d5a15
      https://github.com/dyninst/dyninst/commit/5fe1ef9cfc041e93a784ebb62bf7fd25e68d5a15
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/src/Absloc.C

  Log Message:
  -----------
  Add dataflowAPI/src/Absloc.C


  Commit: 0aacfa0b4a221c15593a91827e605ffdab5b8c39
      https://github.com/dyninst/dyninst/commit/0aacfa0b4a221c15593a91827e605ffdab5b8c39
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/src/liveness.C
    M docs/dataflowAPI/developer/API.rst
    A docs/dataflowAPI/developer/liveness.h.rst
    M docs/dataflowAPI/public/liveness.h.rst

  Log Message:
  -----------
  Add dataflowAPI/src/liveness.C


  Commit: 0ef9db5a1f29a5b3746543a4a91b2671f45a86c4
      https://github.com/dyninst/dyninst/commit/0ef9db5a1f29a5b3746543a4a91b2671f45a86c4
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/src/RegisterMap.C
    M docs/dataflowAPI/developer/RegisterMap.h.rst

  Log Message:
  -----------
  Add dataflowAPI/src/RegisterMap.C


  Commit: 105439f24583f9ba2e46d27a13b1f1c4905c1759
      https://github.com/dyninst/dyninst/commit/105439f24583f9ba2e46d27a13b1f1c4905c1759
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/h/slicing.h
    M dataflowAPI/src/slicing.C
    M docs/dataflowAPI/developer/API.rst
    A docs/dataflowAPI/developer/slicing.h.rst
    M docs/dataflowAPI/public/slicing.h.rst

  Log Message:
  -----------
  Add dataflowAPI/src/slicing.C


  Commit: 56c5e7bfa0615e2c5d9ec8e430a798b0ff2a717f
      https://github.com/dyninst/dyninst/commit/56c5e7bfa0615e2c5d9ec8e430a798b0ff2a717f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/h/stackanalysis.h
    M dataflowAPI/src/stackanalysis.C
    M docs/dataflowAPI/developer/stackanalysis.h.rst
    M docs/dataflowAPI/public/stackanalysis.h.rst

  Log Message:
  -----------
  Add dataflowAPI/stackanalysis.C


  Commit: fed37fde738428b3191cb79afec0df1298108df3
      https://github.com/dyninst/dyninst/commit/fed37fde738428b3191cb79afec0df1298108df3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/src/SymEval.C
    M docs/dataflowAPI/developer/SymEval.h.rst

  Log Message:
  -----------
  Add dataflowAPI/SymEval.C


  Commit: 4308f4c823a7f746346be19d423a76b46c7779fb
      https://github.com/dyninst/dyninst/commit/4308f4c823a7f746346be19d423a76b46c7779fb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/src/Visitors.C

  Log Message:
  -----------
  Add dataflowAPI/Visitors.C


  Commit: 6ff69a21a23e7503009bd1742b7cc9b301d1365a
      https://github.com/dyninst/dyninst/commit/6ff69a21a23e7503009bd1742b7cc9b301d1365a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/h/ABI.h

  Log Message:
  -----------
  Add dataflowAPI/h/ABI.h


  Commit: de4eef2a0718197c474132bf432413c73e6d7338
      https://github.com/dyninst/dyninst/commit/de4eef2a0718197c474132bf432413c73e6d7338
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/h/Absloc.h
    M docs/dataflowAPI/developer/API.rst
    A docs/dataflowAPI/developer/AbsLoc.h.rst

  Log Message:
  -----------
  Add dataflowAPI/AbsLoc.C


  Commit: 6ba0740f1d7e06ba551f0e431ac64995571ce2d3
      https://github.com/dyninst/dyninst/commit/6ba0740f1d7e06ba551f0e431ac64995571ce2d3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/h/AbslocInterface.h
    M docs/dataflowAPI/developer/API.rst
    A docs/dataflowAPI/developer/AbslocInterface.h.rst
    M docs/dataflowAPI/public/AbslocInterface.h.rst

  Log Message:
  -----------
  Add dataflowAPI/AbslocInterface.C


  Commit: db3a99e57320b4ddeae8fee4cf79fb350a53910a
      https://github.com/dyninst/dyninst/commit/db3a99e57320b4ddeae8fee4cf79fb350a53910a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/developer/API.rst
    A docs/instructionAPI/developer/instruction.h.rst
    M instructionAPI/h/Instruction.h

  Log Message:
  -----------
  Add instructionAPI/instruction.h


  Commit: 3e1e5ff7f9b6307914772426cd6715ff226e86c6
      https://github.com/dyninst/dyninst/commit/3e1e5ff7f9b6307914772426cd6715ff226e86c6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/public/ArchSpecificFormatters.h.rst

  Log Message:
  -----------
  Add docs/instructionAPI/public/ArchSpecificFormatters.h.rst


  Commit: 6e35b114980589ae350c90e2f6465712f78aad46
      https://github.com/dyninst/dyninst/commit/6e35b114980589ae350c90e2f6465712f78aad46
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M instructionAPI/h/ArchSpecificFormatters.h

  Log Message:
  -----------
  Add instructionAPI/h/ArchSpecificFormatters.h


  Commit: 9c2c1f30a790648866369531860112b97ecf9b74
      https://github.com/dyninst/dyninst/commit/9c2c1f30a790648866369531860112b97ecf9b74
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M instructionAPI/h/Expression.h

  Log Message:
  -----------
  Add instructionAPI/h/Expression.h


  Commit: 73e1b719ceee1c2f56bd5c6acf5946a813eb20dd
      https://github.com/dyninst/dyninst/commit/73e1b719ceee1c2f56bd5c6acf5946a813eb20dd
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/public/Result.h.rst
    M instructionAPI/h/Result.h

  Log Message:
  -----------
  Add instructionAPI/Result.h


  Commit: 1e896df7fefd2505f25c7f4319a3c5a9a4671390
      https://github.com/dyninst/dyninst/commit/1e896df7fefd2505f25c7f4319a3c5a9a4671390
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/CFG.h.rst
    M docs/parseAPI/public/CFG.h.rst
    M parseAPI/h/CFG.h

  Log Message:
  -----------
  Add parseAPI/CFG.h


  Commit: 58b548f48035813f02fcbb3a4fda19903b459a00
      https://github.com/dyninst/dyninst/commit/58b548f48035813f02fcbb3a4fda19903b459a00
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/CFGFactory.h.rst
    M parseAPI/h/CFGFactory.h

  Log Message:
  -----------
  Add parseAPI/CFGFactor.C


  Commit: 330e03e82d4d42ef4a25a41e9613f8167c78eb2e
      https://github.com/dyninst/dyninst/commit/330e03e82d4d42ef4a25a41e9613f8167c78eb2e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/CFG/RelocBlock.h.rst
    M dyninstAPI/src/Relocation/CFG/RelocBlock.C

  Log Message:
  -----------
  Add dyninstAPI/Relocation/CFG/RelocBlock.C


  Commit: cb3757b3a3fdb800957824e941981e24bb1df5fe
      https://github.com/dyninst/dyninst/commit/cb3757b3a3fdb800957824e941981e24bb1df5fe
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/Relocation/Transformers/Modification.C

  Log Message:
  -----------
  Update dyninstAPI/src/Relocation/Transformers/Modification.C


  Commit: be1ec5403e609b1c567ad87e48effca94b134159
      https://github.com/dyninst/dyninst/commit/be1ec5403e609b1c567ad87e48effca94b134159
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Transformers/Movement-adhoc.h.rst
    M dyninstAPI/src/Relocation/Transformers/Movement-adhoc.C

  Log Message:
  -----------
  Add dyninstAPI/Relocation/Transformers/Movement-adhoc.C


  Commit: 5e97d18564bb8157b9d98d18746508e1d1b1d85d
      https://github.com/dyninst/dyninst/commit/5e97d18564bb8157b9d98d18746508e1d1b1d85d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Transformers/Movement-analysis.h.rst
    M dyninstAPI/src/Relocation/Transformers/Movement-analysis.C

  Log Message:
  -----------
  Add dyninstAPI/Relocation/Transformers/Movement-analysis.C


  Commit: 7c6df00f397efeb0df8f612d57085393c5527281
      https://github.com/dyninst/dyninst/commit/7c6df00f397efeb0df8f612d57085393c5527281
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/Relocation/Widgets/ASTWidget.C

  Log Message:
  -----------
  Add dyninstAPI/src/Relocation/Widgets/ASTWidget.C


  Commit: 2a8db35e17f02b0603b719a0a78ec06b0b973073
      https://github.com/dyninst/dyninst/commit/2a8db35e17f02b0603b719a0a78ec06b0b973073
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/Widgets/CFWidget.h.rst
    M dyninstAPI/src/Relocation/Widgets/CFWidget.C

  Log Message:
  -----------
  Add dyninstAPI/src/Relocation/Widgets/CFWidget.C


  Commit: cad14bfd15612646c9c52680c02930e31b4573f1
      https://github.com/dyninst/dyninst/commit/cad14bfd15612646c9c52680c02930e31b4573f1
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/Relocation/Widgets/CFWidget-aarch64.C

  Log Message:
  -----------
  Add dyninstAPI/src/Relocation/Widgets/CFWidget-aarch64.C


  Commit: 00a9a2a0be4421a92daeacf2bb85f254c4cec134
      https://github.com/dyninst/dyninst/commit/00a9a2a0be4421a92daeacf2bb85f254c4cec134
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/Relocation/Widgets/CFWidget-ppc.C

  Log Message:
  -----------
  Add dyninstAPI/src/Relocation/Widgets/CFWidget-ppc.C


  Commit: 5e568ade125712b9290825c75c60db2a7f154a72
      https://github.com/dyninst/dyninst/commit/5e568ade125712b9290825c75c60db2a7f154a72
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/Relocation/Widgets/CFWidget-x86.C

  Log Message:
  -----------
  Add dyninstAPI/src/Relocation/Widgets/CFWidget-x86.C


  Commit: 964d8dbc40315b3c8823c7243270fc8b38b6746a
      https://github.com/dyninst/dyninst/commit/964d8dbc40315b3c8823c7243270fc8b38b6746a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/Relocation/Widgets/InsnWidget.C

  Log Message:
  -----------
  Add dyninstAPI/src/Relocation/Widgets/InsnWidget.C


  Commit: c03cfa2b2d5a25d7ec635b09cdca6f9268e9c6c7
      https://github.com/dyninst/dyninst/commit/c03cfa2b2d5a25d7ec635b09cdca6f9268e9c6c7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/Relocation/Widgets/InstWidget.C

  Log Message:
  -----------
  Add dyninstAPI/src/Relocation/Widgets/InstWidget.C


  Commit: 0cf78ebd6d80e4a3103907ba3435689fdf4df5ba
      https://github.com/dyninst/dyninst/commit/0cf78ebd6d80e4a3103907ba3435689fdf4df5ba
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/Relocation/Widgets/PCWidget.C

  Log Message:
  -----------
  Add dyninstAPI/src/Relocation/Widgets/PCWidget.C


  Commit: 8dd7d8f8e338599c7c6cd65902a4c981dbe0163e
      https://github.com/dyninst/dyninst/commit/8dd7d8f8e338599c7c6cd65902a4c981dbe0163e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/CodeMover.h.rst
    M dyninstAPI/src/Relocation/CodeMover.C

  Log Message:
  -----------
  Add dyninstAPI/src/Relocation/CodeMover.C


  Commit: 5dfe0fc5d47efd16b90242483c9e39d8ef70c471
      https://github.com/dyninst/dyninst/commit/5dfe0fc5d47efd16b90242483c9e39d8ef70c471
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/Relocation/CodeTracker.h

  Log Message:
  -----------
  Add dyninstAPI/src/Relocation/CodeTracker.h


  Commit: b632a04cbc22128814f5b99d2f26a080c7796ebf
      https://github.com/dyninst/dyninst/commit/b632a04cbc22128814f5b99d2f26a080c7796ebf
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Relocation/DynInstrumenter.h.rst
    M dyninstAPI/src/Relocation/DynInstrumenter.C

  Log Message:
  -----------
  Add dyninstAPI/src/Relocation/DynInstrumenter.C


  Commit: e0307e2b05c803be0397a638c2a23b4a59c2e211
      https://github.com/dyninst/dyninst/commit/e0307e2b05c803be0397a638c2a23b4a59c2e211
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/StackMod/StackAccess.C

  Log Message:
  -----------
  Add dyninstAPI/src/StackMod/StackAccess.C


  Commit: e61f26c2403091892b7efe019e4474d88425b4c6
      https://github.com/dyninst/dyninst/commit/e61f26c2403091892b7efe019e4474d88425b4c6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/StackMod/StackModChecker.h.rst
    M dyninstAPI/src/StackMod/StackModChecker.C

  Log Message:
  -----------
  Add dyninstAPI/src/StackMod/StackModChecker.C


  Commit: 1780490dfc6bb9f1d33d4135596c8a0869a24fd7
      https://github.com/dyninst/dyninst/commit/1780490dfc6bb9f1d33d4135596c8a0869a24fd7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/addressSpace.h.rst
    M dyninstAPI/src/addressSpace.C

  Log Message:
  -----------
  Add dyninstAPI/src/addressSpace.C


  Commit: b411984e807e2419dc3a707393adc3a642d8845c
      https://github.com/dyninst/dyninst/commit/b411984e807e2419dc3a707393adc3a642d8845c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dataflowAPI/public/stackanalysis.h.rst
    M docs/instructionAPI/public/Instruction.h.rst
    M docs/parseAPI/public/CFG.h.rst
    M docs/patchAPI/public/PatchCFG.h.rst

  Log Message:
  -----------
  Remove use of Instruction::Ptr


  Commit: b2634a92ae40ce71dde50c71ab677c7941b16884
      https://github.com/dyninst/dyninst/commit/b2634a92ae40ce71dde50c71ab677c7941b16884
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/ast.h.rst
    M dyninstAPI/src/ast.C

  Log Message:
  -----------
  Add dyninstAPI/src/ast.C


  Commit: 6128fe8e7b5425421469355a308d54d9f5f2d57f
      https://github.com/dyninst/dyninst/commit/6128fe8e7b5425421469355a308d54d9f5f2d57f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/baseTramp.h.rst
    M dyninstAPI/src/baseTramp.C

  Log Message:
  -----------
  Add dyninstAPI/src/baseTramp.C


  Commit: 222e3ac6bb871597e8b6497bdb2f0c96d2b9f198
      https://github.com/dyninst/dyninst/commit/222e3ac6bb871597e8b6497bdb2f0c96d2b9f198
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/binaryEdit.h.rst
    M dyninstAPI/src/binaryEdit.C

  Log Message:
  -----------
  Add dyninstAPI/src/binaryEdit.C


  Commit: 8b289cbaad28157c52769a6142f41b02a4573e03
      https://github.com/dyninst/dyninst/commit/8b289cbaad28157c52769a6142f41b02a4573e03
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/block.h.rst
    M dyninstAPI/src/block.C

  Log Message:
  -----------
  Add dyninstAPI/src/block.C


  Commit: a41fc3a60304d8ca1d4a063174e4193b8091f7d1
      https://github.com/dyninst/dyninst/commit/a41fc3a60304d8ca1d4a063174e4193b8091f7d1
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/BPatch_addressSpace.h.rst
    M docs/dyninstAPI/public/BPatch_addressSpace.h.rst
    M dyninstAPI/src/BPatch_addressSpace.C

  Log Message:
  -----------
  Add dyninstAPI/src/BPatch_addressSpace.C


  Commit: 9fcb8f03b0d788e92c45e1ee2144da4c4226f7bf
      https://github.com/dyninst/dyninst/commit/9fcb8f03b0d788e92c45e1ee2144da4c4226f7bf
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/BPatch_basicBlock.h.rst
    M docs/dyninstAPI/public/BPatch_basicBlock.h.rst
    M docs/dyninstAPI/public/BPatch_basicBlockLoop.h.rst
    M dyninstAPI/src/BPatch_basicBlock.C
    M dyninstAPI/src/BPatch_basicBlockLoop.C

  Log Message:
  -----------
  Add dyninstAPI/src/BPatch_basicBlock.C


  Commit: e463836da9a97df19aa6d03d7d6d0318399da20d
      https://github.com/dyninst/dyninst/commit/e463836da9a97df19aa6d03d7d6d0318399da20d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/API.rst
    A docs/dyninstAPI/developer/BPatch_binaryEdit.h.rst
    M dyninstAPI/src/BPatch_binaryEdit.C

  Log Message:
  -----------
  Add dyninstAPI/src/BPatch_binaryEdit.C


  Commit: 73609f8bb9672c486b5924776eec289450accca8
      https://github.com/dyninst/dyninst/commit/73609f8bb9672c486b5924776eec289450accca8
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/BPatch_collections.h.rst
    M dyninstAPI/src/BPatch_collections.C

  Log Message:
  -----------
  Add dyninstAPI/src/BPatch_collections.C


  Commit: 72e071401c1c978eb13c435a7eae51b5fd42439e
      https://github.com/dyninst/dyninst/commit/72e071401c1c978eb13c435a7eae51b5fd42439e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/BPatch_flowGraph.h.rst
    M docs/dyninstAPI/public/BPatch_flowGraph.h.rst
    M dyninstAPI/src/BPatch_flowGraph.C

  Log Message:
  -----------
  Add dyninstAPI/src/BPatch_flowGraph.C


  Commit: 929494dd938d6afdeb5518ed33fc829b4c34d83e
      https://github.com/dyninst/dyninst/commit/929494dd938d6afdeb5518ed33fc829b4c34d83e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/BPatch_frame.h.rst
    M dyninstAPI/src/BPatch_frame.C

  Log Message:
  -----------
  Add dyninstAPI/src/BPatch_frame.C


  Commit: 2c02f1fc1cc63293c3fa5884b95a4a8f5a314502
      https://github.com/dyninst/dyninst/commit/2c02f1fc1cc63293c3fa5884b95a4a8f5a314502
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/BPatch_memoryAccess_NP.h.rst

  Log Message:
  -----------
  Add docs/dyninstAPI/developer/BPatch_memoryAccess_NP.h.rst


  Commit: c051951b04dcaac19afe39944a2e7db2fcfc6ded
      https://github.com/dyninst/dyninst/commit/c051951b04dcaac19afe39944a2e7db2fcfc6ded
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_memoryAccess_NP.h.rst

  Log Message:
  -----------
  Add docs/dyninstAPI/public/BPatch_memoryAccess_NP.h.rst


  Commit: beb178dc3126d1b261b70dd2c2fd023e46350e46
      https://github.com/dyninst/dyninst/commit/beb178dc3126d1b261b70dd2c2fd023e46350e46
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/BPatch_instruction.C

  Log Message:
  -----------
  Add dyninstAPI/src/BPatch_instruction.C


  Commit: 5df3d14df59e303252b8da598d74653cf1069c3c
      https://github.com/dyninst/dyninst/commit/5df3d14df59e303252b8da598d74653cf1069c3c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/BPatch_memoryAccess.C

  Log Message:
  -----------
  Add dyninstAPI/src/BPatch_memoryAccess.C


  Commit: b0c900e04901d672cfd70e91232a089fdd0eeac0
      https://github.com/dyninst/dyninst/commit/b0c900e04901d672cfd70e91232a089fdd0eeac0
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/BPatch_module.h.rst
    M dyninstAPI/src/BPatch_module.C

  Log Message:
  -----------
  Add dyninstAPI/src/BPatch_module.C


  Commit: 9280db1e9eca59285482d881a0c0c34b6de24186
      https://github.com/dyninst/dyninst/commit/9280db1e9eca59285482d881a0c0c34b6de24186
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/BPatch_point.h.rst
    M docs/dyninstAPI/public/BPatch_point.h.rst
    M dyninstAPI/src/BPatch_point.C

  Log Message:
  -----------
  Add dyninstAPI/src/BPatch_point.C


  Commit: 0067be5dbd1cb944a82b2282f6d8e8218fbf219f
      https://github.com/dyninst/dyninst/commit/0067be5dbd1cb944a82b2282f6d8e8218fbf219f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/BPatch_process.h.rst
    M docs/dyninstAPI/public/BPatch_process.h.rst
    M dyninstAPI/src/BPatch_process.C

  Log Message:
  -----------
  Add dyninstAPI/src/BPatch_process.C


  Commit: fa1d8228a2a19242272cfe4cafc848b4c057bd1a
      https://github.com/dyninst/dyninst/commit/fa1d8228a2a19242272cfe4cafc848b4c057bd1a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/BPatch_snippet.h.rst
    M docs/dyninstAPI/public/BPatch_snippet.h.rst
    M dyninstAPI/h/BPatch_snippet.h
    M dyninstAPI/src/BPatch_snippet.C

  Log Message:
  -----------
  Add dyninstAPI/src/BPatch_snippet.C


  Commit: 77ab78ef827d2711480e903412e8c123d3ef4cd6
      https://github.com/dyninst/dyninst/commit/77ab78ef827d2711480e903412e8c123d3ef4cd6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/BPatch_thread.h.rst
    M docs/dyninstAPI/public/BPatch_thread.h.rst
    M dyninstAPI/src/BPatch_thread.C

  Log Message:
  -----------
  Add dyninstAPI/src/BPatch_thread.C


  Commit: 2443a3512f21fa7168c0614eff6bcddd5ceaf849
      https://github.com/dyninst/dyninst/commit/2443a3512f21fa7168c0614eff6bcddd5ceaf849
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/BPatch_type.C

  Log Message:
  -----------
  Add dyninstAPI/src/BPatch_type.C


  Commit: 1a298037bc844dc3133bad8216ad56fb40014545
      https://github.com/dyninst/dyninst/commit/1a298037bc844dc3133bad8216ad56fb40014545
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/BPatch.h.rst
    M docs/dyninstAPI/public/BPatch.h.rst
    M dyninstAPI/src/BPatch.C

  Log Message:
  -----------
  Add dyninstAPI/src/BPatch.C


  Commit: 3cb3696f5c81f5e9560ab3b47e25a7257b83d014
      https://github.com/dyninst/dyninst/commit/3cb3696f5c81f5e9560ab3b47e25a7257b83d014
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/codegen.h.rst
    M dyninstAPI/src/codegen.C

  Log Message:
  -----------
  Add dyninstAPI/src/codegen.C


  Commit: 2efa5331a5309d6b2772510c24574b827ca11d02
      https://github.com/dyninst/dyninst/commit/2efa5331a5309d6b2772510c24574b827ca11d02
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/codegen-aarch64.h.rst
    M dyninstAPI/src/codegen-aarch64.C
    M dyninstAPI/src/codegen-aarch64.h

  Log Message:
  -----------
  Add dyninstAPI/src/codegen-aarch64.C


  Commit: 553c9146909e673586f522d153ad3772ad58452c
      https://github.com/dyninst/dyninst/commit/553c9146909e673586f522d153ad3772ad58452c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/codegen-power.h.rst
    M dyninstAPI/src/codegen-power.C

  Log Message:
  -----------
  Add dyninstAPI/src/codegen-power.C


  Commit: 182cee85f6299df1bc5c2e5c0730d57cee00ba27
      https://github.com/dyninst/dyninst/commit/182cee85f6299df1bc5c2e5c0730d57cee00ba27
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/codegen-x86.h.rst
    M dyninstAPI/src/codegen-x86.C

  Log Message:
  -----------
  Add dyninstAPI/src/codegen-x86.C


  Commit: 4e10ad0d4a391e2f6c6c58e8a2165c805d7cac3f
      https://github.com/dyninst/dyninst/commit/4e10ad0d4a391e2f6c6c58e8a2165c805d7cac3f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/codeRange.h.rst
    M dyninstAPI/src/codeRange.C
    M dyninstAPI/src/codeRange.h

  Log Message:
  -----------
  Add dyninstAPI/src/codeRange.C


  Commit: eb6915eabc3ea5486a70fce9749a087e30423cb5
      https://github.com/dyninst/dyninst/commit/eb6915eabc3ea5486a70fce9749a087e30423cb5
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/debug.C

  Log Message:
  -----------
  Add dyninstAPI/src/debug.C


  Commit: 8ebef043ce76952a2c4f88cf664b48b3be7bcb48
      https://github.com/dyninst/dyninst/commit/8ebef043ce76952a2c4f88cf664b48b3be7bcb48
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/dynProcess.h.rst
    M dyninstAPI/src/dynProcess-x86.C
    M dyninstAPI/src/dynProcess.C
    M dyninstAPI/src/dynProcess.h

  Log Message:
  -----------
  Add dyninstAPI/src/dynProcess.C


  Commit: 2833cdca495c03371f2276249c505033ebe060b4
      https://github.com/dyninst/dyninst/commit/2833cdca495c03371f2276249c505033ebe060b4
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/edge.C

  Log Message:
  -----------
  Add dyninstAPI/src/edge.C


  Commit: 60720693ffd1541fc1f68a410fafd5f42f4e46b7
      https://github.com/dyninst/dyninst/commit/60720693ffd1541fc1f68a410fafd5f42f4e46b7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/emit-aarch64.C

  Log Message:
  -----------
  Add dyninstAPI/src/emit-aarch64.C


  Commit: b89553f8b80254bbce1988dc489e65491cf22dee
      https://github.com/dyninst/dyninst/commit/b89553f8b80254bbce1988dc489e65491cf22dee
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/common/developer/registers/MachRegister.h.rst
    M docs/dyninstAPI/developer/emit-x86.h.rst
    M dyninstAPI/src/emit-x86.C

  Log Message:
  -----------
  Add dyninstAPI/src/emit-x86.C


  Commit: b9e6f1fcad7f12c7da43641dbffcc81cbe6f18b8
      https://github.com/dyninst/dyninst/commit/b9e6f1fcad7f12c7da43641dbffcc81cbe6f18b8
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/frame.h.rst
    M dyninstAPI/src/frame.C

  Log Message:
  -----------
  Add dyninstAPI/src/frame.C


  Commit: e5c166e8709709f5b8d3431a38a8388ee720ab1e
      https://github.com/dyninst/dyninst/commit/e5c166e8709709f5b8d3431a38a8388ee720ab1e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/freebsd.C

  Log Message:
  -----------
  Add dyninstAPI/src/freebsd.C


  Commit: ed9676f88405c21168de600608f40e69a6715bf6
      https://github.com/dyninst/dyninst/commit/ed9676f88405c21168de600608f40e69a6715bf6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/function.h.rst
    M dyninstAPI/src/function.C

  Log Message:
  -----------
  Add dyninstAPI/src/function.C


  Commit: 7179b4d5965ec220a16e73a9250d635b2350aae7
      https://github.com/dyninst/dyninst/commit/7179b4d5965ec220a16e73a9250d635b2350aae7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/hybridAnalysis.h.rst
    M dyninstAPI/src/hybridCallbacks.C
    M dyninstAPI/src/hybridInstrumentation.C

  Log Message:
  -----------
  Add dyninstAPI/src/hybridInstrumentation.C


  Commit: dc3996f479cd85b6c9b085da398b0a2b064afa9f
      https://github.com/dyninst/dyninst/commit/dc3996f479cd85b6c9b085da398b0a2b064afa9f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/hybridAnalysis.h.rst
    M dyninstAPI/src/hybridInstrumentation.C
    M dyninstAPI/src/hybridOverwrites.C

  Log Message:
  -----------
  Add dyninstAPI/src/hybridInstrumentation.C


  Commit: d53cfc44720370aaaec906e2a13e3bfff1681e94
      https://github.com/dyninst/dyninst/commit/d53cfc44720370aaaec906e2a13e3bfff1681e94
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/image.h.rst
    M dyninstAPI/src/image.C

  Log Message:
  -----------
  Add dyninstAPI/src/image.C


  Commit: 4f672487bb57da695ad5a4f4ff99723d2bbdc947
      https://github.com/dyninst/dyninst/commit/4f672487bb57da695ad5a4f4ff99723d2bbdc947
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/inst.h.rst
    M dyninstAPI/src/inst.C

  Log Message:
  -----------
  Add dyninstAPI/src/inst.C


  Commit: 865781ef4849c77d2c83cbe38a66a093a8da8665
      https://github.com/dyninst/dyninst/commit/865781ef4849c77d2c83cbe38a66a093a8da8665
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/infHeap.C

  Log Message:
  -----------
  Add dyninstAPI/src/infHeap.C


  Commit: 4dca221d23c44dd2be85e0962e43eab97470bc72
      https://github.com/dyninst/dyninst/commit/4dca221d23c44dd2be85e0962e43eab97470bc72
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/inst-aarch64.C

  Log Message:
  -----------
  Add dyninstAPI/src/inst-aarch64.C


  Commit: 329a4a1295a88c3375af29969ce876a049665da2
      https://github.com/dyninst/dyninst/commit/329a4a1295a88c3375af29969ce876a049665da2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/emit-aarch64.h.rst
    M dyninstAPI/src/inst-aarch64.C

  Log Message:
  -----------
  Add dyninstAPI/src/inst-aarch64.C


  Commit: 5ce990e49a931d69739cdf52b60ab3236703425d
      https://github.com/dyninst/dyninst/commit/5ce990e49a931d69739cdf52b60ab3236703425d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/instPoint.h.rst
    M dyninstAPI/src/instPoint.C

  Log Message:
  -----------
  Add dyninstAPI/src/instPoint.C


  Commit: 1e2e07088eecc719e03135bde44de6a7abfd70ea
      https://github.com/dyninst/dyninst/commit/1e2e07088eecc719e03135bde44de6a7abfd70ea
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/inst-power.h.rst
    M dyninstAPI/src/inst-power.C

  Log Message:
  -----------
  Add dyninstAPI/src/inst-power.C


  Commit: ebb8cf76dcaff35ea034e9b7ff54e9ff8cf4ab3a
      https://github.com/dyninst/dyninst/commit/ebb8cf76dcaff35ea034e9b7ff54e9ff8cf4ab3a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/mapped_object.h.rst
    M dyninstAPI/src/mapped_object.C

  Log Message:
  -----------
  Add dyninstAPI/src/mapped_object.C


  Commit: 8cecdc0d7d692cf63940a8aa6458e07fda544676
      https://github.com/dyninst/dyninst/commit/8cecdc0d7d692cf63940a8aa6458e07fda544676
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/linux-aarch64.C

  Log Message:
  -----------
  Add dyninstAPI/src/linux-aarch64.C


  Commit: b522d6dba8b7dba3b69f23b9478675578a887929
      https://github.com/dyninst/dyninst/commit/b522d6dba8b7dba3b69f23b9478675578a887929
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/linux-power.C

  Log Message:
  -----------
  Add dyninstAPI/src/linux-power.C


  Commit: 37aa93e1be61017a7c853b86aecb03e773445e56
      https://github.com/dyninst/dyninst/commit/37aa93e1be61017a7c853b86aecb03e773445e56
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/linux.C

  Log Message:
  -----------
  Add dyninstAPI/src/linux.C


  Commit: 5b84694e5830c87c3cbc582730fc7b23a5c1a95d
      https://github.com/dyninst/dyninst/commit/5b84694e5830c87c3cbc582730fc7b23a5c1a95d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/mapped_module.C

  Log Message:
  -----------
  Add dyninstAPI/src/mapped_module.C


  Commit: c85112fe50d8d3fb9f399cf9a8b8ffd2f91df708
      https://github.com/dyninst/dyninst/commit/c85112fe50d8d3fb9f399cf9a8b8ffd2f91df708
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/binaryEdit.h.rst
    M docs/dyninstAPI/developer/parse-cfg.h.rst
    M dyninstAPI/src/parse-aarch64.C

  Log Message:
  -----------
  Add dyninstAPI/src/parse-aarch64.C


  Commit: c19955ee5e993c4a1b49efeeb3634badc1b4b0ab
      https://github.com/dyninst/dyninst/commit/c19955ee5e993c4a1b49efeeb3634badc1b4b0ab
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/parse-cfg.h.rst
    M dyninstAPI/src/parse-cfg.C

  Log Message:
  -----------
  Add dyninstAPI/src/parse-cfg.C


  Commit: c3df63f860987fc94999486ded6a42068e98f152
      https://github.com/dyninst/dyninst/commit/c3df63f860987fc94999486ded6a42068e98f152
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/Patching.h.rst

  Log Message:
  -----------
  Add docs/dyninstAPI/developer/Patching.h.rst


  Commit: f0e14ed3f0e8d81d7c440e424cfadbdf3625def4
      https://github.com/dyninst/dyninst/commit/f0e14ed3f0e8d81d7c440e424cfadbdf3625def4
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/parse-power.C

  Log Message:
  -----------
  Add dyninstAPI/src/parse-power.C


  Commit: 7ba350e01b93b612638ee5c49262aa7ad3f63010
      https://github.com/dyninst/dyninst/commit/7ba350e01b93b612638ee5c49262aa7ad3f63010
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/parse-x86.C

  Log Message:
  -----------
  Add dyninstAPI/src/parse-x86.C


  Commit: 17aa6fe471445239a42f4d95e6117ce8956065eb
      https://github.com/dyninst/dyninst/commit/17aa6fe471445239a42f4d95e6117ce8956065eb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/registerSpace.h.rst
    M dyninstAPI/src/registerSpace.C

  Log Message:
  -----------
  Add dyninstAPI/src/registerSpace.C


  Commit: 6c96ff35f5ce9531c7dc83dc73fbeae084e03518
      https://github.com/dyninst/dyninst/commit/6c96ff35f5ce9531c7dc83dc73fbeae084e03518
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/dynProcess.h.rst
    M docs/dyninstAPI/developer/unix.h.rst
    M dyninstAPI/src/unix.C

  Log Message:
  -----------
  Add dyninstAPI/src/registerSpace.C


  Commit: bb5b68db02647177ff874361cdc81b9316ebe964
      https://github.com/dyninst/dyninst/commit/bb5b68db02647177ff874361cdc81b9316ebe964
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/registerSpace.C

  Log Message:
  -----------
  Add dyninstAPI/src/registerSpace.C


  Commit: 451bd8f2a4248660cddc621830fdac77d8e15843
      https://github.com/dyninst/dyninst/commit/451bd8f2a4248660cddc621830fdac77d8e15843
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/stackwalk-aarch64.C

  Log Message:
  -----------
  Add dyninstAPI/src/stackwalk-aarch64.C


  Commit: e8bf5c98bd68f99400b93aa877bbec44ed1899fd
      https://github.com/dyninst/dyninst/commit/e8bf5c98bd68f99400b93aa877bbec44ed1899fd
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/stackwalk-x86.C

  Log Message:
  -----------
  Add dyninstAPI/src/stackwalk-x86.C


  Commit: e28f718de014925bdf2a60b41bc93d6c21562779
      https://github.com/dyninst/dyninst/commit/e28f718de014925bdf2a60b41bc93d6c21562779
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dyninstAPI/src/syscallNotification.C

  Log Message:
  -----------
  Add dyninstAPI/src/syscallNotification.C


  Commit: a3336a8a41977fe18fa3c51b550586a2a229fd9b
      https://github.com/dyninst/dyninst/commit/a3336a8a41977fe18fa3c51b550586a2a229fd9b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M instructionAPI/src/ArchSpecificFormatters.C

  Log Message:
  -----------
  Add instructionAPI/src/ArchSpecificFormatters.C


  Commit: d343bc0895a8d2d20ea9f84e8a95624061028694
      https://github.com/dyninst/dyninst/commit/d343bc0895a8d2d20ea9f84e8a95624061028694
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/developer/API.rst
    A docs/instructionAPI/developer/interrupts.h.rst
    M docs/instructionAPI/public/API.rst
    A docs/instructionAPI/public/interrupts.h.rst
    M instructionAPI/h/interrupts.h

  Log Message:
  -----------
  Add instructionAPI/interrupts.h


  Commit: 9b60fd7fb02d55c89dc161915d9db72c3ec21cda
      https://github.com/dyninst/dyninst/commit/9b60fd7fb02d55c89dc161915d9db72c3ec21cda
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/developer/API.rst
    A docs/instructionAPI/developer/syscalls.h.rst
    M docs/instructionAPI/public/API.rst
    A docs/instructionAPI/public/syscalls.h.rst
    M instructionAPI/h/syscalls.h
    M instructionAPI/src/syscalls.C

  Log Message:
  -----------
  Add instructionAPI/syscalls.h


  Commit: f0ee92b6462137c6056181c56a676b7fe8a025be
      https://github.com/dyninst/dyninst/commit/f0ee92b6462137c6056181c56a676b7fe8a025be
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/CFGModifier.h.rst
    M parseAPI/src/CFGModifier.C

  Log Message:
  -----------
  Add parseAPI/src/CFGModifier.C


  Commit: 93cfccfd340de23c7f5b734e5625fe29370abbf9
      https://github.com/dyninst/dyninst/commit/93cfccfd340de23c7f5b734e5625fe29370abbf9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M parseAPI/src/BoundFactData.C

  Log Message:
  -----------
  Add parseAPI/src/BoundFactData.C


  Commit: 6003b565f2d9c865a5aa864755c095398936251c
      https://github.com/dyninst/dyninst/commit/6003b565f2d9c865a5aa864755c095398936251c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M parseAPI/src/CFGFactory.C

  Log Message:
  -----------
  Add parseAPI/src/CFGFactory.C


  Commit: 41e98e4270a64f6fab18f04846d02eb076f7d20b
      https://github.com/dyninst/dyninst/commit/41e98e4270a64f6fab18f04846d02eb076f7d20b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M parseAPI/src/CodeObject.C

  Log Message:
  -----------
  Add parseAPI/src/CodeObject.C


  Commit: 556f3e63d49e6cfa078eee85d934f20f899e8329
      https://github.com/dyninst/dyninst/commit/556f3e63d49e6cfa078eee85d934f20f899e8329
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M parseAPI/src/CodeSource.C

  Log Message:
  -----------
  Add parseAPI/src/CodeSource.C


  Commit: 331f8bc2b969cac0474e62da196334ff2267f94d
      https://github.com/dyninst/dyninst/commit/331f8bc2b969cac0474e62da196334ff2267f94d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/CFG.h.rst
    M parseAPI/src/Function.C

  Log Message:
  -----------
  Add parseAPI/src/Function.C


  Commit: 33802351fa967dfe88d3024dc2470ca3f4ef4802
      https://github.com/dyninst/dyninst/commit/33802351fa967dfe88d3024dc2470ca3f4ef4802
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/IA_IAPI.h.rst
    M parseAPI/src/IA_IAPI.C

  Log Message:
  -----------
  Add parseAPI/src/IA_IAPI.C


  Commit: b0625086dae7e31f09759a02ce6b195ce04eed7a
      https://github.com/dyninst/dyninst/commit/b0625086dae7e31f09759a02ce6b195ce04eed7a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/IA_x86.h.rst
    M parseAPI/src/IA_x86.C

  Log Message:
  -----------
  Add parseAPI/src/IA_x86.C


  Commit: c48246479c93a48ee23b15b07daae126d9df3eaa
      https://github.com/dyninst/dyninst/commit/c48246479c93a48ee23b15b07daae126d9df3eaa
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/IndirectAnalyzer.h.rst
    M parseAPI/src/IndirectAnalyzer.C
    M parseAPI/src/IndirectAnalyzer.h

  Log Message:
  -----------
  Add parseAPI/src/IndirectAnalyzer.C


  Commit: 2de14a2561f4a2c72177b8b68290ad4cb0e72f60
      https://github.com/dyninst/dyninst/commit/2de14a2561f4a2c72177b8b68290ad4cb0e72f60
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/public/InstructionAdapter.h.rst
    M parseAPI/src/InstructionAdapter.C

  Log Message:
  -----------
  Add parseAPI/src/InstructionAdapter.C


  Commit: 5d6f94feae2710b80eba3cec42a5879a257a7314
      https://github.com/dyninst/dyninst/commit/5d6f94feae2710b80eba3cec42a5879a257a7314
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/JumpTableIndexPred.h.rst
    M parseAPI/src/JumpTableIndexPred.C

  Log Message:
  -----------
  Add parseAPI/src/JumpTableIndexPred.C


  Commit: 474c0887b2d175c4dd40e48bcf234f6aa51aafc6
      https://github.com/dyninst/dyninst/commit/474c0887b2d175c4dd40e48bcf234f6aa51aafc6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M parseAPI/src/Loop.C

  Log Message:
  -----------
  Add parseAPI/src/Loop.C


  Commit: 02a539126a752c81375be43a808daf2f63b1bd2b
      https://github.com/dyninst/dyninst/commit/02a539126a752c81375be43a808daf2f63b1bd2b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/LoopAnalyzer.h.rst
    M parseAPI/src/LoopAnalyzer.C

  Log Message:
  -----------
  Add parseAPI/src/LoopAnalyzer.C


  Commit: 5094e1ff56c11909725b2a62b21085fba601a63e
      https://github.com/dyninst/dyninst/commit/5094e1ff56c11909725b2a62b21085fba601a63e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/ParseData.h.rst
    M parseAPI/src/ParseData.C

  Log Message:
  -----------
  Add parseAPI/src/ParseData.C


  Commit: 50a42267bbeb1cbb6579261fcad4bc067adc7257
      https://github.com/dyninst/dyninst/commit/50a42267bbeb1cbb6579261fcad4bc067adc7257
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/Parser.h.rst
    M parseAPI/src/Parser.C
    M parseAPI/src/Parser.h

  Log Message:
  -----------
  Add parseAPI/src/Parser.C


  Commit: ec160884f235b599ce98aabaaebdabde20bb1f5b
      https://github.com/dyninst/dyninst/commit/ec160884f235b599ce98aabaaebdabde20bb1f5b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/Parser.h.rst
    M docs/parseAPI/developer/ParserDetails.h.rst
    M parseAPI/src/ParserDetails.C
    M parseAPI/src/ParserDetails.h

  Log Message:
  -----------
  Add parseAPI/src/ParserDetails.C


  Commit: cdc906acd39c462b3defbe7a371570ddf7256c9c
      https://github.com/dyninst/dyninst/commit/cdc906acd39c462b3defbe7a371570ddf7256c9c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/Parser.h.rst
    M parseAPI/src/Parser-speculative.C

  Log Message:
  -----------
  Add parseAPI/src/Parser-speculative.C


  Commit: 01b2c74ead2e42b65ff8d3af7483b4cebb3cb88e
      https://github.com/dyninst/dyninst/commit/01b2c74ead2e42b65ff8d3af7483b4cebb3cb88e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/SymLiteCodeSource.h.rst
    M parseAPI/h/SymLiteCodeSource.h
    M parseAPI/src/SymLiteCodeSource.C

  Log Message:
  -----------
  Add parseAPI/src/SymLiteCodeSource.C


  Commit: eb3966ece14b78b373a8ada5b529be86c29cd390
      https://github.com/dyninst/dyninst/commit/eb3966ece14b78b373a8ada5b529be86c29cd390
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/SymLiteCodeSource.h.rst
    M docs/parseAPI/public/CodeSource.h.rst
    M parseAPI/h/CodeSource.h
    M parseAPI/src/SymtabCodeSource.C

  Log Message:
  -----------
  Add parseAPI/src/SymtabCodeSource.C


  Commit: f3d8dfa39d255e9db05b366b20d226f7ce93aa9e
      https://github.com/dyninst/dyninst/commit/f3d8dfa39d255e9db05b366b20d226f7ce93aa9e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M patchAPI/h/Command.h
    M patchAPI/src/Command.C

  Log Message:
  -----------
  Add patchAPI/src/Command.C


  Commit: ae07e68fb75290eaf6d2692c8132f9b3568be704
      https://github.com/dyninst/dyninst/commit/ae07e68fb75290eaf6d2692c8132f9b3568be704
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M patchAPI/h/PatchCFG.h

  Log Message:
  -----------
  Add patchAPI/h/PatchCFG.h


  Commit: 21453790c55e62d9385800aab884eea0953ffcca
      https://github.com/dyninst/dyninst/commit/21453790c55e62d9385800aab884eea0953ffcca
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M patchAPI/src/AddrSpace.C

  Log Message:
  -----------
  Add patchAPI/src/AddrSpace.C


  Commit: a9abc9ad0d2ae86f5506dae116c08f1ce23fe971
      https://github.com/dyninst/dyninst/commit/a9abc9ad0d2ae86f5506dae116c08f1ce23fe971
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M patchAPI/src/CFGMaker.C

  Log Message:
  -----------
  Add patchAPI/src/CFGMaker.C


  Commit: 7bee29e8e44889aaef67a4898ae80630612d7faf
      https://github.com/dyninst/dyninst/commit/7bee29e8e44889aaef67a4898ae80630612d7faf
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/patchAPI/developer/ParseCallback.h.rst
    M patchAPI/src/ParseCallback.C
    M patchAPI/src/ParseCallback.h

  Log Message:
  -----------
  Add patchAPI/src/ParseCallback.C


  Commit: 5540ea446eb3ddfc493f34cc4a65a941b5bda982
      https://github.com/dyninst/dyninst/commit/5540ea446eb3ddfc493f34cc4a65a941b5bda982
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M patchAPI/src/Command.C

  Log Message:
  -----------
  Add patchAPI/src/Command.C


  Commit: fbc6b90eead7337e322e5081f1b382e090b8534d
      https://github.com/dyninst/dyninst/commit/fbc6b90eead7337e322e5081f1b382e090b8534d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M patchAPI/src/Instrumenter.C

  Log Message:
  -----------
  Add patchAPI/src/Instrumenter.C


  Commit: 51bf8e092127ec36232d252848e2e02ad9a0b361
      https://github.com/dyninst/dyninst/commit/51bf8e092127ec36232d252848e2e02ad9a0b361
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/patchAPI/developer/PatchCFG.h.rst
    M patchAPI/src/PatchBlock.C

  Log Message:
  -----------
  Add patchAPI/src/PatchBlock.C


  Commit: a1d9248ec2f97a05a6c5a7bd72604a3aa590e275
      https://github.com/dyninst/dyninst/commit/a1d9248ec2f97a05a6c5a7bd72604a3aa590e275
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/patchAPI/developer/PatchCFG.h.rst
    M patchAPI/src/PatchFunction.C

  Log Message:
  -----------
  Add patchAPI/src/PatchFunction.C


  Commit: 896f0cd9e8ebdace9f8e1becd48156ed1b017c25
      https://github.com/dyninst/dyninst/commit/896f0cd9e8ebdace9f8e1becd48156ed1b017c25
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M patchAPI/src/PatchLoop.C

  Log Message:
  -----------
  Add patchAPI/src/PatchLoop.C


  Commit: f50d36e80284c9eae9612f3530fbd8220873bebc
      https://github.com/dyninst/dyninst/commit/f50d36e80284c9eae9612f3530fbd8220873bebc
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M patchAPI/src/PatchMgr.C

  Log Message:
  -----------
  Add patchAPI/src/PatchMgr.C


  Commit: 5c73f1cde63b948d4d1ebe14ca82d13a030a795c
      https://github.com/dyninst/dyninst/commit/5c73f1cde63b948d4d1ebe14ca82d13a030a795c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/patchAPI/public/PatchModifier.h.rst
    M patchAPI/src/PatchModifier.C

  Log Message:
  -----------
  Add patchAPI/src/PatchModifier.C


  Commit: ddc600bd28ebc2e47208e88470883663486eaa1f
      https://github.com/dyninst/dyninst/commit/ddc600bd28ebc2e47208e88470883663486eaa1f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M patchAPI/src/PatchObject.C

  Log Message:
  -----------
  Add patchAPI/src/PatchObject.C


  Commit: 0ad5e039c17b3c8137431002a30376f10cc17b5c
      https://github.com/dyninst/dyninst/commit/0ad5e039c17b3c8137431002a30376f10cc17b5c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M patchAPI/src/Point.C

  Log Message:
  -----------
  Add patchAPI/src/Point.C


  Commit: dab4a4178eea28752aaa0a64cfba8809d2a0e1f5
      https://github.com/dyninst/dyninst/commit/dab4a4178eea28752aaa0a64cfba8809d2a0e1f5
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/patchAPI/developer/Point.h.rst
    M patchAPI/src/Point.C

  Log Message:
  -----------
  Add patchAPI/src/Point.C


  Commit: 357fa1a354d2e67b6d430eabe7ddbb3e7eddbf56
      https://github.com/dyninst/dyninst/commit/357fa1a354d2e67b6d430eabe7ddbb3e7eddbf56
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/developer/codegen.h.rst
    M proccontrol/src/loadLibrary/codegen-ppc.C

  Log Message:
  -----------
  Add proccontrol/src/loadLibrary/codegen-ppc.C


  Commit: 00c660d05973caa34d092998930efeb4f0d58f75
      https://github.com/dyninst/dyninst/commit/00c660d05973caa34d092998930efeb4f0d58f75
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/arm_process.h.rst
    M proccontrol/src/arm_process.C
    M proccontrol/src/arm_process.h

  Log Message:
  -----------
  Add proccontrol/src/arm_process.C


  Commit: 1d4374105829f9daad3c3ff93e879ad4dd5813b9
      https://github.com/dyninst/dyninst/commit/1d4374105829f9daad3c3ff93e879ad4dd5813b9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/freebsd.h.rst
    M proccontrol/src/freebsd.C

  Log Message:
  -----------
  Add proccontrol/src/freebsd.C


  Commit: 014e22f2b0d0ef85e0719f706abe23809cf893aa
      https://github.com/dyninst/dyninst/commit/014e22f2b0d0ef85e0719f706abe23809cf893aa
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/Generator.h.rst
    M docs/proccontrol/public/Generator.h.rst
    M proccontrol/h/Generator.h
    M proccontrol/src/generator.C

  Log Message:
  -----------
  Add proccontrol/src/generator.C


  Commit: 1f050a10d185342178dfe0297bca3a30cdd758a3
      https://github.com/dyninst/dyninst/commit/1f050a10d185342178dfe0297bca3a30cdd758a3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/instructionAPI/developer/API.rst
    R docs/instructionAPI/developer/interrupts.h.rst

  Log Message:
  -----------
  Remove docs/instructionAPI/developer/interrupts.h.rst


  Commit: 7621c90289d8d6019027894439c24e13dc25a637
      https://github.com/dyninst/dyninst/commit/7621c90289d8d6019027894439c24e13dc25a637
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/int_handler.h.rst
    M proccontrol/src/int_thread_db.C

  Log Message:
  -----------
  Add proccontrol/src/int_thread_db.C


  Commit: 457817c39d4d41ab58ce4378944038ccb6d3dfc1
      https://github.com/dyninst/dyninst/commit/457817c39d4d41ab58ce4378944038ccb6d3dfc1
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M proccontrol/src/irpc.C
    M proccontrol/src/irpc.h

  Log Message:
  -----------
  Add proccontrol/src/irpc.C


  Commit: 6ac6b2be6a636b7d2fbd2bddbdfbea27deea95ee
      https://github.com/dyninst/dyninst/commit/6ac6b2be6a636b7d2fbd2bddbdfbea27deea95ee
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M proccontrol/src/handler.C

  Log Message:
  -----------
  Add proccontrol/src/handler.C


  Commit: 7f971ea14d60277cc3e1c27ad8a34c294b1ab3dd
      https://github.com/dyninst/dyninst/commit/7f971ea14d60277cc3e1c27ad8a34c294b1ab3dd
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/ProcessSet.h.rst
    M docs/proccontrol/public/ProcessSet.h.rst
    M proccontrol/h/ProcessSet.h
    M proccontrol/src/procset.C

  Log Message:
  -----------
  Add proccontrol/h/ProcessSet.h


  Commit: 7f55b8d31f06ceb63ad4a72780119f3694f1e6f4
      https://github.com/dyninst/dyninst/commit/7f55b8d31f06ceb63ad4a72780119f3694f1e6f4
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/linux.h.rst
    M proccontrol/src/linux.C

  Log Message:
  -----------
  Add proccontrol/src/linux.C


  Commit: e872a3210d54b0f51de2e8faf2a021142492b512
      https://github.com/dyninst/dyninst/commit/e872a3210d54b0f51de2e8faf2a021142492b512
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/resp.h.rst
    M proccontrol/src/resp.h

  Log Message:
  -----------
  Add proccontrol/src/resp.C


  Commit: c4119b053811a49f0aa2558e3547b689dddc4cf1
      https://github.com/dyninst/dyninst/commit/c4119b053811a49f0aa2558e3547b689dddc4cf1
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/unix.h.rst
    M proccontrol/src/unix.C

  Log Message:
  -----------
  Add proccontrol/src/unix.C


  Commit: 54292c77e259f198f8333f16693004b512e3fae6
      https://github.com/dyninst/dyninst/commit/54292c77e259f198f8333f16693004b512e3fae6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/Module.h.rst
    M symtabAPI/h/Module.h

  Log Message:
  -----------
  Add symtabAPI/h/Module.h


  Commit: c5276531613ef12e0f47e1e94ddd50fd5f9c34eb
      https://github.com/dyninst/dyninst/commit/c5276531613ef12e0f47e1e94ddd50fd5f9c34eb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/Symtab.h.rst
    M symtabAPI/h/Symtab.h

  Log Message:
  -----------
  Add symtabAPI/h/Symtab.h


  Commit: 322ec77e2deb1a7299139f6497f97d02ede8ad21
      https://github.com/dyninst/dyninst/commit/322ec77e2deb1a7299139f6497f97d02ede8ad21
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M symtabAPI/h/Aggregate.h

  Log Message:
  -----------
  Add symtabAPI/h/Aggregate.h


  Commit: b4beabcdc5ad70e2142c241c44141cfa9f65ef38
      https://github.com/dyninst/dyninst/commit/b4beabcdc5ad70e2142c241c44141cfa9f65ef38
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M symtabAPI/h/Region.h

  Log Message:
  -----------
  Add symtabAPI/h/Region.h


  Commit: a1b9792ad3be1bc7748e70eb4853a1339b48898e
      https://github.com/dyninst/dyninst/commit/a1b9792ad3be1bc7748e70eb4853a1339b48898e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M symtabAPI/h/Symbol.h

  Log Message:
  -----------
  Add symtabAPI/h/Symbol.h


  Commit: 39be89f1ff3082021fc184094b613dfd7799a9b0
      https://github.com/dyninst/dyninst/commit/39be89f1ff3082021fc184094b613dfd7799a9b0
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/Archive.h.rst
    M symtabAPI/src/Archive.C

  Log Message:
  -----------
  Add symtabAPI/src/Archive.C


  Commit: 3bd8132c89c41c554ac6cbd63f8cd7bb27518c53
      https://github.com/dyninst/dyninst/commit/3bd8132c89c41c554ac6cbd63f8cd7bb27518c53
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/Collections.h.rst
    M symtabAPI/src/Collections.C

  Log Message:
  -----------
  Add symtabAPI/src/Collections.C


  Commit: b52eb4672603149519bcaefd324c7962e5dd8d4f
      https://github.com/dyninst/dyninst/commit/b52eb4672603149519bcaefd324c7962e5dd8d4f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/dwarfWalker.h.rst
    M symtabAPI/src/dwarfWalker.C
    M symtabAPI/src/dwarfWalker.h

  Log Message:
  -----------
  Add symtabAPI/src/dwarfWalker.C


  Commit: fc58175bca5e1765f05f934d9cb4697a9a836cde
      https://github.com/dyninst/dyninst/commit/fc58175bca5e1765f05f934d9cb4697a9a836cde
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/emitElf.h.rst
    M symtabAPI/src/emitElf.C

  Log Message:
  -----------
  Add symtabAPI/src/emitElf.C


  Commit: bc64036b99ce18fd06facbc5d3c9224a5002255c
      https://github.com/dyninst/dyninst/commit/bc64036b99ce18fd06facbc5d3c9224a5002255c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/emitElfStatic.h.rst
    M symtabAPI/src/emitElfStatic-aarch64.C
    M symtabAPI/src/emitElfStatic-ppc64.C
    M symtabAPI/src/emitElfStatic-x86.C
    M symtabAPI/src/emitElfStatic.C
    M symtabAPI/src/emitElfStatic.h

  Log Message:
  -----------
  Add symtabAPI/src/emitElfStatic.C


  Commit: c9aef425d2196360f7d56646260b52cf03e177aa
      https://github.com/dyninst/dyninst/commit/c9aef425d2196360f7d56646260b52cf03e177aa
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/indexed_symbols.h.rst
    M symtabAPI/src/indexed_symbols.hpp

  Log Message:
  -----------
  Add symtabAPI/src/indexed_symbols.hpp


  Commit: 387272a882b3a738d2e3eb61e68b529f635dd4a2
      https://github.com/dyninst/dyninst/commit/387272a882b3a738d2e3eb61e68b529f635dd4a2
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/API.rst
    A docs/symtabAPI/developer/symtab_impl.hpp.rst
    M symtabAPI/src/Object.C

  Log Message:
  -----------
  Add symtabAPI/src/Object.C


  Commit: 42a64d613f806be98310fb42021965975a7d43f6
      https://github.com/dyninst/dyninst/commit/42a64d613f806be98310fb42021965975a7d43f6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M symtabAPI/src/relocationEntry-elf-aarch64.C

  Log Message:
  -----------
  Add symtabAPI/src/relocationEntry-elf-aarch64.C


  Commit: b7c9fe85efe443051d0938c487a6a86e9a2faa27
      https://github.com/dyninst/dyninst/commit/b7c9fe85efe443051d0938c487a6a86e9a2faa27
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M symtabAPI/src/relocationEntry-elf-ppc64.C

  Log Message:
  -----------
  Add symtabAPI/src/relocationEntry-elf-ppc64.C


  Commit: 11a436a8ef21192427ac4260bd0040c268fb7d3b
      https://github.com/dyninst/dyninst/commit/11a436a8ef21192427ac4260bd0040c268fb7d3b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M symtabAPI/src/relocationEntry-elf-x86.C

  Log Message:
  -----------
  Add symtabAPI/src/relocationEntry-elf-x86.C


  Commit: 25d1a13a8bed494ca616f3e72a49088d7d38e08b
      https://github.com/dyninst/dyninst/commit/25d1a13a8bed494ca616f3e72a49088d7d38e08b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M symtabAPI/src/relocationEntry-stub.C

  Log Message:
  -----------
  Add symtabAPI/src/relocationEntry-stub.C


  Commit: a3940d32e43b7339300beae8ebf0db13842df8da
      https://github.com/dyninst/dyninst/commit/a3940d32e43b7339300beae8ebf0db13842df8da
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/Object-elf.h.rst
    M symtabAPI/src/Object-elf.C

  Log Message:
  -----------
  Add symtabAPI/src/Object-elf.C


  Commit: 13aaad642990de4fd50e5b267e42a36fc1943b38
      https://github.com/dyninst/dyninst/commit/13aaad642990de4fd50e5b267e42a36fc1943b38
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/Symtab.h.rst
    M symtabAPI/src/Symtab.C

  Log Message:
  -----------
  Add symtabAPI/src/Symtab.C


  Commit: 78418db31d37e218a34e5da7b1277d592f51b78f
      https://github.com/dyninst/dyninst/commit/78418db31d37e218a34e5da7b1277d592f51b78f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M symtabAPI/src/symtab_impl.hpp

  Log Message:
  -----------
  Add symtabAPI/src/symtab_impl.hpp


  Commit: a7eb4ca33186d9a74407c7ab8056fc88637f3c57
      https://github.com/dyninst/dyninst/commit/a7eb4ca33186d9a74407c7ab8056fc88637f3c57
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/Symtab.h.rst
    M symtabAPI/src/Symtab-edit.C

  Log Message:
  -----------
  Add symtabAPI/src/Symtab-edit.C


  Commit: f763fd126e162b42f9de5d3069a547f94c040238
      https://github.com/dyninst/dyninst/commit/f763fd126e162b42f9de5d3069a547f94c040238
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/Symtab.h.rst
    M symtabAPI/src/Symtab-lookup.C

  Log Message:
  -----------
  Add symtabAPI/src/Symtab-lookup.C


  Commit: 9a709a499dab02f256c125b0e8bf414e118e1d9e
      https://github.com/dyninst/dyninst/commit/9a709a499dab02f256c125b0e8bf414e118e1d9e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/Type.h.rst
    M symtabAPI/src/Type.C

  Log Message:
  -----------
  Add symtabAPI/src/Type.C


  Commit: 2d20ce704032cd3b7f241e567ece44f4ea9f3723
      https://github.com/dyninst/dyninst/commit/2d20ce704032cd3b7f241e567ece44f4ea9f3723
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/examples/index.rst
    A docs/examples/symtab-add-type.rst
    M docs/index.rst

  Log Message:
  -----------
  Put examples under 'getting started'


  Commit: e2e02a6b89ec82e0546cac2dd8ab05f72e3b6fa8
      https://github.com/dyninst/dyninst/commit/e2e02a6b89ec82e0546cac2dd8ab05f72e3b6fa8
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/h/Annotatable.h
    M docs/common/developer/Annotatable.h.rst

  Log Message:
  -----------
  Update common/h/Annotatable.h


  Commit: e259c6063a4d37c48b74f161caebad0114d84bbf
      https://github.com/dyninst/dyninst/commit/e259c6063a4d37c48b74f161caebad0114d84bbf
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/h/Architecture.h
    M docs/common/public/Architecture.h.rst

  Log Message:
  -----------
  UPdate common/h/Architecture.h


  Commit: 216119bc101ce4df6547ecc3428b09c3ee5d0c91
      https://github.com/dyninst/dyninst/commit/216119bc101ce4df6547ecc3428b09c3ee5d0c91
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/h/Edge.h
    M docs/common/developer/Edge.h.rst

  Log Message:
  -----------
  Update common/h/Edge.h


  Commit: 5fbcd0566dfa08d6bb7425cbada53d9634e954bd
      https://github.com/dyninst/dyninst/commit/5fbcd0566dfa08d6bb7425cbada53d9634e954bd
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/h/IBSTree-fast.h
    M docs/common/developer/IBSTree-fast.h.rst

  Log Message:
  -----------
  Update common/h/IBSTree-fast.h


  Commit: 06c0e4359a80c01593d6653eae1cb5adb1e3cd59
      https://github.com/dyninst/dyninst/commit/06c0e4359a80c01593d6653eae1cb5adb1e3cd59
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/h/IBSTree.h
    M docs/common/developer/IBSTree.h.rst

  Log Message:
  -----------
  Update common/h/IBSTree.h


  Commit: bee2cb7726d829ebd8a7f38784cd3123bdb3f800
      https://github.com/dyninst/dyninst/commit/bee2cb7726d829ebd8a7f38784cd3123bdb3f800
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/h/Buffer.h
    M docs/common/public/Graph.h.rst

  Log Message:
  -----------
  Update common/h/Buffer.h


  Commit: 1f0f548f93f43f683ffbb40d6eea90d1c9aa9136
      https://github.com/dyninst/dyninst/commit/1f0f548f93f43f683ffbb40d6eea90d1c9aa9136
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/h/concurrent.h
    M docs/common/developer/concurrent.h.rst

  Log Message:
  -----------
  Update common/h/concurrent.h


  Commit: b43478093c2aa7089a5659fee7b34f6b4000881c
      https://github.com/dyninst/dyninst/commit/b43478093c2aa7089a5659fee7b34f6b4000881c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/h/Graph.h

  Log Message:
  -----------
  Add common/h/Graph.h


  Commit: 0cad3ed8d57b99d918ba4e2436430dc427bf164f
      https://github.com/dyninst/dyninst/commit/0cad3ed8d57b99d918ba4e2436430dc427bf164f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M common/h/Node.h

  Log Message:
  -----------
  Add common/h/Node.h


  Commit: b12b500f84a1e965aada87579ab32d3ce7fdbc01
      https://github.com/dyninst/dyninst/commit/b12b500f84a1e965aada87579ab32d3ce7fdbc01
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M dataflowAPI/h/SymEval.h

  Log Message:
  -----------
  Add dataflowAPI/h/SymEval.h


  Commit: 0cf59705edb3b29a52b967a93343f6c5ddb39dc3
      https://github.com/dyninst/dyninst/commit/0cf59705edb3b29a52b967a93343f6c5ddb39dc3
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/dyninstAPI/public/BPatch_callbacks.h.rst
    M dyninstAPI/h/BPatch_callbacks.h

  Log Message:
  -----------
  Update dyninstAPI/h/BPatch_callbacks.h


  Commit: 0ea97fd48d1a0c194e76945f5dd0a35150304535
      https://github.com/dyninst/dyninst/commit/0ea97fd48d1a0c194e76945f5dd0a35150304535
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/ParseContainers.h.rst
    M parseAPI/h/ParseContainers.h

  Log Message:
  -----------
  Update parseAPI/h/ParseContainers.h


  Commit: b1aa6fcb1e55660cf27ffdbf9e38f24e49f553ab
      https://github.com/dyninst/dyninst/commit/b1aa6fcb1e55660cf27ffdbf9e38f24e49f553ab
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/ParseCallback.h.rst
    M parseAPI/h/ParseCallback.h

  Log Message:
  -----------
  Update parseAPI/h/ParseCallback.h


  Commit: 4df17c14449e2f5918f1b840f82a7e08d7197a6e
      https://github.com/dyninst/dyninst/commit/4df17c14449e2f5918f1b840f82a7e08d7197a6e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/public/InstructionSource.h.rst
    M parseAPI/h/InstructionSource.h

  Log Message:
  -----------
  Update parseAPI/h/InstructionSource.h


  Commit: 25ca17bbd7fd390af858e4ed5e48a2dbbcded2d9
      https://github.com/dyninst/dyninst/commit/25ca17bbd7fd390af858e4ed5e48a2dbbcded2d9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/public/InstructionAdapter.h.rst
    M parseAPI/h/InstructionAdapter.h

  Log Message:
  -----------
  Update parseAPI/h/InstructionAdapter.h


  Commit: abc305769f708310f6e6bb1bd7b8ea5de2bba403
      https://github.com/dyninst/dyninst/commit/abc305769f708310f6e6bb1bd7b8ea5de2bba403
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M parseAPI/h/GraphAdapter.h

  Log Message:
  -----------
  Upate parseAPI/h/GraphAdapter.h


  Commit: 0a4e0b28df814250b92ce9c01ed1646d95a1f57d
      https://github.com/dyninst/dyninst/commit/0a4e0b28df814250b92ce9c01ed1646d95a1f57d
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/CodeObject.h.rst
    M parseAPI/h/CodeObject.h

  Log Message:
  -----------
  Update parseAPI/h/CodeObject.h


  Commit: 88aceb86a00411f63aa21e023827a996ccedf0f1
      https://github.com/dyninst/dyninst/commit/88aceb86a00411f63aa21e023827a996ccedf0f1
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/parseAPI/developer/CFGModifier.h.rst
    M parseAPI/h/CFGModifier.h

  Log Message:
  -----------
  Update parseAPI/h/CFGModifier.h


  Commit: c102220486d35475494f8ee2bcb076575ed43856
      https://github.com/dyninst/dyninst/commit/c102220486d35475494f8ee2bcb076575ed43856
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M parseAPI/h/CFGModifier.h

  Log Message:
  -----------
  Add parseAPI/h/CFGModifier.h


  Commit: 7ea04e2e5c2b49f063480af2a316eeefa4f7dd71
      https://github.com/dyninst/dyninst/commit/7ea04e2e5c2b49f063480af2a316eeefa4f7dd71
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M patchAPI/h/Point.h

  Log Message:
  -----------
  Add patchAPI/h/Point.h


  Commit: c7eb80ac494e33b27b9060f15a9d51f026b7e20b
      https://github.com/dyninst/dyninst/commit/c7eb80ac494e33b27b9060f15a9d51f026b7e20b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/public/ProcessSet.h.rst
    M proccontrol/h/ProcessSet.h

  Log Message:
  -----------
  Update proccontrol/h/ProcessSet.h


  Commit: f00c65fb9d2fe0166461e499e77a5f5075f0b949
      https://github.com/dyninst/dyninst/commit/f00c65fb9d2fe0166461e499e77a5f5075f0b949
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/PlatFeatures.h.rst
    M proccontrol/h/PlatFeatures.h

  Log Message:
  -----------
  Update proccontrol/h/PlatFeatures.h


  Commit: fb48de82ca55ee15ebcb9ade2aea90abd2612a62
      https://github.com/dyninst/dyninst/commit/fb48de82ca55ee15ebcb9ade2aea90abd2612a62
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/PCProcess.h.rst
    M docs/proccontrol/public/PCProcess.h.rst
    M proccontrol/h/PCProcess.h

  Log Message:
  -----------
  Update proccontrol/h/PCProcess.h


  Commit: 3c814345a239b91bc567ae5f553816c84a36bafb
      https://github.com/dyninst/dyninst/commit/3c814345a239b91bc567ae5f553816c84a36bafb
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M proccontrol/h/EventType.h

  Log Message:
  -----------
  Add proccontrol/h/EventType.h


  Commit: 37f0a2cb2a13bde4e5dee97e2c1c185ec01933ac
      https://github.com/dyninst/dyninst/commit/37f0a2cb2a13bde4e5dee97e2c1c185ec01933ac
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M proccontrol/h/Generator.h

  Log Message:
  -----------
  Add proccontrol/h/Generator.h


  Commit: 2d9a5d1f589a6337ecfe44f08b33a075dbc399f0
      https://github.com/dyninst/dyninst/commit/2d9a5d1f589a6337ecfe44f08b33a075dbc399f0
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/proccontrol/developer/PCProcess.h.rst

  Log Message:
  -----------
  Add docs/proccontrol/developer/PCProcess.h.rst


  Commit: 23d3b2046c273721abf1ef666cb9145ab12e01dd
      https://github.com/dyninst/dyninst/commit/23d3b2046c273721abf1ef666cb9145ab12e01dd
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M stackwalk/h/frame.h

  Log Message:
  -----------
  Add stackwalk/h/frame.h


  Commit: ee3ed8a70e965fd7f9c91f4bb213b6f580b5e04b
      https://github.com/dyninst/dyninst/commit/ee3ed8a70e965fd7f9c91f4bb213b6f580b5e04b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M stackwalk/h/framestepper.h

  Log Message:
  -----------
  Add stackwalk/h/framestepper.h


  Commit: 156c8255510816f7f1fe18c4a64ca8551b4fa090
      https://github.com/dyninst/dyninst/commit/156c8255510816f7f1fe18c4a64ca8551b4fa090
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M symtabAPI/h/Type.h

  Log Message:
  -----------
  Add symtabAPI/h/Type.h


  Commit: 5370baca3da13a72deb7c3ac0ff0d6bf98156463
      https://github.com/dyninst/dyninst/commit/5370baca3da13a72deb7c3ac0ff0d6bf98156463
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    R docs/assets/dyninst-dragon-small.png
    R docs/assets/dyninst-dragon.png
    M docs/assets/favicon.ico

  Log Message:
  -----------
  Use paradyn favicon


  Commit: 9676945369a6ea196ffcbde20b0798329c125392
      https://github.com/dyninst/dyninst/commit/9676945369a6ea196ffcbde20b0798329c125392
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    R docs/_static/example/badge/index.html
    R docs/_static/example/badge/treemap/index.html

  Log Message:
  -----------
  Remove example from _static


  Commit: fcda6e26764cfc391711174720c0101f27fe6f0f
      https://github.com/dyninst/dyninst/commit/fcda6e26764cfc391711174720c0101f27fe6f0f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/conf.py

  Log Message:
  -----------
  Remove html_static_path


  Commit: 9f510e8b0685947925a5db834afdc224b2fd4263
      https://github.com/dyninst/dyninst/commit/9f510e8b0685947925a5db834afdc224b2fd4263
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    R dynC_API/doc/dynC_API.pdf

  Log Message:
  -----------
  Remove old DynC docs


  Commit: 2448d782e3f9b420c9be17830cc8c3dbaaacf4d1
      https://github.com/dyninst/dyninst/commit/2448d782e3f9b420c9be17830cc8c3dbaaacf4d1
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    R dyninstAPI/doc/dyninstAPI.docx
    R dyninstAPI/doc/dyninstAPI.pdf

  Log Message:
  -----------
  Remove old DyninstAPI docs


  Commit: 255f80e1fad0a270474ebcede8f21d3d13014e96
      https://github.com/dyninst/dyninst/commit/255f80e1fad0a270474ebcede8f21d3d13014e96
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    R parseAPI/doc/code_sample.cc
    R parseAPI/doc/example.cc

  Log Message:
  -----------
  Remove old parseAPI examples


  Commit: 562893038b6ba82bd1dc7bcd029b03976ffbfe36
      https://github.com/dyninst/dyninst/commit/562893038b6ba82bd1dc7bcd029b03976ffbfe36
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    R symtabAPI/doc/3-Examples.tex
    R symtabAPI/doc/API/LineInfo/Iterating.tex
    R symtabAPI/doc/API/Symtab/Function.tex
    R symtabAPI/doc/API/Symtab/FunctionBase.tex
    R symtabAPI/doc/API/Symtab/Module.tex
    R symtabAPI/doc/API/Symtab/Symtab.tex
    R symtabAPI/doc/symtabAPI.pdf

  Log Message:
  -----------
  Remove old SymtabAPI docs


  Commit: c0cfc59f2ed57f8465f0ed89eaabae570ecfdd64
      https://github.com/dyninst/dyninst/commit/c0cfc59f2ed57f8465f0ed89eaabae570ecfdd64
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Update .gitignore


  Commit: 37880186eeda49c3845beae19f7ff57b8868abb1
      https://github.com/dyninst/dyninst/commit/37880186eeda49c3845beae19f7ff57b8868abb1
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M .github/workflows/docs.yaml

  Log Message:
  -----------
  Only build docs on PR when they change


  Commit: 617a7463505edd867ec4ee5697d90b17ba209ee7
      https://github.com/dyninst/dyninst/commit/617a7463505edd867ec4ee5697d90b17ba209ee7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M .github/workflows/docs.yaml

  Log Message:
  -----------
  Use parallel build

Github CI only has two threads.


  Commit: 8b3f0ad9334fda4673367b4fc83517a7517640af
      https://github.com/dyninst/dyninst/commit/8b3f0ad9334fda4673367b4fc83517a7517640af
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/symtabAPI/developer/Symtab.h.rst
    M docs/symtabAPI/public/Symtab.h.rst

  Log Message:
  -----------
  Update docs/symtabAPI/public/Symtab.h


  Commit: c7df9bd821e9303b1f53ca36b7901e81564cae84
      https://github.com/dyninst/dyninst/commit/c7df9bd821e9303b1f53ca36b7901e81564cae84
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/conf.py

  Log Message:
  -----------
  Don't generate man pages


  Commit: 19d4df0371de56bb929aa69e62945e3f4d56a080
      https://github.com/dyninst/dyninst/commit/19d4df0371de56bb929aa69e62945e3f4d56a080
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/conf.py

  Log Message:
  -----------
  Don't use expandable TOC


  Commit: f3fdf21e34345c096885907f12b5e262b01cf29e
      https://github.com/dyninst/dyninst/commit/f3fdf21e34345c096885907f12b5e262b01cf29e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/conf.py

  Log Message:
  -----------
  Stylize external links


  Commit: 9f3dcc8039cf4b5de7de75293f4c7f4635a37e70
      https://github.com/dyninst/dyninst/commit/9f3dcc8039cf4b5de7de75293f4c7f4635a37e70
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/conf.py

  Log Message:
  -----------
  Set navigation depth


  Commit: 41380f173012b7ba509f5adb5b17b9aa05436bcc
      https://github.com/dyninst/dyninst/commit/41380f173012b7ba509f5adb5b17b9aa05436bcc
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/examples/index.rst

  Log Message:
  -----------
  Add description for Examples


  Commit: 332ac73f7617ca866b5dc6021c1dac2fcbe9ae5a
      https://github.com/dyninst/dyninst/commit/332ac73f7617ca866b5dc6021c1dac2fcbe9ae5a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/index.rst

  Log Message:
  -----------
  Add publications to landing page


  Commit: 6d5cd21a3de845ca4c7c372411f78f15a4643f60
      https://github.com/dyninst/dyninst/commit/6d5cd21a3de845ca4c7c372411f78f15a4643f60
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/basics/building.rst

  Log Message:
  -----------
  Update building page


  Commit: 42405f3fc77e74255a62c4d21e05023fe0c34853
      https://github.com/dyninst/dyninst/commit/42405f3fc77e74255a62c4d21e05023fe0c34853
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/basics/using.rst

  Log Message:
  -----------
  Expand CMake import instructions


  Commit: c2a62fed5af6f7e39b0e04c075daf9c07979eadd
      https://github.com/dyninst/dyninst/commit/c2a62fed5af6f7e39b0e04c075daf9c07979eadd
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    R docs/basics/first_mutator.rst
    M docs/basics/overview.rst
    M docs/examples/index.rst
    M docs/index.rst

  Log Message:
  -----------
  Move 'first mutator' into overview


  Commit: cc5f73a6a775f25e1d27b49894ca4f2cd7f71e3c
      https://github.com/dyninst/dyninst/commit/cc5f73a6a775f25e1d27b49894ca4f2cd7f71e3c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/basics/building.rst

  Log Message:
  -----------
  Update build instructions


  Commit: 3baeb782451b15ff717447c4ff1d2e939f830f58
      https://github.com/dyninst/dyninst/commit/3baeb782451b15ff717447c4ff1d2e939f830f58
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/basics/using.rst

  Log Message:
  -----------
  Update importing dyninst


  Commit: ae99ece905159f090560ed4c7823fa3e7a53fabc
      https://github.com/dyninst/dyninst/commit/ae99ece905159f090560ed4c7823fa3e7a53fabc
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    A docs/basics/importing.rst
    R docs/basics/using.rst
    M docs/index.rst

  Log Message:
  -----------
  Rename 'using' to 'importing'


  Commit: bd069825ca2e66143543973f7f90775cf5a5ce76
      https://github.com/dyninst/dyninst/commit/bd069825ca2e66143543973f7f90775cf5a5ce76
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    R docs/basics/overview.rst
    A docs/basics/using.rst
    M docs/index.rst

  Log Message:
  -----------
  Rename overview to using


  Commit: 25f804e8b943271b597f6f5153e3ccf168e23806
      https://github.com/dyninst/dyninst/commit/25f804e8b943271b597f6f5153e3ccf168e23806
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M docs/basics/importing.rst
    M docs/basics/using.rst
    M docs/index.rst

  Log Message:
  -----------
  Update toc names for 'getting started'


  Commit: 3c837d85da7ee57ba58d36700c178ca754a6d2b1
      https://github.com/dyninst/dyninst/commit/3c837d85da7ee57ba58d36700c178ca754a6d2b1
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-21 (Thu, 21 Mar 2024)

  Changed paths:
    M docs/examples/symtab-add-type.rst

  Log Message:
  -----------
  Fix symtab link in symtab-add-type.rst


Compare: https://github.com/dyninst/dyninst/compare/cd9a8d2fc571...3c837d85da7e

To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 50e34b: start of work to refactor the docs to use readthedocs, Tim Haines <=