Skip to content
Snippets Groups Projects
  1. Jun 14, 2018
    • Rob Tsuk's avatar
      [recovery_ui] First cut at recovery UI binary · 78306805
      Rob Tsuk authored
      This program will do more than turn the screen Fuchsia once the requirements
      for recovery UI are more clear.
      
      Change-Id: I56fcf9a2e841545d4b72dc80b38521067361addb
      78306805
    • Brett Wilson's avatar
      [debugger] Printing improvements · fa864a9b
      Brett Wilson authored
      Fix an assertion failure when printing stack frames but no stack frames
      are available. The code now prints out "no stack frames".
      
      Cleans up printing of location information when a thead stops.
      
      Adds function names to locations (appears in thread stops, frames, etc.).
      
      Separates out the arrow character I use for marking the current code
      line and use it for the other places we show the current row. This is
      not a constant so we can provide a dynamically selected non-Unicode one
      in the future if necessary.
      
      Change-Id: I8d1f5e1dd77d043871db11381f7fe42454d88d6e
      fa864a9b
    • Brett Wilson's avatar
      [debugger] Print file context. · 9ea57688
      Brett Wilson authored
      Adds a code formatter for printing the current location. It will
      highlight the current line and show sone context around the line.
      
      Use the new code formatter when stopping a thread.
      
      Separates out the table formatter into a separate file for clarity.
      Adds the ability to format OutputBuffers as table cells so that table
      cells can contain arbitrary formatting.
      
      Enable creating breakpoints by specifying a line number only. It will
      inherit the file name from the current frame.
      
      Change-Id: I197a66109e0906ba74584d9bbb3de9bc2ba3a440
      9ea57688
    • zircon-roller's avatar
      [roll] Roll zircon d6377109..a71f4fb0 (3 commits) · 496b5467
      zircon-roller authored
      a71f4fb0 [processargs] Rename PA_SVC_LOADER to PA_LDSVC_LOADER
      fa5fb9c1 [musl] Remove zx_get_startup_handle
      5ad689a3 [ulib][fbl][zx] Build fbl and zx with -fvisibility=hidden
      
      TEST=CQ
      
      Change-Id: I03cb0911b3ef10c7b3155a90667ea477ffcf3cfd
      496b5467
    • Robert Hahn's avatar
      [wlan][rsn] 2nd & 4th msg of 4WHS · dd823c48
      Robert Hahn authored
      Test=NET-809
      Now that the handshake is complete I will add tests in a follow-up
      
      NET-804
      
      Change-Id: I5be8dd1b069561e3ee50f1ec861fc9eb55923ea8
      dd823c48
    • Adam Barth's avatar
      [appmgr] Switch to fdio_spawn_vmo · c6c0d2c9
      Adam Barth authored
      We're going to remove liblaunchpad.so from this layer soon.
      
      Change-Id: Id2d2fe23b8a9765a3bc1ac8f1e22d57803f3b760
      c6c0d2c9
    • third-party-roller's avatar
      [roll] Roll build 76543217..9dbf2240 (1 commits) · 57f51b8d
      third-party-roller authored
      9dbf2240 [fidl][sdk] Add deps and public_deps to fidl sdk_atom.
      
      TEST=CQ
      
      Change-Id: I695a23eab0cd86b3e0afebaba890f256e59ba293
      57f51b8d
    • Benjamin Lerman's avatar
      [pkgfs] Fix opening the package directory form the package itself · 331f59ca
      Benjamin Lerman authored
      Before this CL, the following will result in an error:
      $ cd /pkgfs/packages/fsl
      $ ls
      
      The reason being that pkgfs:packageListDir:open was not considering the
      case where it was not given a version.
      
      This adds this case and ensures the root directory of a packageListDir
      can be opened.
      
      Change-Id: I23b2b88a13c4c7cd4cc1e311c07274438bce299f
      331f59ca
    • Joshua Liebow-Feeser's avatar
      [recovery_netstack] Serialize without creating packet objects · b8e82440
      Joshua Liebow-Feeser authored
      - wire::util: Add the BufferAndRange type, which encapsulates
        a buffer and a range within that buffer. It is useful for
        parsing code to be able to recover the original buffer for
        use in serializing new packets.
      - wire::util: Add ensure_prefix, which returns a BufferAndRange
        which is guaranteed to have a given number of prefix bytes.
        It is useful when attempting to re-use an existing buffer
        to forward a parsed packet with newly-serialized headers.
      - wire::{ethernet, ipv4, tcp, udp}: Packet serialization functions
        no longer returns packet objects. Instead, they simply return
        the original buffer along with a range identifying where the
        packet bytes were written.
      
      Test:
      - Existing tests apply for packet serialization
      - wire::util: Unit test for BufferAndRange
      
      Change-Id: I155e19fd93dd1e92a2e7a76b4846a2ee5c43bca5
      b8e82440
    • third-party-roller's avatar
      [roll] Roll scripts 8ed54ba1..9b7a4dfd (2 commits) · 6de1623a
      third-party-roller authored
      9b7a4dfd [pkg] Allow "packages" to be either a map or a list.
      06938dfa [boot] remove workaround now INTK-377 is done
      
      TEST=CQ
      
      Change-Id: I55aaf2f7d1c5bf959caef58253e6727cac9e6750
      6de1623a
    • third-party-roller's avatar
      [roll] Roll third_party/angle 448da49..7535966 (1 commits) · ff8adfc9
      third-party-roller authored
      7535966 Implement EGL_KHR_debug.
      
      TEST=CQ
      
      Change-Id: I6eb509681e43225c673cfbbad9ddac0d0baac360
      ff8adfc9
    • third-party-roller's avatar
      [roll] Roll third_party/angle d668be9..448da49 (3 commits) · d14aca9a
      third-party-roller authored
      448da49 Vulkan Intel: Flaky test suppression
      49aacad Vulkan: Support the indices offset in drawElements calls
      f6e160f Vulkan: Don't use swizzle state when its not needed
      
      TEST=CQ
      
      Change-Id: I98ee24b04621f2fe6ec6276bbb3856b55514a50c
      d14aca9a
    • James Tucker's avatar
      [go] roll for default log output change · d176feb9
      James Tucker authored
      Change-Id: I0f9177a0efa84404a261fa784b11729c74b95d80
      d176feb9
    • Adam Barth's avatar
      [roll] Update crashpad · 306c0bfd
      Adam Barth authored
      Change-Id: I7c48d6c889e7c00c8adef6d8a37bd36c5ff9ade1
      306c0bfd
    • Ankur Mittal's avatar
      [appmgr] Rename fuchsia::sys to component. · 7d82bb70
      Ankur Mittal authored
      Renaming back to component as we are not supposed to create nested
      namespace in hand written code and we can have a seperate namespace than
      that of fidl library.
      
      CP-61 #done
      Change-Id: I4fbce48f21b25b9b1a6c35709ecf48bea1fd91b7
      7d82bb70
  2. Jun 13, 2018
Loading