[lib/inferior_control] Remove size parameter from s/w breakpoints

The size is fixed, so simplify by removing it.
Also rename "kind" parameter of Breakpoint to "size", since
that's what it is.

Tested: Run example from garnet/bin/debugserver/README.md.
fx shell debugserver 7000 /system/test/sys/debugger-test segfault
Then on host: gdb
(gdb) target extended-remote 192.168.42.72:7000
(gdb) file out/build-zircon/build-x64/system/utest/debugger/debugger.elf
(gdb) run

Change-Id: I4b8923893e6897c09c3939ef0ed1b3c3f32f1d79
6 files changed
tree: ef1b11eb2b2ff5fed18cef9795d1d9063657aef8
  1. .cargo/
  2. boards/
  3. build/
  4. buildtools/
  5. bundles/
  6. docs/
  7. garnet/
  8. peridot/
  9. products/
  10. scripts/
  11. sdk/
  12. src/
  13. zircon/
  14. .clang-format
  15. .dir-locals.el
  16. .gitattributes
  17. .gitignore
  18. .gn
  19. AUTHORS
  20. CODE_OF_CONDUCT.md
  21. CONTRIBUTING.md
  22. LICENSE
  23. OWNERS
  24. PATENTS
  25. README.md
  26. rustfmt.toml
README.md

Fuchsia

Pink + Purple == Fuchsia (a new operating system)

What is Fuchsia?

Fuchsia is a modular, capability-based operating system. Fuchsia runs on modern 64-bit Intel and ARM processors.

Fuchsia is an open source project with a code of conduct that we expect everyone who interacts with the project to respect.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See the documentation.