Branch: refs/heads/thaines/cleanup_common_Types
Home: https://github.com/dyninst/dyninst
Commit: 1154f49509b5e154ff37f4253492d89becd6139f
https://github.com/dyninst/dyninst/commit/1154f49509b5e154ff37f4253492d89becd6139f
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M common/h/dyntypes.h
M common/src/Types.C
Log Message:
-----------
Move definition of Dyninst::ThrIDToTid into common/dyntypes.h
59ddf22 in 2009, this function was changed to always just return an int-like representation of 'id'.
Commit: d5828aae64db238fb60a1dfa1da581e5560b7f9d
https://github.com/dyninst/dyninst/commit/d5828aae64db238fb60a1dfa1da581e5560b7f9d
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M common/src/Types.C
M common/src/Types.h
M dyninstAPI/src/dynProcess.C
Log Message:
-----------
Move Address_str into dynProcess.C
It's only ever used there.
Commit: 5d835dba025b53eb6bd44a5c477b7892c7e31459
https://github.com/dyninst/dyninst/commit/5d835dba025b53eb6bd44a5c477b7892c7e31459
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M common/src/Types.C
M common/src/Types.h
Log Message:
-----------
Remove Address_chk
It is never used.
Commit: 56c05257ed2ec0c6d5ececde47834a18ec1d6067
https://github.com/dyninst/dyninst/commit/56c05257ed2ec0c6d5ececde47834a18ec1d6067
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M common/CMakeLists.txt
R common/src/Types.C
Log Message:
-----------
Remove common/src/Types.C
All of the definitions have been removed/relocated.
Commit: 1fc8c305dc712de70a13be99edcf289219acced9
https://github.com/dyninst/dyninst/commit/1fc8c305dc712de70a13be99edcf289219acced9
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M common/src/Types.h
Log Message:
-----------
Remove unused time64 declaration
Commit: 3909872cd0b00570e8c93ffcc0f04ac92a6be6c6
https://github.com/dyninst/dyninst/commit/3909872cd0b00570e8c93ffcc0f04ac92a6be6c6
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M common/src/Types.h
Log Message:
-----------
Remove unused Word type
Commit: 61f46d75da7668095b3a990e3b99e01d9fd35df0
https://github.com/dyninst/dyninst/commit/61f46d75da7668095b3a990e3b99e01d9fd35df0
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M common/src/Types.h
Log Message:
-----------
Remove hash_address from Types.h
It's not used.
Commit: 84d345fdc1188fe354a0d517111bf4a1495114cc
https://github.com/dyninst/dyninst/commit/84d345fdc1188fe354a0d517111bf4a1495114cc
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M common/src/arch-aarch64.C
M common/src/arch-power.C
M common/src/arch-x86.C
M dyninstAPI/src/codegen-x86.C
M instructionAPI/src/InstructionDecoder-power.C
M instructionAPI/src/InstructionDecoder-x86.C
M parseAPI/src/SymtabCodeSource.C
M proccontrol/src/linux.C
M proccontrol/src/loadLibrary/codegen-aarch64.C
M proccontrol/src/mmapalloc.C
M stackwalk/src/callchecker-IAPI.C
M stackwalk/src/x86-wanderer.C
M symlite/src/SymLite-elf.C
M symtabAPI/src/Object-elf.C
Log Message:
-----------
Explicitly use namespace for read_memory_as
Commit: 6e78a8e2a518edf99850b7036fc042020c10098c
https://github.com/dyninst/dyninst/commit/6e78a8e2a518edf99850b7036fc042020c10098c
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M common/h/dyntypes.h
M common/src/Graph.C
M common/src/Types.h
M common/src/addrRange.h
M common/src/arch-aarch64.C
M common/src/arch-aarch64.h
M common/src/arch-power.C
M common/src/arch-power.h
M common/src/arch-x86.h
M common/src/freebsdKludges.h
M common/src/linuxHeaders.h
M common/src/linuxKludges.C
M common/src/linuxKludges.h
M common/src/parseauxv.C
M common/src/parseauxv.h
M common/src/sha1.C
M dataflowAPI/rose/semantics/SymEvalSemantics.h
M dynC_API/src/snippetGen.C
M dyninstAPI/h/BPatch.h
M dyninstAPI/h/BPatch_addressSpace.h
M dyninstAPI/h/BPatch_basicBlock.h
M dyninstAPI/h/BPatch_callbacks.h
M dyninstAPI/h/BPatch_flowGraph.h
M dyninstAPI/h/BPatch_function.h
M dyninstAPI/h/BPatch_memoryAccess_NP.h
M dyninstAPI/h/BPatch_point.h
M dyninstAPI/h/BPatch_process.h
M dyninstAPI/src/BPatch_libInfo.h
M dyninstAPI/src/BPatch_memoryAccess.C
M dyninstAPI/src/BPatch_memoryAccessAdapter.C
M dyninstAPI/src/BPatch_memoryAccessAdapter.h
M dyninstAPI/src/Parsing.h
M dyninstAPI/src/Relocation/DynPointMaker.h
M dyninstAPI/src/StackMod/StackLocation.h
M dyninstAPI/src/addressSpace.h
M dyninstAPI/src/ast.C
M dyninstAPI/src/ast.h
M dyninstAPI/src/baseTramp.C
M dyninstAPI/src/baseTramp.h
M dyninstAPI/src/codeRange.C
M dyninstAPI/src/codeRange.h
M dyninstAPI/src/codegen-x86.C
M dyninstAPI/src/codegen-x86.h
M dyninstAPI/src/codegen.C
M dyninstAPI/src/codegen.h
M dyninstAPI/src/infHeap.h
M dyninstAPI/src/inst-x86.h
M dyninstAPI/src/inst.C
M dyninstAPI/src/inst.h
M dyninstAPI/src/linux-aarch64.C
M dyninstAPI/src/linux-aarch64.h
M dyninstAPI/src/linux-power.C
M dyninstAPI/src/linux-power.h
M dyninstAPI/src/parRegion.C
M dyninstAPI/src/parRegion.h
M dyninstAPI/src/patch.h
M dyninstAPI/src/pcEventHandler.h
M dyninstAPI/src/pcEventMuxer.h
M dyninstAPI/src/pcrel.h
M dyninstAPI/src/trapMappings.h
M patchAPI/h/AddrSpace.h
M patchAPI/h/Point.h
M patchAPI/src/AddrSpace.C
M patchAPI/src/Point.C
M stackwalk/src/analysis_stepper.C
M symtabAPI/src/emitElf.h
M symtabAPI/src/indexed_symbols.hpp
Log Message:
-----------
Merge Address definition and variable decls
Commit: c61252a5381107447bdd2bfd48c1d5a94c8b04c6
https://github.com/dyninst/dyninst/commit/c61252a5381107447bdd2bfd48c1d5a94c8b04c6
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M common/src/arch-aarch64.C
M common/src/linuxKludges.C
Log Message:
-----------
Remove unused includes of common/Types.h
Commit: 4b437362b0b88a56b25c52358cf396f62edb6215
https://github.com/dyninst/dyninst/commit/4b437362b0b88a56b25c52358cf396f62edb6215
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M common/src/arch-x86.C
Log Message:
-----------
Add Dyninst namespace directive in arch-x86.C
It was transitively included from common/Types.h.
Commit: acb8cc0938aee770697cf2bb4ee8d26ce91788fa
https://github.com/dyninst/dyninst/commit/acb8cc0938aee770697cf2bb4ee8d26ce91788fa
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M common/CMakeLists.txt
M common/src/Types.h
M common/src/arch-x86.h
A common/src/dyn_register.h
M dataflowAPI/h/AbslocInterface.h
M dataflowAPI/h/liveness.h
M dataflowAPI/rose/semantics/SymEvalSemantics.C
M dataflowAPI/src/AbslocInterface.C
M dataflowAPI/src/ExpressionConversionVisitor.C
M dwarf/src/dwarfFrameParser.C
M dyninstAPI/src/IAPI_to_AST.C
M dyninstAPI/src/RegisterConversion-aarch64.C
M dyninstAPI/src/RegisterConversion-ppc.C
M dyninstAPI/src/RegisterConversion-x86.C
M dyninstAPI/src/RegisterConversion.h
M dyninstAPI/src/Relocation/Widgets/PCWidget.h
M dyninstAPI/src/StackMod/StackAccess.C
M dyninstAPI/src/ast.h
M parseAPI/src/IA_IAPI.C
M parseAPI/src/IA_aarch64.C
M parseAPI/src/IA_amdgpu.C
M parseAPI/src/IA_power.C
M parseAPI/src/IA_x86.C
M parseAPI/src/IndirectAnalyzer.C
Log Message:
-----------
Move Register type into its own file
Commit: 15865bdbec2f9ba649de931b6e46daae6f5e5c0c
https://github.com/dyninst/dyninst/commit/15865bdbec2f9ba649de931b6e46daae6f5e5c0c
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M common/src/dyn_register.h
M dyninstAPI/src/Relocation/Widgets/PCWidget-ppc.C
M dyninstAPI/src/ast.C
M dyninstAPI/src/ast.h
M dyninstAPI/src/codegen-aarch64.C
M dyninstAPI/src/codegen-power.C
M dyninstAPI/src/dynProcess.C
M dyninstAPI/src/dynProcess.h
M dyninstAPI/src/emit-x86.C
M dyninstAPI/src/inst-aarch64.C
M dyninstAPI/src/inst-power.C
M dyninstAPI/src/inst-x86.C
M dyninstAPI/src/pcEventMuxer.C
M dyninstAPI/src/pdwinnt.C
M dyninstAPI/src/registerSpace.C
M dyninstAPI/src/registerSpace.h
Log Message:
-----------
Rename NULL_REG -> Null_Register
No need to have two names for the same value.
Commit: 5e5c507fd0f3d452545a674099501f67c3c5c1f4
https://github.com/dyninst/dyninst/commit/5e5c507fd0f3d452545a674099501f67c3c5c1f4
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M common/src/arch-x86.C
M common/src/arch-x86.h
M common/src/dyn_register.h
M dyninstAPI/src/ast.C
M dyninstAPI/src/ast.h
M dyninstAPI/src/codegen-x86.C
M dyninstAPI/src/codegen-x86.h
M dyninstAPI/src/codegen.C
M dyninstAPI/src/codegen.h
M dyninstAPI/src/inst-x86.C
M dyninstAPI/src/inst-x86.h
M dyninstAPI/src/inst.h
M dyninstAPI/src/registerSpace.h
Log Message:
-----------
Put Register, RegVal, and Null_Register in Dyninst namespace
Commit: 3448cbbd6ecac772c89d4ded6a93acb0fdd04636
https://github.com/dyninst/dyninst/commit/3448cbbd6ecac772c89d4ded6a93acb0fdd04636
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M common/CMakeLists.txt
M common/src/Types.h
M common/src/addrtranslate-freebsd.C
M common/src/addrtranslate-sysv.C
M common/src/freebsdKludges.C
M common/src/freebsdKludges.h
M common/src/linuxKludges.C
M common/src/linuxKludges.h
A common/src/vm_maps.h
M proccontrol/src/linux.C
M proccontrol/src/unix.C
M stackwalk/src/linuxbsd-swk.C
Log Message:
-----------
Move map_entries into its own file
Commit: 6154d4544cf1c79f33b5b5e7407aa73d4e78f7d0
https://github.com/dyninst/dyninst/commit/6154d4544cf1c79f33b5b5e7407aa73d4e78f7d0
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M common/CMakeLists.txt
M common/src/MappedFile.h
M common/src/Timer.h
R common/src/Types.h
M common/src/addrRange.h
M common/src/addrtranslate.h
M common/src/arch-power.C
M common/src/arch-power.h
M common/src/arch-x86.C
M common/src/headers.h
M common/src/linuxHeaders.h
M common/src/linuxKludges.h
M common/src/parseauxv.h
M dwarf/src/dwarfExprParser.C
M dwarf/src/dwarfFrameParser.C
M dwarf/src/dwarfResult.C
M dyninstAPI/src/BPatch_basicBlock.C
M dyninstAPI/src/BPatch_flowGraph.C
M dyninstAPI/src/BPatch_function.C
M dyninstAPI/src/BPatch_instruction.C
M dyninstAPI/src/BPatch_memoryAccess.C
M dyninstAPI/src/RegisterConversion.h
M dyninstAPI/src/Relocation/CFG/RelocBlock.h
M dyninstAPI/src/Relocation/CodeMover.h
M dyninstAPI/src/Relocation/DynPointMaker.C
M dyninstAPI/src/Relocation/DynPointMaker.h
M dyninstAPI/src/Relocation/Relocation.h
M dyninstAPI/src/Relocation/Transformers/Transformer.h
M dyninstAPI/src/Relocation/Widgets/Widget.h
M dyninstAPI/src/ast.h
M dyninstAPI/src/codegen-x86.C
M dyninstAPI/src/codegen.C
M dyninstAPI/src/emit-aarch64.C
M dyninstAPI/src/emit-x86.C
M dyninstAPI/src/frame.h
M dyninstAPI/src/freebsd.h
M dyninstAPI/src/function.h
M dyninstAPI/src/image.h
M dyninstAPI/src/instPoint.h
M dyninstAPI/src/linux-x86.C
M dyninstAPI/src/linux.h
M dyninstAPI/src/mapped_module.h
M dyninstAPI/src/mapped_object.h
M dyninstAPI/src/os.h
M dyninstAPI/src/parRegion.h
M dyninstAPI/src/parse-cfg.h
M dyninstAPI/src/pcEventMuxer.h
M dyninstAPI/src/pdwinnt.C
M dyninstAPI/src/syscalltrap.h
M dyninstAPI/src/util.h
M dyninstAPI_RT/h/dyninstAPI_RT.h
M dyninstAPI_RT/src/RTheap-linux.c
M dyninstAPI_RT/src/RTheap.h
M instructionAPI/src/Instruction.C
M instructionAPI/src/InstructionDecoder-x86.C
M instructionAPI/src/Operation.C
M parseAPI/src/IA_IAPI.C
M parseAPI/src/InstructionAdapter.C
M patchAPI/src/PointMaker.C
M proccontrol/src/int_thread_db.C
M proccontrol/src/mmapalloc.C
M proccontrol/src/procset.C
M proccontrol/src/sysv.C
M stackwalk/src/dbginfo-stepper.C
M stackwalk/src/freebsd-swk.h
M stackwalk/src/freebsd-x86-swk.C
M stackwalk/src/linux-swk.h
M stackwalk/src/linux-x86-swk.C
M stackwalk/src/linuxbsd-swk.h
M stackwalk/src/linuxbsd-x86-swk.C
M stackwalk/src/x86-wanderer.C
M symtabAPI/src/Object-elf.h
M symtabAPI/src/Object-nt.h
Log Message:
-----------
Remove common/Types.h
Commit: 34c094051998d49f9fabca2def55effd9cfb8901
https://github.com/dyninst/dyninst/commit/34c094051998d49f9fabca2def55effd9cfb8901
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M dyninstAPI/src/codegen-power.C
M dyninstAPI/src/codegen-power.h
Log Message:
-----------
Fixes for ppc
Commit: 1d5801c09cdc1b14992fdcad7cf90db2778803a0
https://github.com/dyninst/dyninst/commit/1d5801c09cdc1b14992fdcad7cf90db2778803a0
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M dyninstAPI/src/codegen-aarch64.C
M dyninstAPI/src/codegen-aarch64.h
Log Message:
-----------
Use Dyninst::Address in codegen-aarch64
Commit: 696884ce0fb29982a0ffad5fa69039ec07e33fbc
https://github.com/dyninst/dyninst/commit/696884ce0fb29982a0ffad5fa69039ec07e33fbc
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M dyninstAPI/src/codegen-aarch64.C
M dyninstAPI/src/codegen-aarch64.h
Log Message:
-----------
Use Dyninst::Register in codegen-aarch64
Commit: c4b94aaf3e708d3d338e799e1991925b4b9590ce
https://github.com/dyninst/dyninst/commit/c4b94aaf3e708d3d338e799e1991925b4b9590ce
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M dyninstAPI/src/dynProcess.C
Log Message:
-----------
Simplify Address_str
Address is a typedef to an unsigned long on all platforms. No need for
the other case.
Commit: a736830cb49277f8130a0c00bd35fd8f82542325
https://github.com/dyninst/dyninst/commit/a736830cb49277f8130a0c00bd35fd8f82542325
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M dyninstAPI/src/dynProcess.C
Log Message:
-----------
Use Dyninst::Address in dynProcess.C
Compare: https://github.com/dyninst/dyninst/compare/4d960070c59c...a736830cb492
|