Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
R
riscv-gcc-1
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • lvzhengyang
  • riscv-gcc-1
  • Repository

Switch branch/tag
  • riscv-gcc-1
  • ..
  • jvmti
  • BreakpointManager.class
Find file
HistoryPermalink
  • Keith Seitz's avatar
    Breakpoint.java: Make abstract. · 02b1e78c
            * gnu/gcj/jvmti/Breakpoint.java: Make abstract.
            (method): Change from private to protected.
            (location): Likewise.
            (Breakpoint): Change argument list to take only integer type.
            Add default constructor.
            (initialize_native): Renamed to ...
            (_save_insn): ... this to make function more explicit.
            (execute): New method.
            * gnu/gcj/jvmti/Breakpoint.h: Regenerate.
            * gnu/gcj/jvmti/natBreakpoint.cc (initialize_native): Rename to...
            (_save_insn): ... this.
            (install): Save the original instruction.
            * gnu/gcj/jvmti/NormalBreakpoint.java: New file.
            * gnu/gcj/jvmti/NormalBreakpoint.h: New file.
            * gnu/gcj/jvmti/natNormalBreakpoint.cc: New file.
            * gnu/gcj/jvmti/BreakpointManager.java (newBreakpoint):
            Instantiate a NormalBreakpoint instead of Breakpoint.
            * interpret-run.cc (insn_breakpoint): Remove breakpoint actions
            and call Breakpoint.execute to do them.
            * classpath/lib/gnu/gcj/jvmti/Breakpoint.class: Regenerate.
            * classpath/lib/gnu/gcj/jvmti/BreakpointManager.class: Likewise.
            * classpath/lib/gnu/gcj/jvmti/NormalBreakpoint.class: New file.
            * sources.am: Regenerate.
            * Makefile.am (nat_source_files): Add natNormalBreakpoint.cc.
            * Makefile.in: Regenerated.
    
    From-SVN: r125834
    Keith Seitz committed Jun 19, 2007
    02b1e78c
BreakpointManager.class 1.4 KB

Download (1.4 KB)