1. 09 Jul, 2021 2 commits
  2. 07 Jul, 2021 2 commits
  3. 06 Jul, 2021 4 commits
  4. 05 Jul, 2021 3 commits
  5. 01 Jul, 2021 3 commits
  6. 30 Jun, 2021 1 commit
    • Ng Zhi An's avatar
      [tools] Fix lldb_commands jco by casting call · c8350144
      Ng Zhi An authored
      Currently, running jco gives us an error message like so:
      
      (lldb) jco $pc
      Failed to evaluate command _v8_internal_Print_Code((void*)($pc)) :
      error: <user expression 0>:1:1: '_v8_internal_Print_Code' has unknown
      return type; cast the call to its declared return type
      _v8_internal_Print_Code((void*)($pc))
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
      The fix is to cast the call to (void). I've only used and found this
      issue with jco, but I think the other commands have the same issue, so
      fixing those together here.
      
      FYI I am using lldb version 11.
      
      Bug: v8:11879
      Change-Id: Id9d8e8091fd011585e6fea863de5b4d7c9d47c5a
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2994764Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
      Commit-Queue: Zhi An Ng <zhin@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#75487}
      c8350144
  7. 29 Jun, 2021 2 commits
  8. 28 Jun, 2021 1 commit
  9. 25 Jun, 2021 2 commits
  10. 23 Jun, 2021 1 commit
  11. 22 Jun, 2021 3 commits
  12. 21 Jun, 2021 1 commit
  13. 18 Jun, 2021 1 commit
  14. 17 Jun, 2021 2 commits
  15. 16 Jun, 2021 2 commits
  16. 15 Jun, 2021 5 commits
  17. 14 Jun, 2021 2 commits
  18. 11 Jun, 2021 2 commits
  19. 10 Jun, 2021 1 commit