Skip to content
Snippets Groups Projects
Select Git revision
  • SEDEI
  • main default
  • users/chapuni/cov/single/trunk
  • users/chapuni/cov/single/binop
  • users/chapuni/cov/single/binop-base
  • users/agozillo/alloca-member-map-3
  • users/agozillo/alloca-member-map-2
  • users/agozillo/alloca-member-map-1
  • users/agozillon/main.openmpmlir-descriptor-explicit-member-map-lowering-changes-2
  • users/agozillon/openmpmlir-descriptor-explicit-member-map-lowering-changes-2
  • users/MaskRay/spr/driver-remove-ignored-flag-form-of-fauto-profile-fprofile-sample-use
  • users/walter-erquinigo/run
  • users/walter-erquinigo/dw_form
  • users/chapuni/cov/single/pair
  • users/matthias-springer/merge_type_converters
  • users/vhscampos/multilib-flags-cmd-line-option
  • users/vhscampos/multilib-flags-processing
  • users/vhscampos/multilib-flags-yaml-parsing
  • users/fmayer/spr/nfc-mte-add-more-tests-for-globals
  • users/fmayer/spr/main.nfc-mte-add-more-tests-for-globals
  • llvmorg-19.1.2
  • llvmorg-19.1.1
  • llvmorg-19.1.0
  • llvmorg-19.1.0-rc4
  • llvmorg-19.1.0-rc3
  • llvmorg-19.1.0-rc2
  • llvmorg-19.1.0-rc1
  • llvmorg-20-init
  • llvmorg-18.1.8
  • llvmorg-18.1.7
  • llvmorg-18.1.6
  • llvmorg-18.1.5
  • llvmorg-18.1.4
  • llvmorg-18.1.3
  • llvmorg-18.1.2
  • llvmorg-18.1.1
  • llvmorg-18.1.0
  • llvmorg-18.1.0-rc4
  • llvmorg-18.1.0-rc3
  • llvmorg-18.1.0-rc2
40 results

src-ts

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Walter Erquinigo authored
    The main motivations behind this are two:
    
    - Allow different companies developing their own vscode extensions for
    LLDB to have a single contribution point, thus sharing resources and
    working as a virtual large team.
    - Allow for visual ways to configure the debugger, which currently has
    to be done through launch.json files.
    
    In terms of implementation, this is very straightforward and these are
    the most important details:
    
    - All the cpp code has been moved to a subfolder for cleanness. There's
    a specific commit in the list of commits of this PR that just does that,
    in case that helps reviewing this.
    - A new folder `src-ts` has been created for the typescript code
    - The ts extension can be used in two ways: as a regular vscode
    extension and as a library. There file `extension.ts` explains which
    entry point to use.
    - The README has been updated the mention how to install the extension,
    which is simpler than before. There are two additional sections for
    rebuilding and formatting.
    - The ts code I added merely sets up the debug adapter using two
    possible options: reading the lldb-dap path from vscode settings or from
    a config object passed by users of the extension is used as a library. I
    did this to show how we can support easily both worlds.
    b5d43322
    History
    Name Last commit Last update
    ..