[OpenSmalltalk/opensmalltalk-vm] b2f243: GdbARMv8Plugin: disable unimplemented instruction ...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] b2f243: GdbARMv8Plugin: disable unimplemented instruction ...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: b2f243df78c62b4452b5bcdf87cc3dc7b8e028ff
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/b2f243df78c62b4452b5bcdf87cc3dc7b8e028ff
  Author: Eliot Miranda <[hidden email]>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M build.macos64x64/gdbarm64/conf.COG
    M processors/ARM/gdb-8.3.1/sim/aarch64/simulator.c

  Log Message:
  -----------
  GdbARMv8Plugin: disable unimplemented instruction warnings in the gdb code; we
only want failures. Configure the gdb simulator code with no tracing whatsoever.
Reenable building the gdb code with optimization.
[ci skip]