index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
internal
/
dwarf
/
dwarf.go
Age
Commit message (
Expand
)
Author
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-03-13
cmd/internal/dwarf: always use AT_ranges for scopes with DWARF 5
Than McIntosh
2025-03-12
cmd/internal/dwarf: fix bug in inlined func DIE range DWARF 5 info
Than McIntosh
2025-03-04
cmd/compile,cmd/link: move to DWARF5-style range lists
Than McIntosh
2025-02-22
cmd: initial compiler+linker support for DWARF5 .debug_addr
Than McIntosh
2025-02-22
cmd/link, cmd/internal/dwarf: add DWARF5 line table support
Than McIntosh
2024-09-09
all: remove unnecessary symbols and add missing symbols
cuishuang
2024-09-03
cmd: replace many sort.Interface with slices.Sort and SortFunc
Zxilly
2024-07-30
cmd/link: add variable_parameter attr to functype outparams
Than McIntosh
2024-03-06
cmd/compile: mark DIEs of captured variables
Alessandro Arzilli
2024-02-26
cmd/compile/internal/dwarfgen: refactor putvar and putAbstractVar
Alessandro Arzilli
2024-01-30
cmd/link: add DW_AT_go_runtime_type to unsafe.Pointer and fix it for
Alessandro Arzilli
2023-09-01
cmd/internal/dwarf: replace Sym.Length with Context.Size
Matthew Dempsky
2023-09-01
cmd/internal/obj: simplify filename handling
Matthew Dempsky
2023-08-29
cmd/internal/{dwarf,obj}: stop substituting "" with pkgprefix
Matthew Dempsky
2023-08-29
cmd: simplify some handling of package paths
Matthew Dempsky
2023-01-30
cmd/compile,cmd/link: set DW_AT_decl_line for function declarations
Michael Pratt
2022-11-18
all: add missing periods in comments
cui fliter
2022-09-29
cmd/internal/dwarf: remove redundant break statement
cuiweixie
2022-09-29
cmd: fix a few function names on comments
cui fliter
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2022-05-02
all: use os/exec instead of internal/execabs
Russ Cox
2021-09-15
cmd/compile: emit DWARF info about dictionary entries
Alessandro Arzilli
2021-09-15
cmd/compile: mark wrapper functions with DW_AT_trampoline
Alessandro Arzilli
2021-08-16
cmd: support space and quotes in CC and CXX
Jay Conrod
2021-07-01
[dev.typeparams] cmd/internal/dwarf: remove putInlinedFunc's callersym param
Matthew Dempsky
2021-04-16
internal/buildcfg: move build configuration out of cmd/internal/objabi
Russ Cox
2021-03-23
cmd/{compile,link}: relocate generation of DWARF for global vars
Than McIntosh
2021-02-23
cmd/internal/dwarf: minor cleanups
Than McIntosh
2021-01-21
all: introduce and use internal/execabs
Roland Shoemaker
2020-11-17
cmd/compile: clean up buggy DWARF inlined info PC ranges
Than McIntosh
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-05-04
[dev.link] cmd: delete old object support
Cherry Zhang
2020-05-04
[dev.link] cmd/internal/dwarf: revise Abbrevs() signature
Than McIntosh
2020-03-23
[dev.link] cmd/internal/dwarf: add back some constant prefixes
Cherry Zhang
2020-03-12
[dev.link] cmd/link: demote DWARF line symbols to anonymous aux
Than McIntosh
2020-03-12
[dev.link] cmd/link: demote dwarf {range,loc} sub-symbols to aux
Than McIntosh
2020-02-27
[dev.link] cmd/link: simplify DWARF DIE symbol payload
Than McIntosh
2019-11-03
[dev.link] cmd/internal/dwarf: expand import path in function DIE
Cherry Zhang
2019-09-26
cmd/compile: remove isStmt symbol from FuncInfo
Jeremy Faller
2019-09-23
cmd/compile: add new symbol for debug line numbers
Jeremy Faller
2019-05-13
cmd/compile: remove large intermediate slice from gc.scopePCs
David Chase
2019-05-09
cmd/compile: emit DWARF call_line attrs with data4 form on iOS
Than McIntosh
2019-04-23
cmd/link: revert/revise CL 98075 because LLDB is very picky now
David Chase
2019-04-02
compile,link: export package name in debug_info
Alessandro Arzilli
2019-03-13
cmd: disable DWARF with old ld on aix/ppc64
Clément Chigot
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-10-24
cmd: add DWARF64 support for aix port
Clément Chigot
2018-09-27
cmd/link: move DIE of global variables to their compile unit
Alessandro Arzilli
2018-07-10
cmd/compile: call objabi.PathToPrefix when emitting abstract fn
Than McIntosh
[next]