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
/
obj
/
dwarf.go
Age
Commit message (
Expand
)
Author
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-10-21
all: eliminate unnecessary type conversions
Jes Cok
2025-02-22
cmd: initial compiler+linker support for DWARF5 .debug_addr
Than McIntosh
2024-11-07
cmd/internal/objabi, cmd/link: introduce SymKind helper methods
Russ Cox
2024-11-07
cmd/internal/obj: replace obj.Addrel func with LSym.AddRel method
Russ Cox
2024-09-03
cmd: replace many sort.Interface with slices.Sort and SortFunc
Zxilly
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/obj: add Func type to replace "curfn any"
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-05-02
cmd/link, cmd/internal/obj: use aux symbol for global variable DWARF info
Cherry Mui
2023-01-30
cmd/internal/obj: drop Filesym from DwarfAbstractFunc
Michael Pratt
2023-01-30
cmd/compile,cmd/link: set DW_AT_decl_line for function declarations
Michael Pratt
2022-10-31
cmd/internal/obj: cleanup linkgetlineFromPos
Michael Pratt
2022-05-16
cmd/compile: set LocalPkg.Path to -p flag
Matthew Dempsky
2021-09-15
cmd/compile: mark wrapper functions with DW_AT_trampoline
Alessandro Arzilli
2021-03-23
cmd/{compile,link}: relocate generation of DWARF for global vars
Than McIntosh
2020-11-12
cmd/compile: do not emit an extra debug_line entry for the end of seq addr
Alessandro Arzilli
2020-10-16
cmd/internal/obj: move LSym.Func into LSym.Extra
Russ Cox
2020-08-11
[dev.link] cmd/internal/obj: combine objfile.go and objfile2.go
Cherry Zhang
2020-08-10
[dev.link] use per package filenames to build pclntab
Jeremy Faller
2020-06-24
[dev.link] cmd/{compile,link}: fix file/line of last instruction in DWARF lin...
Than McIntosh
2020-06-17
[dev.link] cmd/link: rework line table generation to reduce heap mem
Than McIntosh
2019-10-10
cmd/compile: walk progs to generate debug_lines data
Jeremy Faller
2019-10-03
Revert "cmd/compile: walk the progs to generate debug_lines"
Bryan C. Mills
2019-10-03
cmd/compile: walk the progs to generate debug_lines
Jeremy Faller
2019-09-26
cmd/link: switch linker over to new debug lines from compiler
Jeremy Faller
2019-09-25
cmd/compile: update object file format for DWARF file table
Jeremy Faller
2019-09-24
cmd/compile: generate debug_lines in compiler
Jeremy Faller