- Jun 14, 2018
-
-
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
-
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
-
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
-
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
-
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
-
Adam Barth authored
We're going to remove liblaunchpad.so from this layer soon. Change-Id: Id2d2fe23b8a9765a3bc1ac8f1e22d57803f3b760
-
third-party-roller authored
9dbf2240 [fidl][sdk] Add deps and public_deps to fidl sdk_atom. TEST=CQ Change-Id: I695a23eab0cd86b3e0afebaba890f256e59ba293
-
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
-
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
-
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
-
third-party-roller authored
7535966 Implement EGL_KHR_debug. TEST=CQ Change-Id: I6eb509681e43225c673cfbbad9ddac0d0baac360
-
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
-
James Tucker authored
Change-Id: I0f9177a0efa84404a261fa784b11729c74b95d80
-
Adam Barth authored
Change-Id: I7c48d6c889e7c00c8adef6d8a37bd36c5ff9ade1
-
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
-
- Jun 13, 2018
-
-
zircon-roller authored
d6377109 [intel-i915] Add support for rotation 2a7991fc [tests][kstress] add a timeout option and ctrl-c detection TEST=CQ Change-Id: Ic99b22755406d2e301f6e0d4e22c9c45e3925eb8
-
third-party-roller authored
8ed54ba1 [fidl] Add scripts that verifies FIDL library namespaces. TEST=CQ Change-Id: I4eada6d5b8c93d5d5b97b949806e600dec11d5f0
-
third-party-roller authored
d668be9 Vulkan: Use push constants in PipelineLayoutCache. TEST=CQ Change-Id: I5419df5f10749fb80c873f3e7a90473e9c12092b
-
Michael Anthony Knyszek authored
This change pools message buffers which mitigates the issues in F5-47. It's also more effecient and desirable in general. Despite the appearance of a stack allocation, the buffers for FIDL messages were getting passed directly into a virtual method call, which resulted in their forced allocation, despite the comment stating that these arrays were allocated on the stack. F5-47 Change-Id: Ie75aab2eecf5d6e29650deab4007dbab1f1ded9d
-
Ani Ramakrishnan authored
TEST=None Change-Id: I0c8f1881176dd61898e1846339dfe828b0ab71f9
-
zircon-roller authored
32001f1e [dev][s905d2] Add mali init device TEST=CQ Change-Id: I211adb76c93d5268597d21bf646e98fd78d95e39
-
Brett Wilson authored
Change-Id: Ic1d764f7807d0db0060908fa77823bf1f10ba19d
-
Andrew Wilson authored
Change-Id: I3e5de5dce1498805199313a77c06bd7d2ec9861e
-
third-party-roller authored
55504482 [sdk][bazel] Fix typo (s/http_repostory/http_archive/) in README. TEST=CQ Change-Id: I471583a5f305f311e0e90804fd1ac2c5ffb9ce4f
-
third-party-roller authored
78a0b04 Refactor Anomaly queries. TEST=CQ Change-Id: I63472e6e9e28970c161971ba255cfcadf58b6fdf
-
Josh Gargus authored
A BlockAllocator allocates raw CPU data from fixed-size blocks. To minimize overhead, allocations are not freed individually; the Reset() method frees all allocations at once. Large allocations may exceed the size of a block; these are allocated separately (although still freed at the same time). ES-86 #done TEST=block_allocator_unittest Change-Id: I1d372549787b59024bb021b71a715ea8e7741d67
-
third-party-roller authored
5d43e2eb [sdk][bazel] Generate FIDL bindings for C++. Change-Id: Ifd70d7dda958ad8c65c0b6f5991b60cd27f3a01d
-
Dustin Green authored
Use FIDL events instead of CodecEvents interface. Change-Id: If45b6e70dc493e505b59cd88f4874359fc151839
-
third-party-roller authored
4cc753e Vulkan: Implement sampler arrays. Change-Id: I308416831a256c3bc1e40ba6e240de92a961d901
-
Greg Bonik authored
Don't call arbitrary callbacks while holding a mutex, as this can result in deadlocks. To enforce that, we do two things: - move Mutex into the WatchableMap; - make mutations push events into a queue, and handle them later, without holding the mutex. Also, since watchers are now decoupled from the map, we can have a single map of watchers for both phys and ifaces. NET-923 NET-779 Change-Id: I4e787508561f4c3d752c603503726e26d175ec46
-
zircon-roller authored
f31db50e [zircon][sdmmc][amlogic] Move the cache ops down to the driver that pins the pages a78f6814 [fidl] Link to the fidl tutorial from the fidl docs entrypoint a08c216a [syscalls] Add ARM SMCCC support to SMC syscall Change-Id: I575219dce5db6c08e6cb13bb60e198a9c7b07508
-
Craig Stout authored
Permits future task posting. TEST: vim2:go/magma-tsp#L0 vim2:go/magma-tsp#S0 pixelbook:go/magma-tsp#L2 Change-Id: I55280db20320cbdac6fb243e31df41130b66fc95
-
third-party-roller authored
8ed634c Vulkan: Fix qualifier replacement for sampler arrays. Change-Id: I903669c8f014de3772face3cd395ec4832c8ec03
-
Ankur Mittal authored
CP-53 #done Change-Id: Ie326cdbb6a8bf698651d88979aa218bc72073638
-
zircon-roller authored
3ed32f42 [udisplay] Don't use write combining memory b4025e48 [ulib][zbi] Always keep the ZBI container length aligned Change-Id: Ic9902f395f9dbc76891399234e47c6c9bea3b496
-
Adam Barth authored
Instead of using liblaunchpad.so to create processes, the debug_agent now uses ProcessBuilder, which is backed by the fuchsia.process.Launcher service. TEST=process_unittests,debug_agent_tests Change-Id: I0e10250e49dc01bc35db397ed4263699d132226a
-
James Robinson authored
This splits developer-facing tools out of the interactive and sshd product configurations. Change-Id: I29b428e366f6b9e7de793d43990ac7adcd98f4f6
-
Craig Stout authored
Change-Id: I1f82f281630c5d50742cf9b9294d6a334b0838ab
-
third-party-roller authored
9b168d0 Vulkan: Store Pipeline/DS Layouts in ProgramVk. c7918ce Vulkan: Add PipelineLayout and DescriptorSetLayout caches. Change-Id: If779e7e47ae9fc5d93a6356ac1391a6acfcf8545
-
zircon-roller authored
f6fa8dbe [fdio] Add fdio_spawn_vmo Change-Id: Ifd1d26fe8fb426fd6623cc563ec064c4ec1cdebc
-