Skip to content
Snippets Groups Projects
  1. Mar 04, 2024
  2. Feb 28, 2024
  3. Feb 12, 2024
  4. Jan 26, 2024
  5. Jan 23, 2024
  6. Jan 18, 2024
  7. Jan 16, 2024
  8. Jan 15, 2024
  9. Jan 10, 2024
  10. Jan 08, 2024
  11. Jan 04, 2024
  12. Dec 21, 2023
    • Zubin's avatar
      Add support for decoding profiling headers · 477aac80
      Zubin authored
      Query debugee for profiling mode and TNTC
      
      Deserialize closures instead of relying on ghc-heap
      The above is necessary to decode profiling headers and ghc-heap
      does not
      
      Additionally, deserialize info tables in haskell code instead of
      relying on ghc-heap. This is also necessary to decode profiling
      info tables properly.
      
      Perhaps we should introduce a type for profiling info tables instead of
      using StgInfoTable
      477aac80
  13. Dec 05, 2023
    • Zubin's avatar
      Fix forking · c25da1dd
      Zubin authored and Matthew Pickering's avatar Matthew Pickering committed
      1. When forking, don't repond to a pause request in the parent after the child has already responded
      
      2. use waitpid() instead of wait() because wait can race with other wait() calls in the program
      c25da1dd
Loading