Files
tinygo/compiler
Ayke van Laethem 371c468e8e compiler: add debug info for function arguments
This commit adds debug info to function arguments, so that in many cases
you can see them when compiling with less optimizations enabled.
Unfortunately, due to the way Go SSA works, it is hard to preserve them
in many cases.
Local variables are not yet saved.

Also, change the language type to C, to make sure lldb shows function
arguments. The previous language was Modula 3, apparently due to a
off-by-one error somewhere.
2019-05-14 11:18:38 +02:00
..
2019-04-26 09:17:52 +02:00
2019-04-26 08:52:10 +02:00
2019-04-26 08:52:10 +02:00
2019-04-26 08:52:10 +02:00