index
:
abseil.git
hurd
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
debugging
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Demangle the C++ this pointer (fpT).
Chris Mihelich
2024-05-23
2
-3
/
+27
*
Stop eating an extra E in ParseTemplateArg for some L<type><value>E literals.
Chris Mihelich
2024-05-23
2
-4
/
+12
*
Demangle C++ direct-list-initialization (T{1, 2, 3}, tl ... E).
Chris Mihelich
2024-05-23
2
-0
/
+93
*
Demangle the C++ spaceship operator (ss, operator<=>).
Chris Mihelich
2024-05-23
2
-0
/
+23
*
Demangle C++ sZ encodings (sizeof...(pack)).
Chris Mihelich
2024-05-23
2
-17
/
+64
*
Demangle C++ so ... E encodings (typically array-to-pointer decay).
Chris Mihelich
2024-05-23
2
-0
/
+50
*
Recognize dyn-trait-type in Rust demangling.
Chris Mihelich
2024-05-23
2
-1
/
+104
*
Recognize fn-type and lifetimes in Rust demangling.
Chris Mihelich
2024-05-22
2
-4
/
+124
*
Recognize inherent-impl and trait-impl in Rust demangling.
Chris Mihelich
2024-05-21
2
-2
/
+62
*
Recognize const and array-type in Rust mangled names.
Chris Mihelich
2024-05-21
2
-2
/
+119
*
Recognize generic arguments containing only types in Rust mangled names.
Chris Mihelich
2024-05-21
2
-1
/
+62
*
Give ReturnAddresses and N<uppercase> namespaces separate stacks for clarity.
Chris Mihelich
2024-05-15
1
-26
/
+35
*
Demangle Rust backrefs.
Chris Mihelich
2024-05-14
2
-6
/
+165
*
Use Nt for struct and trait names in Rust demangler test inputs.
Chris Mihelich
2024-05-14
1
-43
/
+43
*
Demangle Rust's Y<type><path> production for passably simple <type>s.
Chris Mihelich
2024-05-13
3
-6
/
+229
*
Recognize some simple Rust mangled names in Demangle.
Chris Mihelich
2024-05-06
8
-2
/
+749
*
Only check if the frame pointer is inside a signal stack with known bounds
Abseil Team
2024-03-28
1
-0
/
+2
*
`demangle`: Parse template template and C++20 lambda template param substitut...
Dino Radakovic
2024-02-15
2
-2
/
+48
*
`demangle`: Parse optional single template argument for built-in types
Dino Radakovic
2024-02-13
2
-6
/
+45
*
`demangle`: Add complexity guard to `ParseQRequiresExpr`
Dino Radakovic
2024-02-13
1
-0
/
+2
*
`demangle`: Parse `requires` clauses on template params, before function retu...
Dino Radakovic
2024-02-09
2
-17
/
+59
*
`demangle`: Parse `requires` clauses on functions
Dino Radakovic
2024-02-09
2
-8
/
+53
*
`demangle`: Parse C++20-compatible template param declarations, except those ...
Dino Radakovic
2024-02-08
2
-7
/
+97
*
`demangle`: Implement parsing for simplest constrained template arguments
Dino Radakovic
2024-02-07
2
-0
/
+42
*
Fix a typo.
Abseil Team
2024-02-04
1
-1
/
+1
*
Always check if the new frame pointer is readable.
Abseil Team
2024-01-23
1
-7
/
+8
*
Avoid a empty library build failure on Apple platforms
Derek Mauro
2024-01-03
1
-0
/
+18
*
AddressIsReadable: improve comments
Fangrui Song
2023-12-20
1
-2
/
+4
*
Speed-up absl::Symbolize by ~6x via faster file reads.
Abseil Team
2023-11-15
1
-44
/
+108
*
Add explicit int -> uintptr_t conversion in stacktrace code for aarch64
Abseil Team
2023-11-08
1
-1
/
+1
*
Properly handle signal stacks and frame-size calculations
Abseil Team
2023-11-07
1
-17
/
+38
*
Bazel: Support layering_check and parse_headers
Derek Mauro
2023-10-10
1
-0
/
+10
*
With sufficiently high-levels of optimization, this function
Abseil Team
2023-10-04
1
-0
/
+3
*
Re-submit with a fix for platforms without RTTI.
Abseil Team
2023-10-02
4
-34
/
+85
*
Delete dead function.
Abseil Team
2023-09-27
1
-10
/
+0
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
4
-85
/
+34
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
4
-34
/
+85
*
PR #1509: Allow building when targeting WASI
Anuraag Agrawal
2023-08-15
1
-1
/
+1
*
PR #1500: Define MAP_ANONYMOUS if not defined
Ryan Schmidt
2023-08-01
4
-35
/
+34
*
symbolize_test: Add an indirection for getting the PC from function ptr.
Tom Rybka
2023-07-06
2
-24
/
+58
*
Fix symbolization on PowerPC ELF v1
Benjamin Barenblat
2023-06-29
1
-19
/
+33
*
Support Qualcomm Hexagon DSP targets.
Abseil Team
2023-06-29
1
-1
/
+1
*
Add missing #include <limits>
Derek Mauro
2023-06-20
1
-0
/
+1
*
The current aarch64 large-stack frame error handling is unsophisticated,
Abseil Team
2023-06-15
2
-10
/
+37
*
Rename AsyncSignalSafeWriteToStderr to AsyncSignalSafeWriteError.
Abseil Team
2023-06-15
1
-2
/
+1
*
Fix unwinding through nested signal frames on aarch64.
Abseil Team
2023-06-09
1
-4
/
+9
*
Add VxWorks support
Bin Lan
2023-06-08
1
-1
/
+2
*
Note that AsyncSignalSafeWriteToStderr preserves errno, and inline one use of...
Andy Getzendanner
2023-05-25
1
-5
/
+5
*
Merge pull request #1455 from juergbi:solaris
Copybara-Service
2023-05-23
1
-1
/
+1
|
\
|
*
absl/debugging: Fix build on Solaris
Jürg Billeter
2023-05-23
1
-1
/
+1
[prev]
[next]